diff options
| author | jhilden <jakobhilden@gmail.com> | 2009-08-27 20:34:42 -0400 | 
|---|---|---|
| committer | jhilden <jakobhilden@gmail.com> | 2009-08-27 20:34:42 -0400 | 
| commit | 3d2e36f5b601b5a274efd0c55bf161448409682a (patch) | |
| tree | 16e47be19b9112f0d98787622ae3f4a9b0f6c9e9 /themes/default/css/screen.css | |
| parent | 0be38d143c44902f9482044da5f43c7a05134460 (diff) | |
fixed CSS bug in the simple uploader  #629
and improved permissions UI to include breadcrumbs (consistent with the uploader dialog)
Diffstat (limited to 'themes/default/css/screen.css')
| -rw-r--r-- | themes/default/css/screen.css | 19 | 
1 files changed, 13 insertions, 6 deletions
| diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 55839c57..ecae2bb2 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -718,7 +718,7 @@ form .gError,    font-weight: bold;  } -#gAddPhotos .gBreadcrumbs { +#gDialog .gBreadcrumbs li {    font-size: .9em;  } @@ -901,6 +901,10 @@ form .gError,    display: none;  } +#gDialog p { +	margin: 0; +} +  /* jQuery UI ThemeRoller buttons */  .gButtonLink { @@ -1001,6 +1005,14 @@ form .gError,  /* Permissions ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +#gEditPermissionForm { +	clear: both; +} +#gEditPermissionForm fieldset { +	border: 1px solid #cccccc; +	padding: 0; +} +  #gPermissions .gDenied,  #gPermissions .gAllowed {    text-align: center; @@ -1022,11 +1034,6 @@ form .gError,    display: inline-block;  } -#gAddPhotos p { -  margin: 0; -  padding: 0; -} -  #gAddPhotosCanvas {    height: 325px;    width: 450px; | 
