diff options
Diffstat (limited to 'themes/admin_default/css/screen.css')
-rw-r--r-- | themes/admin_default/css/screen.css | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index 2647ba48..4d4a7e3b 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -26,8 +26,8 @@ padding: 1em; } -.gBlockContent { - padding: 0 1em 1em 1em; +#gSidebar .gBlockContent { + padding: 0; } .gSelected img, @@ -120,12 +120,11 @@ #gPhotoStream .gBlockContent ul { border-right: 1px solid #e8e8e8; - height: 92px; + height: 135px; overflow: auto; overflow: -moz-scrollbars-horizontal; /* for FF */ overflow-x: scroll; /* scroll horizontal */ overflow-y: hidden; /* Hide vertical*/ - position: absolute; } #gContent #gPhotoStream .gItem { @@ -210,7 +209,7 @@ li.gGroup { #gGroupAdmin:after, .gSelected:after, .gAvailable .gBlock:after, -#gPhotoStream .gItem:after { +#gPhotoStream:after { clear: both; content: "."; display: block; @@ -243,3 +242,8 @@ li.gGroup { .gButtonSetVertical a { width: 8em !important; } + +#gAdminDashboard .ui-dialog-titlebar, +#gAdminDashboardSidebar .ui-dialog-titlebar { + padding: .2em .4em; +}
\ No newline at end of file |