diff options
Diffstat (limited to 'src/manager/templates/static/style.css')
-rw-r--r-- | src/manager/templates/static/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/manager/templates/static/style.css b/src/manager/templates/static/style.css index 8a7f4960d..22c0805fa 100644 --- a/src/manager/templates/static/style.css +++ b/src/manager/templates/static/style.css @@ -57,6 +57,7 @@ a img { font-size: 1em; cursor: pointer; margin: 0; + float: left; } .expand h1 span { @@ -64,6 +65,15 @@ a img { margin-right: 2em; } +.expander { + clear:left; +} + +.controls { + margin-top: 3px; + text-align: right; +} + .center { text-align: center; } |