From 52bb0934be9e2f62e1d423b697871ddf7436e16b Mon Sep 17 00:00:00 2001 From: Mary Evans Date: Sun, 15 Apr 2012 01:37:55 +0100 Subject: [PATCH] MDL-32444 theme_afterburner: adds 5px margin to the left of #loginbtn, input, button, select in /style/afterburner_styles.css --- theme/afterburner/style/afterburner_styles.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/theme/afterburner/style/afterburner_styles.css b/theme/afterburner/style/afterburner_styles.css index 489bd7ec5c3..1361a86f926 100644 --- a/theme/afterburner/style/afterburner_styles.css +++ b/theme/afterburner/style/afterburner_styles.css @@ -200,9 +200,15 @@ select, input, button { background-color: #34637f; color: #fff; } -#loginbtn, input, button, select { cursor: pointer;} -input#username, input#password, -input[type="text"], input[type="password"], textarea { +#loginbtn, input, button, select { + cursor: pointer; + margin-left: 5px; +} +input#username, +input#password, +input[type="text"], +input[type="password"], +textarea { background-color: white; border: 2px inset threedface; color: #4b4b4b;