File tree 13 files changed +18
-25
lines changed
13 files changed +18
-25
lines changed Original file line number Diff line number Diff line change @@ -1093,27 +1093,21 @@ textarea {
1093
1093
1094
1094
/* Search widget */
1095
1095
.widget-search__form {
1096
- display : block;
1097
- padding : 5% ;
1098
- margin : 0 auto;
1096
+ padding : 16px 24px ;
1099
1097
background : # f5f5f5 ;
1100
1098
}
1101
1099
1102
- .widget-search__form . widget- search__submit {
1100
+ .widget-search__submit [ type = submit ] {
1103
1101
display : none;
1104
1102
}
1105
1103
1106
1104
.widget-search__field {
1107
- position : relative;
1108
- display : block;
1109
- width : 90% ;
1110
- padding : 8px ;
1111
- margin : 0 auto;
1112
- font-size : 11px ;
1105
+ width : 100% ;
1106
+ padding : 6px 8px ;
1107
+ font-size : 13px ;
1113
1108
cursor : pointer;
1114
1109
background : # fff ;
1115
1110
border : 1px solid # ebebeb ;
1116
- border-radius : 0 ;
1117
1111
outline-offset : -2px ;
1118
1112
transition : none;
1119
1113
-webkit-appearance : none;
@@ -1122,6 +1116,7 @@ textarea {
1122
1116
.widget-search__field : active ,
1123
1117
.widget-search__field : focus {
1124
1118
cursor : text;
1119
+ outline : 2px solid # 005fcc ;
1125
1120
}
1126
1121
1127
1122
/* Social widget */
Original file line number Diff line number Diff line change 39
39
40
40
# Search widget
41
41
- id : search_placeholder
42
- translation : " ТЪРСЕНЕ …"
42
+ translation : " Търсене …"
43
43
44
44
# Languages widget
45
45
- id : languages_title
Original file line number Diff line number Diff line change 39
39
40
40
# Search widget
41
41
- id : search_placeholder
42
- translation : " SEARCH …"
42
+ translation : " Search …"
43
43
44
44
# Languages widget
45
45
- id : languages_title
Original file line number Diff line number Diff line change 39
39
40
40
# Search widget
41
41
- id : search_placeholder
42
- translation : " KERES …"
42
+ translation : " Keres …"
43
43
44
44
# Languages widget
45
45
- id : languages_title
Original file line number Diff line number Diff line change 39
39
40
40
# Search widget
41
41
- id : search_placeholder
42
- translation : " CARI …"
42
+ translation : " Cari …"
43
43
44
44
# Languages widget
45
45
- id : languages_title
Original file line number Diff line number Diff line change 39
39
40
40
# Search widget
41
41
- id : search_placeholder
42
- translation : " CERCA …"
42
+ translation : " Cerca …"
43
43
44
44
# Languages widget
45
45
- id : languages_title
Original file line number Diff line number Diff line change 39
39
40
40
# Search widget
41
41
- id : search_placeholder
42
- translation : " ZOEKEN …"
42
+ translation : " Zoeken …"
43
43
44
44
# Languages widget
45
45
- id : languages_title
Original file line number Diff line number Diff line change 39
39
40
40
# Search widget
41
41
- id : search_placeholder
42
- translation : " BUSCAR …"
42
+ translation : " Buscar …"
43
43
44
44
# Languages widget
45
45
- id : languages_title
Original file line number Diff line number Diff line change 39
39
40
40
# Search widget
41
41
- id : search_placeholder
42
- translation : " BUSCAR …"
42
+ translation : " Buscar …"
43
43
44
44
# Languages widget
45
45
- id : languages_title
Original file line number Diff line number Diff line change 39
39
40
40
# Search widget
41
41
- id : search_placeholder
42
- translation : " ПОИСК …"
42
+ translation : " Поиск …"
43
43
44
44
# Languages widget
45
45
- id : languages_title
Original file line number Diff line number Diff line change 39
39
40
40
# Search widget
41
41
- id : search_placeholder
42
- translation : " SÖK …"
42
+ translation : " Sök …"
43
43
44
44
# Languages widget
45
45
- id : languages_title
Original file line number Diff line number Diff line change 39
39
40
40
# Search widget
41
41
- id : search_placeholder
42
- translation : " TÌM KIẾM …"
42
+ translation : " Tìm kiếm …"
43
43
44
44
# Languages widget
45
45
- id : languages_title
Original file line number Diff line number Diff line change 4
4
5
5
< div class ="widget-search widget ">
6
6
< form class ="widget-search__form " role ="search " method ="get " action ="{{ $actionURL }} ">
7
- < label >
8
- < input class ="widget-search__field " type ="search " placeholder ="{{ T "search_placeholder " }}" value="" name ="q " aria-label ="{{ T "search_placeholder " }}">
9
- </ label >
7
+ < input class ="widget-search__field " type ="search " placeholder ="{{ T "search_placeholder " }}" value="" name ="q " aria-label ="{{ T "search_placeholder " }}">
10
8
< input class ="widget-search__submit " type ="submit " value ="Search ">
11
9
{{ if $inputName -}}< input type ="hidden " name ="{{ $inputName }} " value ="{{ $inputPre }}{{ .Site.BaseURL }} "> {{- end }}
12
10
</ form >
You can’t perform that action at this time.
0 commit comments