Minor CSS fixed for find bar
This commit is contained in:
parent
baf3e1fb83
commit
92770fdd84
@ -271,7 +271,7 @@ html[dir='rtl'] #sidebarContent {
|
||||
left: 68px;
|
||||
position: absolute;
|
||||
z-index: 10000;
|
||||
height: 20px;
|
||||
height: 24px;
|
||||
|
||||
min-width: 16px;
|
||||
padding: 3px 6px 3px 6px;
|
||||
@ -280,6 +280,7 @@ html[dir='rtl'] #sidebarContent {
|
||||
font-size: 12px;
|
||||
line-height: 14px;
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
|
@ -99,7 +99,7 @@ limitations under the License.
|
||||
|
||||
<div id="mainContainer">
|
||||
<div class="findbar hidden doorHanger" id="findbar">
|
||||
<label for="findInput" data-l10n-id="find_label">Find</label>:
|
||||
<label for="findInput" data-l10n-id="find_label">Find</label>
|
||||
<input id="findInput" type="search">
|
||||
<button id="findPrevious" data-l10n-id="find_previous" title=""><</button>
|
||||
<button id="findNext" data-l10n-id="find_next">></button>
|
||||
|
Loading…
Reference in New Issue
Block a user