diff --git a/core/themes/seven/style.css b/core/themes/seven/style.css index 56db6d2..a68a602 100644 --- a/core/themes/seven/style.css +++ b/core/themes/seven/style.css @@ -742,10 +742,13 @@ fieldset { } label { display: table; - margin: 0 0 0 0.2em; + margin: 0 0 0 0.2em; /* LTR */ padding: 0; font-weight: normal; } +[dir="rtl"] label { + margin: 0 0.2em 0 0; +} label.error { color: #e62600; } @@ -887,19 +890,6 @@ select.form-select { box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px #40b6ff; background-color: #fff; } -.form-search { - border-radius: 0; - border-top-left-radius: .9em; - border-bottom-left-radius: .9em; - border-right: none; - margin-right: -3px; - padding-left: .8em; - padding-right: .7em; -} -.form-search:last-child { - border-radius: .9em; - border-right: 1px #b8b8b8 solid; -} .confirm-parent, .password-parent {