mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 07:08:08 +02:00
Minor CSS fixed for find bar
This commit is contained in:
parent
baf3e1fb83
commit
92770fdd84
2 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue