aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2012-06-04 07:17:23 +0200
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2012-06-04 07:17:23 +0200
commitca105f1c669950768a1f4cd6b93f471cabbc5114 (patch)
tree027648505c2b1049d0d139525f39b5da1d214c2d
parent4d9ab1d775eb6ecf4837de379e4c3682cda29879 (diff)
downloadvolse-hubzilla-ca105f1c669950768a1f4cd6b93f471cabbc5114.tar.gz
volse-hubzilla-ca105f1c669950768a1f4cd6b93f471cabbc5114.tar.bz2
volse-hubzilla-ca105f1c669950768a1f4cd6b93f471cabbc5114.zip
quattro: cleanup the less file
-rw-r--r--view/theme/quattro/dark/style.css10
-rw-r--r--view/theme/quattro/green/style.css10
-rw-r--r--view/theme/quattro/quattro.less68
3 files changed, 50 insertions, 38 deletions
diff --git a/view/theme/quattro/dark/style.css b/view/theme/quattro/dark/style.css
index d59ace8e3..14b7c75b3 100644
--- a/view/theme/quattro/dark/style.css
+++ b/view/theme/quattro/dark/style.css
@@ -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;
}
diff --git a/view/theme/quattro/green/style.css b/view/theme/quattro/green/style.css
index d764886c1..f33c45eae 100644
--- a/view/theme/quattro/green/style.css
+++ b/view/theme/quattro/green/style.css
@@ -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;
}
diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less
index ce03dd6da..4d57719d9 100644
--- a/view/theme/quattro/quattro.less
+++ b/view/theme/quattro/quattro.less
@@ -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; }
-