summaryrefslogtreecommitdiff
path: root/themes/wind
diff options
context:
space:
mode:
authorshadlaws <shad@shadlaws.com>2013-03-02 12:28:49 +0100
committershadlaws <shad@shadlaws.com>2013-03-02 12:28:49 +0100
commitb83abf728fcc326d204e73ad7d0016b93e181269 (patch)
treea3355e2895fbe11b5c2d9845f89d4d716f062cde /themes/wind
parent0d05e91cd3c5050c25133c864f8b789f499d8e17 (diff)
#1639 - Make dialog "Cancel" links into buttons like "Submit"
- modified gallery.dialog.js: made cancel a <button>, added same classes as submit - modified screen.css to size/position the cancel buttons correctly
Diffstat (limited to 'themes/wind')
-rw-r--r--themes/wind/css/screen.css4
1 files changed, 3 insertions, 1 deletions
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 {