Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
70d77c32
Commit
70d77c32
authored
Dec 10, 2013
by
Dries
Browse files
Issue
#1258342
by Andreas Radloff: Change search inputs' default width.
parent
258b9a31
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/modules/search/lib/Drupal/search/Form/SearchForm.php
View file @
70d77c32
...
...
@@ -80,7 +80,7 @@ public function buildForm(array $form, array &$form_state, SearchInterface $plug
'#type'
=>
'search'
,
'#title'
=>
$prompt
,
'#default_value'
=>
$plugin
->
getKeywords
(),
'#size'
=>
$prompt
?
4
0
:
20
,
'#size'
=>
$prompt
?
3
0
:
20
,
'#maxlength'
=>
255
,
);
// processed_keys is used to coordinate keyword passing between other forms
...
...
core/themes/bartik/css/style.css
View file @
70d77c32
...
...
@@ -1579,7 +1579,6 @@ div.password-suggestions {
float
:
left
;
/* LTR */
font-size
:
1em
;
margin-right
:
5px
;
width
:
9em
;
}
[
dir
=
"rtl"
]
#search-form
input
#edit-keys
,
[
dir
=
"rtl"
]
#block-search-form
.form-item-search-block-form
input
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment