remove search command text since it interferes with mobile phones
This commit is contained in:
parent
30e8347b6c
commit
a37ff92523
3 changed files with 4 additions and 27 deletions
|
@ -6,9 +6,9 @@ code { padding: 2px 4px; font-size: 90%; border-radius: 4px; background-color: #
|
|||
.searchprompt {
|
||||
color: #4b4b4b;
|
||||
font-size: 12px;
|
||||
margin-left: 42em;
|
||||
margin-left: -26.7em;
|
||||
position: absolute;
|
||||
top:24px;
|
||||
top:68px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
@ -16,7 +16,7 @@ code { padding: 2px 4px; font-size: 90%; border-radius: 4px; background-color: #
|
|||
visibility: hidden;
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
top: 70px;
|
||||
top: 12px;
|
||||
display: inline-block;
|
||||
width: 340px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue