]> git.mxchange.org Git - friendica.git/commitdiff
quattro: cleanup the less file
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 4 Jun 2012 05:17:23 +0000 (07:17 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 4 Jun 2012 05:17:23 +0000 (07:17 +0200)
view/theme/quattro/dark/style.css
view/theme/quattro/green/style.css
view/theme/quattro/quattro.less

index d59ace8e3e4006acf09a22504073d60c56c02768..14b7c75b3a7e8ce6474571a867bf1eca5d36f234 100644 (file)
@@ -1706,7 +1706,7 @@ footer {
   margin-bottom: 5px;
   clear: left;
 }
-#adminpage .plugin .desc {
+#adminpage .plugin desc {
   margin-left: 2.5em;
 }
 #adminpage .toggleplugin {
@@ -1721,16 +1721,16 @@ footer {
 #adminpage table th {
   text-align: left;
 }
-#adminpage td .icon {
+#adminpage table td .icon {
   float: left;
 }
+#adminpage table tr:hover {
+  background-color: #bbc7d7;
+}
 #adminpage table#users img {
   width: 16px;
   height: 16px;
 }
-#adminpage table tr:hover {
-  background-color: #bbc7d7;
-}
 #adminpage .selectall {
   text-align: right;
 }
index d764886c1f73e9e7dfc5d06f99caa22c394ae223..f33c45eaec298c0c7237f7e6842a22a151b3f2d9 100644 (file)
@@ -1706,7 +1706,7 @@ footer {
   margin-bottom: 5px;
   clear: left;
 }
-#adminpage .plugin .desc {
+#adminpage .plugin desc {
   margin-left: 2.5em;
 }
 #adminpage .toggleplugin {
@@ -1721,16 +1721,16 @@ footer {
 #adminpage table th {
   text-align: left;
 }
-#adminpage td .icon {
+#adminpage table td .icon {
   float: left;
 }
+#adminpage table tr:hover {
+  background-color: #bbc7d7;
+}
 #adminpage table#users img {
   width: 16px;
   height: 16px;
 }
-#adminpage table tr:hover {
-  background-color: #bbc7d7;
-}
 #adminpage .selectall {
   text-align: right;
 }
index ce03dd6da72962ab5eab940cfdaf6e802676c6f4..4d57719d9addf0988b9693a06606f2042b6199ed 100644 (file)
@@ -1163,53 +1163,65 @@ footer { height: 100px; display: table-row; }
        padding: 0em 0.3em;
        
 }
-#adminpage dl {
+#adminpage {
+    dl {
        clear: left;
        margin-bottom: 2px;
        padding-bottom: 2px;
        border-bottom: 1px solid black;
-}
-#adminpage dt {
+    }
+    dt {
        width: 200px;
        float: left;
        font-weight: bold;
-}
-#adminpage dd {
+    }
+    dd {
        margin-left: 200px;
-}
-
-#adminpage h3 {
+    }
+    h3 {
        border-bottom: 1px solid #cccccc;
-}
-#adminpage .field label {
+    }
+    .field label {
        font-weight: bold;
-}
-#adminpage .submit {
+    }
+    .submit {
        clear:left;
        text-align: right;
-}
-
-#adminpage #pluginslist {
+    }
+    #pluginslist {
        margin: 0px; padding: 0px;
-}
-#adminpage .plugin {
+    }
+    .plugin {
        list-style: none;
        display: block;
        border: 1px solid #888888;
        padding: 1em;
        margin-bottom: 5px;
        clear: left;
-}
-#adminpage .plugin .desc { margin-left: 2.5em;}
-#adminpage .toggleplugin {
+        desc {
+            margin-left: 2.5em;
+        }
+    }
+    .toggleplugin {
        float:left;
        margin-right: 1em;
+    }
+    table {
+        width:100%;
+        border-bottom: 1px solid #000000; 
+        margin: 5px 0px;
+        th { 
+            text-align: left;
+        }
+        td .icon { 
+            float: left;
+        }
+        tr:hover { 
+            background-color: #bbc7d7;
+        }
+    }
+    table#users img { 
+            width: 16px; height: 16px; 
+    }
+    .selectall { text-align: right; }
 }
-
-#adminpage table {width:100%; border-bottom: 1px solid #000000; margin: 5px 0px;}
-#adminpage table th { text-align: left;}
-#adminpage td .icon { float: left;}
-#adminpage table#users img { width: 16px; height: 16px; }
-#adminpage table tr:hover { background-color: #bbc7d7; }
-#adminpage .selectall { text-align: right; }
-