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