diff options
Diffstat (limited to 'themes/admin_wind')
| -rw-r--r-- | themes/admin_wind/css/screen.css | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css index 4d548aed..5fe47d76 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 { | 
