CSS clean up
authorMarcel Werk <burntime@woltlab.com>
Wed, 12 Jun 2013 19:35:01 +0000 (21:35 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 12 Jun 2013 19:35:01 +0000 (21:35 +0200)
20 files changed:
wcfsetup/install/files/acp/style/blueTemptation/individual.less
wcfsetup/install/files/acp/style/blueTemptation/override.less
wcfsetup/install/files/style/alert.less
wcfsetup/install/files/style/attachment.less
wcfsetup/install/files/style/bbcode.less
wcfsetup/install/files/style/bootstrap/mixin.less
wcfsetup/install/files/style/button.less
wcfsetup/install/files/style/dialog.less
wcfsetup/install/files/style/dropdown.less
wcfsetup/install/files/style/form.less
wcfsetup/install/files/style/global.less
wcfsetup/install/files/style/imageViewer.less
wcfsetup/install/files/style/layout.less
wcfsetup/install/files/style/like.less [deleted file]
wcfsetup/install/files/style/message.less
wcfsetup/install/files/style/poll.less
wcfsetup/install/files/style/recaptcha.less [deleted file]
wcfsetup/install/files/style/search.less [deleted file]
wcfsetup/install/files/style/tagging.less
wcfsetup/setup/db/install.sql

index 848e174bbaf4003f92238fb513dc5cf2a50eec66..e5838f983a58b9eeafb6470479612d4b6ea00830 100644 (file)
@@ -249,7 +249,7 @@ button.active:hover {
        .breadcrumbs {
                background-color: @wcfContentBackgroundColor;
                border: 1px solid @wcfContainerBorderColor;
-               .borderRadius();
+               border-radius: 6px;
                
                > ul {
                        > li {
@@ -307,9 +307,8 @@ button.active:hover {
                                }
                                
                                &:first-child > a {
+                                       border-radius: @wcfContainerBorderRadius - 2 0 0 @wcfContainerBorderRadius - 2;
                                        padding-left: 9px;
-                                       
-                                       .borderRadius(@wcfContainerBorderRadius - 2, 0, 0, @wcfContainerBorderRadius - 2);
                                }
                        }
                }
@@ -352,8 +351,9 @@ button.active:hover {
        .dropdownMenu,
        .attachmentThumbnail,
        .attachmentThumbnail > img,
-       .attachmentThumbnail > a > img {
-               .borderRadius();
+       .attachmentThumbnail > a > img,
+       .box48 .attachmentTinyThumbnail {
+               border-radius: @wcfContainerBorderRadius;
        }
 
        .containerList {
@@ -371,15 +371,15 @@ button.active:hover {
        }
 
        .message.messageSidebarOrientationLeft .messageContent {
-               .borderRadius(0, @wcfContainerBorderRadius - 1, @wcfContainerBorderRadius - 1, 0);
+               border-radius: 0 @wcfContainerBorderRadius - 1 @wcfContainerBorderRadius - 1 0;
        }
 
        .message.messageSidebarOrientationRight .messageContent {
-               .borderRadius(@wcfContainerBorderRadius - 1, 0, 0, @wcfContainerBorderRadius - 1);
+               border-radius: @wcfContainerBorderRadius - 1 0 0 @wcfContainerBorderRadius - 1;
        }
 
        .message.messageReduced .messageContent {
-               .borderRadius(@wcfContainerBorderRadius - 1);
+               border-radius: @wcfContainerBorderRadius - 1;
        }
 
        .messageOptions {
@@ -406,7 +406,7 @@ button.active:hover {
        }
 
        .tabularBox {
-               .borderRadius();
+               border-radius: @wcfContainerBorderRadius;
        }
        
        .tabularBox:not(.tabularBoxTitle) .table {
@@ -458,16 +458,16 @@ button.active:hover {
        }
 
        .attachmentThumbnail > div {
-               .borderRadius(0, 0, @wcfContainerBorderRadius - 2, @wcfContainerBorderRadius - 2);
+               border-radius: 0 0 @wcfContainerBorderRadius - 2 @wcfContainerBorderRadius - 2;
        }
 
        .wbbBoardList:not(.wbbBoardListReduced) {
                > li.wbbBoardNodeTop:not(.wbbBoardNodeTopEmpty) > div {
-                       .borderRadius(@wcfContainerBorderRadius - 2, 0);
+                       border-radius: @wcfContainerBorderRadius - 2 @wcfContainerBorderRadius - 2 0 0;
                }
                
                > li > ul > li:last-child div.wbbBoard:last-child, > li > ul > li.tabularBox:last-child {
-                       .borderRadius(0, @wcfContainerBorderRadius - 2);
+                       border-radius: 0 0 @wcfContainerBorderRadius - 2 @wcfContainerBorderRadius - 2;
                }
                
                .tabularBox:not(.wbbBoardNodeTop) {
@@ -475,26 +475,26 @@ button.active:hover {
                }
                
                .wbbBoardNodeTopEmpty div.wbbBoard {
-                       .borderRadius(@wcfContainerBorderRadius - 2);
+                       border-radius: @wcfContainerBorderRadius - 2;
                }
        }
 
        .wbbBoardListReduced .tabularBox {
-               .borderRadius(0);
+               border-radius: 0;
        }
 
        .tabMenuContainer > .menu {
-               .borderRadius(@wcfContainerBorderRadius - 1, @wcfContainerBorderRadius - 1, 0, 0);
+               border-radius: @wcfContainerBorderRadius - 1 @wcfContainerBorderRadius - 1 0 0;
        }
 
        .pollContainer {
                > .formSubmit {
-                       .borderRadius(0, 0, 5px, 5px);
+                       border-radius: 0 0 5px 5px;
                }
        }
 
        .codeBox > div {
-               .borderRadius(@wcfContainerBorderRadius, 0, 0, @wcfContainerBorderRadius);
+               border-radius: @wcfContainerBorderRadius 0 0 @wcfContainerBorderRadius;
        }
 }
        
@@ -592,22 +592,11 @@ input[type='password'],
 textarea,
 select[multiple] {
        border-color: darken(@wcfInputBorderColor, 20%) @wcfInputBorderColor lighten(@wcfInputBorderColor, 10%);
-       border-radius: 3px;
        
        .boxShadowInset(0, 1px, rgba(0, 0, 0, .1));
        .transition(~"background-color, border, box-shadow", .2s);
 }
 
-.preInput {
-       > input[type='text'] {
-               border-radius: 0 3px 3px 0;
-       }
-       
-       > textarea {
-               border-radius: 0 3px 3px;
-       }
-}
-
 /* active / focus */
 input[type='text']:active,
 input[type='search']:active,
@@ -675,7 +664,9 @@ select[multiple]:focus {
 .error,
 .success,
 .warning {
+       border-radius: 7px;
        border-width: 0;
+       
        font-weight: bold;
        
        .boxShadowNative(~"0 1px 2px rgba(0, 0, 0, .5), inset 0 0 1px rgba(0, 0, 0, .2)");
@@ -698,6 +689,7 @@ select[multiple]:focus {
 }
 
 .innerError {
+       border-radius: 7px;
        border-width: 0;
        
        .boxShadowNative(~"0 1px 2px rgba(0, 0, 0, .5), inset 0 0 1px rgba(0, 0, 0, .2)");
@@ -736,10 +728,10 @@ select[multiple]:focus {
                        
                        > div {
                                background-color: @wcfContentBackgroundColor;
+                               border-radius: @wcfContainerBorderRadius;
                                padding: @wcfGapSmall;
                                margin-right: @wcfGapSmall;
                                
-                               .borderRadius();
                                .boxShadowNative(~"inset 0 1px 1px rgba(0, 0, 0, .1)");
                        }
                }
@@ -751,6 +743,7 @@ select[multiple]:focus {
        .messageList {
                .messageGroupStarter {
                        > .message.messageSidebarOrientationLeft:before {
+                               border-top-left-radius: @wcfContainerBorderRadius;
                                content: "";
                                display: block;
                                height: 128px;
@@ -759,11 +752,11 @@ select[multiple]:focus {
                                top: 0;
                                width: 128px;
                                
-                               .borderRadius(@wcfContainerBorderRadius, 0, 0, 0);
                                .linearGradientNative(~"left top, rgba(255, 255, 255, .85) 0%, rgba(255, 255, 255, 0) 40%");
                        }
                        
                        > .message.messageSidebarOrientationRight:before {
+                               border-top-right-radius: @wcfContainerBorderRadius;
                                content: "";
                                display: block;
                                height: 128px;
@@ -772,7 +765,6 @@ select[multiple]:focus {
                                top: 0;
                                width: 128px;
                                
-                               .borderRadius(0, @wcfContainerBorderRadius, 0, 0);
                                .linearGradientNative(~"right top, rgba(255, 255, 255, .85) 0%, rgba(255, 255, 255, 0) 40%");
                        }
                }
index 46c72b250cb68be3786f6310698e751fee904f4e..bed9e6bafd1510b1e83aaba6acc9d354f7589116 100644 (file)
@@ -1,11 +1,3 @@
-/**
- * Blue Temptation
- * Style for WoltLab Community Framework 2
- * 
- * @copyright  2001-2013 WoltLab GmbH
- * @license    WoltLab Burning Board License <http://www.woltlab.com/products/burning_board/license.php>
- */
-
 @wcfSidebarBackgroundColor: @wcfContainerHoverBackgroundColor;
 @wcfDropdownHoverBackgroundColor: @wcfSidebarBackgroundColor;
 @wcfNavigationHeaderBackgroundColor: lighten(@wcfSidebarBackgroundColor, 3%);
@@ -23,4 +15,5 @@
 @wcfInfoBorderColor: rgba(48, 77, 119, 1);
 @wcfWarningColor: rgba(0, 0, 0, 1);
 @wcfWarningBackgroundColor: rgba(239, 203, 80, 1);
-@wcfWarningBorderColor: rgba(233, 191, 43, 1);
\ No newline at end of file
+@wcfWarningBorderColor: rgba(233, 191, 43, 1);
+@wcfInputBorderRadius: 3px;
\ No newline at end of file
index b12b14100868354eb398a699c62e65b1b0a4c9e1..3dcde42a2a13536fd525a82f00879ad8d17cc9c4 100644 (file)
@@ -11,8 +11,6 @@
        padding: @wcfGapSmall+@wcfGapTiny @wcfGapMedium @wcfGapSmall+@wcfGapTiny 48px;
        position: relative;
        
-       .borderRadius(7px);
-       
        &:after {
                font-family: FontAwesome;
                font-size: 28px;
        padding: 2px 10px;
        position: relative; /* Firefox support (from version 10 on) is buggy */
        
-       .borderRadius(7px);
-       
        /* pointer */
        &:after {
                border: 7px solid transparent;
index 6e2a13ac1982d1c2e0c0c71691d98ba828d97b97..c58c047cb021326703ace21c321c831a6be7177b 100644 (file)
 }
 
 .box48 .attachmentTinyThumbnail {
-       border-radius: 6px;
        max-height: 48px;
        max-width: 48px;
 }
index 34dc947928b897f330830fddcf7f06fd6756b570..c58d16fe150bfa04e34e4a60f3426e961c67bc25 100644 (file)
 .inlineCode {
        background-color: @wcfContentBackgroundColor;
        border: 1px solid @wcfContainerBorderColor;
+       border-radius: 3px;
        display: inline-block;
        font-family: Consolas, 'Courier New', monospace;
        margin: 0 2px;
        padding: 0 5px;
-       
-       .borderRadius(3px);
 }
 
 /* smiley list */
index 5b6cf628b28fc38347b79ccd30cf9061de8f731e..638b29781e1709b5ebe44da7e21b18296e8024f7 100644 (file)
 .boxShadowNative(@parameters) {
        box-shadow: @parameters;
 }
-
-.borderRadius(@borderRadius: @wcfContainerBorderRadius) {
-       .borderRadius(@borderRadius, @borderRadius, @borderRadius, @borderRadius);
-}
-
-.borderRadius(@borderTopRadius, @borderBottomRadius) {
-       .borderRadius(@borderTopRadius, @borderTopRadius, @borderBottomRadius, @borderBottomRadius);
-}
-
-.borderRadius(@borderTopLeftRadius, @borderTopRightRadius, @borderBottomRightRadius, @borderBottomLeftRadius) {
-       border-radius: @arguments;
-}
\ No newline at end of file
index 807dd97bc26450f61f91dc14d89ed3c76d7423c5..fdeb1a32a834a95a34e6489512031cb5762024d2 100644 (file)
@@ -4,6 +4,7 @@ input[type='reset'],
 input[type='submit'],
 input[type='button'],
 .button {
+       border-radius: @wcfButtonBorderRadius;
        border-style: solid;
        border-width: 1px;
        cursor: pointer;
@@ -11,8 +12,6 @@ input[type='button'],
        margin: 0 2px;
        padding: 5px 13px;
        position: relative;
-       
-       .borderRadius(15px);
 }
 
 /* normal state */
@@ -133,22 +132,21 @@ button.active:hover {
                display: inline-block;
                
                > .button {
+                       border-radius: 0;
                        margin: 0 0 0 -1px;
-                       
-                       .borderRadius(0);
                }
                
                &:first-child {
                        > .button {
-                               border-top-left-radius: 15px;
-                               border-bottom-left-radius: 15px;
+                               border-top-left-radius: @wcfButtonBorderRadius;
+                               border-bottom-left-radius: @wcfButtonBorderRadius;
                        }
                }
                
                &:last-child {
                        > .button {
-                               border-top-right-radius: 15px;
-                               border-bottom-right-radius: 15px;
+                               border-top-right-radius: @wcfButtonBorderRadius;
+                               border-bottom-right-radius: @wcfButtonBorderRadius;
                        }
                }
        }
@@ -235,11 +233,10 @@ button.active:hover {
 /* small buttons */
 button.small,
 .button.small {
+       border-radius: @wcfSmallButtonBorderRadius;
        font-size: @wcfSmallFontSize;
        min-height: 13px;
        padding: 5px 11px;
-       
-       .borderRadius(3px);
 }
 
 /* button icons */
index f83e35842aaf31e50cc9700eec9e45773ed17b2e..4246176eba9ebff4504487ae1e779f473d43c328 100644 (file)
@@ -1,40 +1,39 @@
 .dialogContainer {
        background: rgba(0, 0, 0, .4);
        border: 14px solid transparent;
+       border-radius: 15px;
        margin-left: auto;
        margin-right: auto;
        max-width: 90%;
        min-width: 500px;
        position: fixed;
        
-       .borderRadius(15px);
        .boxShadow(0, 1px, rgba(0, 0, 0, .3), 23px);
 }
 
 @media only screen and (max-width: 800px) {
        .dialogContainer {
                border: 0;
+               border-radius: 0;
                left: 0 !important;
                max-width: none;
                min-width: 0;
                position: absolute;
                top: 0 !important;
                width: 100%;
-
-               .borderRadius(0);
        }
 }
 
 .dialogTitlebar {
        background-color: @wcfTabularBoxBackgroundColor;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
+       border-top-left-radius: 7px;
+       border-top-right-radius: 7px;
        display: block;
        padding: 10px 20px;
        min-height: 27px;
        position: relative;
        
-       .borderRadius(7px, 0);
-
        .dialogTitle {
                color: @wcfTabularBoxColor;
                display: block;
@@ -72,7 +71,7 @@
 
 @media only screen and (max-width: 800px) {
        .dialogTitlebar {
-               .borderRadius(0);
+               border-radius: 0;
        }
 }
 
@@ -82,7 +81,8 @@
        padding: 10px 20px 20px;
        
        &:not(.dialogForm) {
-               .borderRadius(0, 7px);
+               border-bottom-left-radius: 7px;
+               border-bottom-right-radius: 7px;
        }
        
        > .icon-spinner {
        
        .formSubmit {
                background-color: @wcfContainerAccentBackgroundColor;
+               border-bottom-left-radius: 7px;
+               border-bottom-right-radius: 7px;
                border-top: 1px solid @wcfContainerBorderColor;
                bottom: 0;
                left: 0;
                padding: 10px 0;
                position: absolute;
                width: 100%;
-               
-               .borderRadius(0, 0, 7px, 7px);
        }
 }
 
                max-width: none !important;
                
                &:not(.dialogForm) {
-                       .borderRadius(0);
+                       border-radius: 0;
                }
                
                .formSubmit {
-                       .borderRadius(0);
+                       border-radius: 0;
                }
        }
 }
 
 .spinner {
        border: 1px solid rgba(0, 0, 0, .3);
+       border-radius: 6px;
        color: #fff;
        left: 46%;
        padding: 7px 0;
        width: 70px;
        z-index: 401;
 
-       .borderRadius(6px);
        .boxShadow(0, 1px, rgba(0, 0, 0, .5), 7px);
        .linearGradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
 
index f919fb4c9a21fcf3338f2dca5a78102427a38c2c..f8a9cff4f14c7d67f53331ddc5fae14c70a8303f 100644 (file)
@@ -8,18 +8,15 @@
                display: table;
                width: 100%;
                
-               /*input,
-               textarea {
-                       min-width: 300px;
-               }*/
-               
                input {
+                       border-radius: 0 @wcfInputBorderRadius @wcfInputBorderRadius 0;
                        display: table-cell;
                        margin: 0;
                        width: 99%;
                }
                
                textarea {
+                       border-radius: 0 @wcfInputBorderRadius @wcfInputBorderRadius;
                        display: block;
                        margin-top: 0;
                }
@@ -34,8 +31,7 @@
                        
                        &.button {
                                border-right-width: 0;
-                               
-                               .borderRadius(3px, 0, 0, 3px);
+                               border-radius: @wcfInputBorderRadius 0 0 @wcfInputBorderRadius;
                        }
                        
                        span {
@@ -59,7 +55,7 @@
                        padding-right: @wcfGapSmall;
                        
                        &.button {
-                               .borderRadius(3px, 0);
+                               border-radius: @wcfInputBorderRadius @wcfInputBorderRadius 0 0;
                        }
                        
                        &~ .dropdownMenu {
index ad5fa2d8d498f239e6775df5cf2b417f94bb2a97..d0e900983ea6c409fa12ad211356960a0431c63f 100644 (file)
@@ -204,6 +204,7 @@ select[multiple] {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
+       border-radius: @wcfInputBorderRadius;
        font-family: @wcfBaseFontFamily;
        padding: 4px 3px;
        margin: 0;
@@ -459,4 +460,11 @@ textarea {
 /* Fixes weird firefox bug */
 select > option {
        display: block !important;
-}
\ No newline at end of file
+}
+
+/* reCaptcha */
+.reCaptcha {
+       input.marginTop {
+               margin-top: 14px;
+       }
+}
index d75dacfc69bb3887d0ec7944e4dac7c873c942f1..cf34976991c6b071a9faf137f0944a61800af361 100644 (file)
@@ -156,6 +156,7 @@ body > iframe[src="about:blank"] {
 /* balloon tooltips */
 .balloonTooltip {
        background-color: @wcfTooltipBackgroundColor;
+       border-radius: 6px;
        color: @wcfTooltipColor;
        font-size: .85em;
        max-width: 300px;
@@ -163,8 +164,6 @@ body > iframe[src="about:blank"] {
        position: absolute;
        z-index: 800;
        
-       .borderRadius(6px);
-       
        .pointer {
                border-color: @wcfTooltipBackgroundColor transparent;
                border-style: solid;
@@ -186,13 +185,13 @@ body > iframe[src="about:blank"] {
 /* popover */
 .popover {
        background-color: rgba(0, 0, 0, .4);
+       border-radius: 6px;
        padding: @wcfGapSmall;
        position: absolute;
        vertical-align: middle;
        width: 400px !important;
        z-index: 500;
        
-       .borderRadius(6px);
        .boxShadow(0, 1px, rgba(0, 0, 0, .3), 7px);
        
        > .icon-spinner {
@@ -208,14 +207,13 @@ body > iframe[src="about:blank"] {
        
        > .popoverContent {
                background-color: @wcfContainerBackgroundColor;
+               border-radius: 6px;
                color: @wcfColor;
                max-height: 300px;
                min-height: 32px;
                opacity: 0;
                overflow: hidden;
                padding: @wcfGapSmall @wcfGapMedium;
-               
-               .borderRadius(6px);
        }
        
        &:after {
@@ -252,6 +250,7 @@ body > iframe[src="about:blank"] {
 /* default values */
 .badge {
        background-color: @wcfColor;
+       border-radius: 9px;
        color: @wcfContentBackgroundColor;
        display: inline-block;
        font-size: 11px;
@@ -262,12 +261,9 @@ body > iframe[src="about:blank"] {
        vertical-align: middle;
        white-space: nowrap;
        
-       .borderRadius(9px);
-       
        &.label {
+               border-radius: 4px;
                font-weight: normal;
-               
-               .borderRadius(4px);
        }
        
        /* colors */
index 3ff3837ff99903e71021a75d896b2570d08cf99a..b8b62c4c878209afe9561ac1f2bfc521ca63bc1e 100644 (file)
        left: 0;
        
        > span {
+               border-radius: 0 30px 30px 0;
                left: 0;
                padding-right: @wcfGapMedium;
-               
-               .borderRadius(0, 30px, 30px, 0);
        }
 }
 
        right: 0;
        
        > span {
+               border-radius: 30px 0 0 30px;
                padding-left: @wcfGapMedium;
                right: 0;
-               
-               .borderRadius(30px, 0, 0, 30px);
        }
 }
 
index 7bd6cc76bf87381fc9b8ec0bbe4269b93a078480..4c37f2e3aa2aea96757fe5bf9213542f50589fae 100644 (file)
                }
                
                > a {
+                       border-radius: 6px;
                        display: block;
                        
-                       .borderRadius(6px);
                        .transition(background-color, .1s); 
                        
                        &:hover {
        .content > .breadcrumbs {
                background-color: @wcfContentBackgroundColor;
                border: 1px solid @wcfContainerBorderColor;
+               border-radius: 6px;
                display: inline-block;
                margin-left: @wcfGapSmall;
                margin-right: @wcfGapSmall;
                max-width: 90%;
                
-               .borderRadius(6px);
-               
                > ul {
                        > li {
                                float: none;
                        a {
                                background-color: @wcfContainerBackgroundColor;
                                border: 1px solid @wcfContainerBorderColor;
+                               border-radius: @wcfButtonBorderRadius;
                                color: @wcfButtonColor;
                                display: block;
                                font-size: @wcfSmallFontSize;
                                outline: 0;
                                padding: @wcfGapTiny @wcfGapSmall;
                                
-                               .borderRadius(15px);
-                               
                                &:hover {
                                        background-color: @wcfButtonHoverBackgroundColor;
                                        border-color: @wcfButtonHoverBorderColor;
@@ -1814,6 +1812,7 @@ ul.inlineDataList {
 .pageNavigation {
        ul {
                li {
+                       border-radius: @wcfSmallButtonBorderRadius;
                        float: left;
                        font-weight: bold;
                        margin: 0 1px;
@@ -1821,8 +1820,6 @@ ul.inlineDataList {
                        padding: 0;
                        text-align: center;
                        
-                       .borderRadius(3px);
-                       
                        &:not(.active):not(.disabled) {
                                cursor: pointer;
                        }
diff --git a/wcfsetup/install/files/style/like.less b/wcfsetup/install/files/style/like.less
deleted file mode 100644 (file)
index bfda15d..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-.likeButton.active {
-       .icon {
-               color: rgba(0, 153, 0, 1);
-       }
-}
-
-.dislikeButton.active {
-       .icon {
-               color: rgba(204, 0, 0, 1); 
-       }
-}
\ No newline at end of file
index ec26f59d11cfdece35e29d0e7310c2d3025821c5..d1040713e28abcc17b05ff53df1b26f2d0fc128e 100644 (file)
                        ul.smallButtons {
                                > li {
                                        a.button {
-                                               .borderRadius(0);
+                                               border-radius: 0;
                                        }
                                }
                        }
 }
 
 .message.messageSidebarOrientationLeft .newMessageBadge {
+       border-radius: 0 5px 5px 0;
        left: -219px;
        
-       .borderRadius(0, 5px, 5px, 0);
-       
        &:before {
                border-left: 6px solid transparent;
                left: 0;
 .message.messageSidebarOrientationRight,
 .message.messageReduced {
        .newMessageBadge {
-               .borderRadius(5px, 0, 0, 5px);
+               border-radius: 5px 0 0 5px;
                
                &:before {
                        border-right: 6px solid transparent;
                text-align: left;
                
                > .badgeOnline {
+                       border-radius: 0 5px 5px 0;
                        color: rgba(238, 255, 238, 1);
                        bottom: 7px;
                        left: -5px;
                        position: absolute;
                        text-transform: uppercase;
                        
-                       .borderRadius(0, 5px, 5px, 0);
                        .boxShadow(1px, 1px, rgba(0, 0, 0, .2), 3px);
                        .linearGradient(darken(rgba(0, 153, 0, 1), 10%), rgba(0, 153, 0, 1), darken(rgba(0, 153, 0, 1), 10%));
                        .textShadow(darken(rgba(0, 153, 0, 1), 10%));
@@ -779,14 +778,13 @@ li:nth-child(2n+1) .message {
                > .badge {
                        background-color: @wcfContainerBackgroundColor;
                        border: 1px solid @wcfContainerBorderColor;
+                       border-radius: 3px;
                        color: @wcfColor;
                        line-height: 23px;
                        padding: 0 7px;
                        position: relative;
                        vertical-align: 1px;
                        
-                       .borderRadius(3px);
-                       
                        &:before {
                                border: 6px solid @wcfContainerBorderColor;
                                border-color: transparent @wcfContainerBorderColor transparent transparent;
@@ -848,6 +846,24 @@ li:nth-child(2n+1) .message {
        margin-top: 0;
 }
 
+.messageSearchResultList {
+       > li > .box48 > div > .containerHeadline > h3 {
+               padding-right: 100px;
+       }
+}
+
+.likeButton.active {
+       .icon {
+               color: rgba(0, 153, 0, 1);
+       }
+}
+
+.dislikeButton.active {
+       .icon {
+               color: rgba(204, 0, 0, 1); 
+       }
+}
+
 /* ckeditor fixes */
 .cke_editor_text {
        border-style: solid !important;
@@ -974,3 +990,4 @@ li:nth-child(2n+1) .message {
                right: @wcfGapMedium;
        }
 }
+
index 3d9be7d9d338e2b4d55fee81d29604df0aa6208d..6069035c14319929417a64d9fe3160508785e624 100644 (file)
                
                &:hover {
                        background-color: @wcfContainerAccentBackgroundColor;
-                       
-                       .borderRadius(0, 5px, 5px, 0);
+                       border-radius: 0 5px 5px 0;
                }
                
                .pollMeter {
                        background-color: @wcfContainerHoverBackgroundColor;
+                       border-radius: 0 5px 5px 0;
                        height: 100%;
                        left: 0;
                        position: absolute;
                        top: 0;
                        z-index: -1;
-                       
-                       .borderRadius(0, 5px, 5px, 0);
                }
                
                .caption {
diff --git a/wcfsetup/install/files/style/recaptcha.less b/wcfsetup/install/files/style/recaptcha.less
deleted file mode 100644 (file)
index 4a3ec50..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-.reCaptcha {
-       input.marginTop {
-               margin-top: 14px;
-       }
-}
\ No newline at end of file
diff --git a/wcfsetup/install/files/style/search.less b/wcfsetup/install/files/style/search.less
deleted file mode 100644 (file)
index 36c849b..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-.messageSearchResultList {
-       > li > .box48 > div > .containerHeadline > h3 {
-               padding-right: 100px;
-       }
-}
\ No newline at end of file
index b6c86653d3b019282f0d8e4a0f918d209f9568b9..1fc1c7bfcf43a507751dada5657e96927b303a9b 100644 (file)
@@ -5,13 +5,12 @@
 }
 
 .tag {
+       border-radius: 0 4px 4px 0;
        font-weight: normal;
        height: 13px;
        margin-left: 6px;
        padding-bottom: 2px;
        padding-left: 10px;
-       
-       .borderRadius(0, 4px, 4px, 0);
                
        &:before{
                border-color: transparent @wcfColor transparent transparent;
@@ -28,6 +27,7 @@
        
        &:after{
                background: @wcfContentBackgroundColor;
+               border-radius: 2px;
                content: "";
                height: 4px;
                left: -2px;
@@ -35,7 +35,6 @@
                top: 6px;
                width: 4px;
                
-               .borderRadius(2px);
                .boxShadow(0, -1px, rgba(0, 0, 0, .2), 2px);
        }
        
index d09f984ba39182816913fb28913bb30477ee29f4..cca388c08fd51c8bc5d4307015a25ec4e4c11058 100644 (file)
@@ -1579,6 +1579,8 @@ INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfUserPan
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfUserPanelHoverColor', 'rgba(255, 255, 255, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfButtonBackgroundColor', 'rgba(249, 249, 249, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfButtonBorderColor', 'rgba(221, 221, 221, 1)');
+INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfButtonBorderRadius', '15px');
+INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfSmallButtonBorderRadius', '3px');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfButtonColor', 'rgba(102, 102, 102, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfButtonPrimaryBackgroundColor', 'rgba(211, 232, 254, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfButtonPrimaryBorderColor', 'rgba(136, 194, 255, 1)');
@@ -1594,6 +1596,7 @@ INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfInputCo
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfInputBorderColor', 'rgba(204, 204, 204, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfInputHoverBackgroundColor', 'rgba(239, 247, 255, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfInputHoverBorderColor', 'rgba(198, 222, 248, 1)');
+INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfInputBorderRadius', '0');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfBaseFontSize', '13px');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfBaseFontFamily', '"Trebuchet MS", Arial, sans-serif');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfLayoutFluidGap', '30px');