diff options
author | jpope <jpope@jpope.org> | 2014-01-06 18:18:52 -0600 |
---|---|---|
committer | jpope <jpope@jpope.org> | 2014-01-06 18:18:52 -0600 |
commit | a054ab3d5a92a0f0a111c17f91f11bff8616c904 (patch) | |
tree | c50430ed676bc9db0c1907c8fdef3d33c7f4560c /mediagoblin/static/css | |
parent | 45842f840f7d3c89aa4eff45c4f88f9d4b2162b9 (diff) | |
download | mediagoblin-a054ab3d5a92a0f0a111c17f91f11bff8616c904.tar.lz mediagoblin-a054ab3d5a92a0f0a111c17f91f11bff8616c904.tar.xz mediagoblin-a054ab3d5a92a0f0a111c17f91f11bff8616c904.zip |
realign the user admin page
Diffstat (limited to 'mediagoblin/static/css')
-rw-r--r-- | mediagoblin/static/css/base.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index c6ecb1d3..82444bb9 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -682,7 +682,8 @@ table.admin_panel { } table.admin_side_panel { - width: 60% + width: 90%; + margin-bottom: 10px; } table.admin_panel th, table.admin_side_panel th { @@ -859,6 +860,12 @@ pre { .header_right { float: none; } + + .return_to_panel { + float: none; + width: 100%; + text-align: center; + } } /* Exif display */ |