diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2013-03-02 14:07:53 -0800 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2013-03-02 14:07:53 -0800 |
| commit | f3d37267861b0cb46e99b6206cf186f330de4ba7 (patch) | |
| tree | c572a7c87139c76d91f0641c7739dae901763c50 /themes/wind/css | |
| parent | a81e85d3f178ad9081a5e6191d8f99370fdde123 (diff) | |
| parent | 73139982c7be10789c27360913b4bc4cbd5cd38e (diff) | |
Merge pull request #177 from shadlaws/fix_2032
#2032 - Fix short form submit/cancel button formatting.
Diffstat (limited to 'themes/wind/css')
| -rw-r--r-- | themes/wind/css/screen.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index c088180d..7ef8e2e4 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -276,6 +276,10 @@ input[readonly] { width: 100%; } +.g-short-form .submit { + padding: .3em .6em; +} + .g-short-form .textbox.g-error { border: 1px solid #f00; color: #f00; @@ -284,7 +288,8 @@ input[readonly] { .g-short-form .g-cancel { display: block; - margin: .3em .8em; + margin: 0em .8em; + padding: .3em .6em; } #g-sidebar .g-short-form li { |
