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 | |
parent | c40735c922b53eb32be1ae39a030362eea52e602 (diff) | |
parent | e300ede3d8311bf236594480355f710b39aaa451 (diff) |
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'themes')
-rw-r--r-- | themes/admin_wind/css/screen.css | 12 | ||||
-rw-r--r-- | themes/night_wind/css/screen.css | 4 | ||||
-rw-r--r-- | themes/wind/css/screen.css | 4 |
3 files changed, 14 insertions, 6 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; } diff --git a/themes/night_wind/css/screen.css b/themes/night_wind/css/screen.css index 2286b26e..cd1824d1 100644 --- a/themes/night_wind/css/screen.css +++ b/themes/night_wind/css/screen.css @@ -455,8 +455,8 @@ li.g-error select { padding-top: 1em; } -/* In-line editting ~~~~~~~~~~~~~~~~~~~~~ */ -#g-inplace-edit-message { +/* In-line editing ~~~~~~~~~~~~~~~~~~~~~~ */ +#g-in-place-edit-message { background-color: #FFF; } diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index 8c466bd8..74771e07 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -299,8 +299,8 @@ td { padding-top: 1em; } -/* In-line editting ~~~~~~~~~~~~~~~~~~~~~ */ -#g-inplace-edit-message { +/* In-line editing ~~~~~~~~~~~~~~~~~~~~~~ */ +#g-in-place-edit-message { background-color: #FFF; } |