fixed search block submit button display
This commit is contained in:
parent
fb14eb95cf
commit
d64bee211c
|
@ -1481,7 +1481,7 @@ header[role="banner"] {
|
||||||
border-radius: 14px;
|
border-radius: 14px;
|
||||||
padding: 0.3em;
|
padding: 0.3em;
|
||||||
color: #666; }
|
color: #666; }
|
||||||
header[role="banner"] #block-materiosapisearchblock #materio-sapi-search-form #edit-submit {
|
header[role="banner"] #block-materiosapisearchblock #materio-sapi-search-form .button.form-submit {
|
||||||
border: 0;
|
border: 0;
|
||||||
text-indent: 50px;
|
text-indent: 50px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
|
@ -382,7 +382,7 @@ header[role="banner"]{
|
||||||
color:#666;
|
color:#666;
|
||||||
}
|
}
|
||||||
|
|
||||||
#edit-submit{
|
.button.form-submit{
|
||||||
border:0;
|
border:0;
|
||||||
text-indent: 50px;
|
text-indent: 50px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Reference in New Issue