diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-07 07:35:15 -0800 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-07 07:35:15 -0800 |
| commit | 87f00a5ec5e072f98f5ed6fcd559ef249da57b36 (patch) | |
| tree | d1c6ddf82600c4d02ab9098766597d1a3cbfac33 /themes/admin_wind/css | |
| parent | c40735c922b53eb32be1ae39a030362eea52e602 (diff) | |
| parent | e300ede3d8311bf236594480355f710b39aaa451 (diff) | |
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'themes/admin_wind/css')
| -rw-r--r-- | themes/admin_wind/css/screen.css | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css index 8d49a389..3342bd83 100644 --- a/themes/admin_wind/css/screen.css +++ b/themes/admin_wind/css/screen.css @@ -88,10 +88,18 @@ a:hover, /* Forms ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +fieldset { + margin-bottom: 1em; +} + #g-dialog form { width: 270px; } +#g-dialog fieldset { + margin-bottom: 0; +} + /* Tables ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ table { @@ -374,8 +382,8 @@ th { padding: .3em .8em; } -/* In-line editting ~~~~~~~~~~~~~~~~~~~~~ */ -#g-inplace-edit-message { +/* In-line editing ~~~~~~~~~~~~~~~~~~~~~~ */ +#g-in-place-edit-message { background-color: #FFF; } |
