Status Display now global + change of label padding
authorLuzifr <szekely@woltlab.com>
Fri, 13 Jan 2012 16:03:43 +0000 (17:03 +0100)
committerLuzifr <szekely@woltlab.com>
Fri, 13 Jan 2012 16:03:43 +0000 (17:03 +0100)
(going back to "statusDisplay")

wcfsetup/install/files/acp/style/wcf.css

index 230792770b98770aa60956ec21f45050a771f82d..cd4526d5a74a7b2fdfe33140d68fc326f2630842 100644 (file)
@@ -1312,9 +1312,8 @@ li > .badgeButton {
        text-decoration: none;
        border-radius: 13px;
        background-color: rgba(102, 102, 102, 1);
-       margin-right: -3px;
-       margin-left: 3px;
-       padding: 1px 7px 2px;
+       margin-right: 3px;
+       padding: 3px 8px 4px;
        display: inline-block;
        position: relative;
        top: -1px;
@@ -1409,6 +1408,26 @@ li > .badgeButton {
        background-color: #c09;
 }
 
+/* Special */
+
+table .label {
+       padding: 1px 6px 2px;
+}
+
+
+
+/* ############## Status Display ############## */
+
+.statusDisplay {
+       float: right;
+       padding: 1px 0;
+}
+
+.statusDisplay .statusIcons li {
+       display: inline-block;
+}
+
+
 
 
 /* ############## ToDo: Dropdown Global ############## */