From: Luzifr Date: Thu, 15 Dec 2011 18:25:20 +0000 (+0100) Subject: Small changes X-Git-Tag: 2.0.0_Beta_1~1515 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d4324286d370c678a4ed521440cb988aff796a31;p=GitHub%2FWoltLab%2FWCF.git Small changes --- diff --git a/wcfsetup/install/files/acp/style/wcf.css b/wcfsetup/install/files/acp/style/wcf.css index 69e95abb64..66550adac0 100644 --- a/wcfsetup/install/files/acp/style/wcf.css +++ b/wcfsetup/install/files/acp/style/wcf.css @@ -2532,8 +2532,6 @@ tbody td { background-color: #fcfdfe; border-right: 1px solid rgba(255, 255, 255, .3); padding: 5px; - /* This is experimental - only works in combination with "table-layout: fixed;" */ - word-wrap: break-word; -webkit-transition: background .1s linear; -moz-transition: background .1s linear; @@ -2986,7 +2984,7 @@ tr .columnURL { display: block; } -a.wcfDialogCloseButton { +.wcfDialogCloseButton { background-image: url('../../icon/delete2.svg'); background-size: 32px; background-position: top left; @@ -2999,7 +2997,7 @@ a.wcfDialogCloseButton { cursor: pointer; } -a.wcfDialogCloseButton span { +.wcfDialogCloseButton span { /* Removes the button-caption */ position: absolute; left: -9000px; @@ -3030,7 +3028,7 @@ a.wcfDialogCloseButton span { /* ToDo: Installation -is this obsolete die to our new overlay? */ +is this obsolete due to our new overlay? */ .ui-dialog-content > div { height: 100%;