diff --git a/core/themes/bartik/css/style-rtl.css b/core/themes/bartik/css/style-rtl.css index 90638eb..15013a7 100644 --- a/core/themes/bartik/css/style-rtl.css +++ b/core/themes/bartik/css/style-rtl.css @@ -148,10 +148,18 @@ ul.tips { /* ----------------- Buttons ------------------ */ input.form-submit, -a.button { +.form-actions .form-button, +.form-actions .form-submit { margin-right: 0; margin-left: 0.6em; } +@media screen and (max-width: 37.5em) { /* 600px */ + input.form-submit, + .form-actions .form-button, + .form-actions .form-submit { + margin-left: 0; + } +} /* --------------- Search Form ---------------- */ diff --git a/core/themes/bartik/css/style.css b/core/themes/bartik/css/style.css index 6f4cb14..2e2be9b 100644 --- a/core/themes/bartik/css/style.css +++ b/core/themes/bartik/css/style.css @@ -128,7 +128,7 @@ table, input, textarea, select, -a.button { +.form-button { font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; } @@ -1086,7 +1086,7 @@ div.password-confirm { /* ---------------- Buttons ---------------- */ input.form-submit, -a.button { +.form-button { background: #fff url(../images/buttons.png) 0 0 repeat-x; border: 1px solid #e4e4e4; border-bottom: 1px solid #b4b4b4; @@ -1102,11 +1102,9 @@ a.button { padding: 4px 17px; border-radius: 15px; } -a.button:link, -a.button:visited, -a.button:hover, -a.button:focus, -a.button:active { +.form-button:hover, +.form-button:focus, +.form-button:active { text-decoration: none; color: #5a5a5a; } @@ -1243,6 +1241,18 @@ input.form-submit:focus { .form-actions { padding-top: 10px; } +.form-actions .form-button, +.form-actions .form-submit { + margin-right: 0.6em; /* LTR */ +} +@media screen and (max-width: 37.5em) { /* 600px */ + .form-actions .form-button, + .form-actions .form-submit { + margin-top: 0.5em; + margin-right: 0; /* LTR */ + width: 100%; + } +} /* Contact Form */ .contact-form #edit-name { width: 75%; diff --git a/core/themes/seven/style.css b/core/themes/seven/style.css index df1e94d..48704ed 100644 --- a/core/themes/seven/style.css +++ b/core/themes/seven/style.css @@ -835,7 +835,6 @@ div.filter-options select { } } - /** * System. */