diff options
Diffstat (limited to 'themes/default/css/screen.css')
-rw-r--r-- | themes/default/css/screen.css | 33 |
1 files changed, 14 insertions, 19 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index d4c23155..64ecf775 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -702,6 +702,12 @@ form .gError, font-weight: bold; } +#gDialog ul.gBreadcrumbs { + clear: both; + margin-left: 0; + padding-left: 0; +} + #gDialog .gBreadcrumbs li { font-size: .9em; } @@ -945,13 +951,13 @@ form .gError, /* Server Add */ #gServerAdd button { - float: left; margin-bottom: .5em; } #gServerAddTree { cursor: pointer; padding-left: 4px; + width: 95%; } #gServerAddTree li { @@ -965,32 +971,16 @@ form .gError, #gServerAddTree { border: 1px solid #ccc; - height: 25em; + height: 20em; overflow: auto; margin-bottom: .5em; - padding-top: .5em; - padding-bottom: .5em; + padding: .5em; } #gServerAdd ul ul li { padding-left: 1.2em; } -#gServerAdd .gBreadcrumbs { - font-size: 1em; - padding: 0; - margin: 0; - border-top-width: 0; -} - -#gServerAdd p { - margin: 0; -} - -#gServerAdd .gBreadcrumbs li { - padding: 10px 6px 10px 16px; -} - /* Permissions ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ #gEditPermissionForm { @@ -1022,6 +1012,11 @@ form .gError, display: inline-block; } +#gAddPhotos span { + clear: both; + display: block; +} + #gAddPhotosCanvas { height: 325px; width: 450px; |