Removed label-styles & search styles
authorLuzifr <szekely@woltlab.com>
Tue, 10 Jan 2012 17:28:13 +0000 (18:28 +0100)
committerLuzifr <szekely@woltlab.com>
Tue, 10 Jan 2012 17:28:13 +0000 (18:28 +0100)
wcfsetup/install/files/acp/style/wcf.css

index 89dc5ef27036e867109ca3556ef50fb55f3a4a39..2b7f0bd12aab7b994b75ecc18a07258995ac8f9b 100644 (file)
@@ -459,7 +459,7 @@ nav.topMenu {
        color: #d8e7f5;
 }
 
-.pageHeader .logo img {
+.pageHeader .logo > a > img {
        position: absolute;
        bottom: 20px;
        left: 0;
@@ -480,10 +480,10 @@ nav.topMenu {
        border: 1px solid rgba(0, 0, 0, .1);
        border-radius: 5px;
        background-color: rgba(0, 0, 0, .2);
-       padding: 10px 30px 10px 50px;
+       padding: 5px 40px 5px 10px;
        position: absolute;
        top: 50px;
-       right: -30px;
+       white-space: nowrap;
        
        -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
        -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
@@ -511,8 +511,22 @@ nav.topMenu {
 
 .search input[type='search'] {
        width: 175px;
+       margin: 5px 10px;
 }
 
+.search > img.collapsible {
+       margin: 0;
+       display: inline;
+       width: 32px;
+       height: 32px;
+       float: left;
+}
+
+.search > div {
+       display: inline;
+       margin-left: 1px;
+       float: left;
+}
 
 /* -- -- -- Main Menu -- -- -- */
 
@@ -1274,111 +1288,6 @@ li > .badgeButton {
 
 
 
-/* ############## ToDo: Labels ############## */
-
-/* Globals */
-
-.label {
-       font-size: 85%;
-       font-weight: bold;
-       color: #eee;
-       text-shadow: none;
-       text-decoration: none;
-       border-radius: 13px;
-       background-color: #666;
-       margin-right: -3px;
-       margin-left: 3px;
-       padding: 1px 5px 2px;
-       display: inline-block;
-       position: relative;
-       top: -1px;
-}
-
-.label a {
-       color: #eee;
-       text-decoration: none;
-}
-
-.label a:hover {
-       color: #fff;
-}
-
-/* Label Default Colors */
-
-.label.black {
-       background-color: #333;
-}
-
-.label.black:hover {
-       background-color: #000;
-}
-
-.label.brown {
-       background-color: #c63;
-}
-
-.label.brown:hover {
-       background-color: #930;
-}
-
-.label.red {
-       background-color: #c00;
-}
-
-.label.red:hover {
-       background-color: #900;
-}
-
-.label.orange {
-       background-color: #f90;
-}
-
-.label.orange:hover {
-       background-color: #f60;
-}
-
-.label.yellow {
-       background-color: #ff0;
-}
-
-.label.yellow:hover {
-       background-color: #cc0;
-}
-
-.label.green {
-       background-color: #0c0;
-}
-
-.label.green:hover {
-       background-color: #090;
-}
-
-.label.blue {
-       background-color: #09f;
-}
-
-.label.blue:hover {
-       background-color: #06c;
-}
-
-.label.lilac {
-       background-color: #c0f;
-}
-
-.label.lilac:hover {
-       background-color: #90c;---
-}
-
-.label.pink {
-       background-color: #f0c;
-}
-
-.label.pink:hover {
-       background-color: #c09;---
-}
-
-
-
 /* ############## ToDo: Dropdown Global ############## */
 
 .dropdown {
@@ -2193,13 +2102,13 @@ input[type='button'],
 
 .sidebar .largeButtons *,
 .sidebar input {
-       font-size: 50% !important;
+       font-size: 75% !important;
        padding: 3px 7px;
 }
 
 .sidebar .largeButtons *,
 .sidebar input {
-       font-size: 50% !important;
+       font-size: 75% !important;
 }