summaryrefslogtreecommitdiff
path: root/src/manager/templates/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/manager/templates/static/style.css')
-rw-r--r--src/manager/templates/static/style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/manager/templates/static/style.css b/src/manager/templates/static/style.css
index 8a7f4960d..9550b8291 100644
--- a/src/manager/templates/static/style.css
+++ b/src/manager/templates/static/style.css
@@ -57,6 +57,8 @@ a img {
font-size: 1em;
cursor: pointer;
margin: 0;
+ float: left;
+ padding-top: 3px;
}
.expand h1 span {
@@ -64,6 +66,15 @@ a img {
margin-right: 2em;
}
+.expander {
+ clear:left;
+}
+
+.controls {
+ margin-top: 3px;
+ text-align: right;
+}
+
.center {
text-align: center;
}