Small changes
authorLuzifr <szekely@woltlab.com>
Thu, 15 Dec 2011 18:25:20 +0000 (19:25 +0100)
committerLuzifr <szekely@woltlab.com>
Thu, 15 Dec 2011 18:25:24 +0000 (19:25 +0100)
wcfsetup/install/files/acp/style/wcf.css

index 69e95abb64513261c7b729a7aa68eec966b03d6e..66550adac0f4a9ce8cfdf1293f45a1f8bebccd77 100644 (file)
@@ -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%;