diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/admin_wind/css/screen.css | 4 | ||||
-rw-r--r-- | themes/wind/css/screen.css | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css index 23d319b2..be82fb39 100644 --- a/themes/admin_wind/css/screen.css +++ b/themes/admin_wind/css/screen.css @@ -989,7 +989,9 @@ div#g-action-status { } #g-dialog .g-cancel { - margin: .59em 1em; + margin: 0 .3em; + float: left; + padding: .2em; } #g-panel { diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index c088180d..8478f6ae 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -1039,7 +1039,9 @@ div#g-action-status { } #g-dialog .g-cancel { - margin: .59em 1em; + margin: 0 .3em; + float: left; + padding: .2em; } #g-panel { |