summaryrefslogtreecommitdiff
path: root/themes/admin_wind
diff options
context:
space:
mode:
Diffstat (limited to 'themes/admin_wind')
-rw-r--r--themes/admin_wind/css/screen.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css
index be82fb39..d5fb70aa 100644
--- a/themes/admin_wind/css/screen.css
+++ b/themes/admin_wind/css/screen.css
@@ -255,6 +255,10 @@ input[readonly] {
width: 100%;
}
+.g-short-form .submit {
+ padding: .3em .6em;
+}
+
.g-short-form .textbox.g-error {
border: 1px solid #f00;
color: #f00;
@@ -263,7 +267,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 {