|
|
@ -347,8 +347,7 @@ html[dir='rtl'] #toolbarContainer, .findbar, .secondaryToolbar { |
|
|
|
top: 32px; |
|
|
|
top: 32px; |
|
|
|
position: absolute; |
|
|
|
position: absolute; |
|
|
|
z-index: 10000; |
|
|
|
z-index: 10000; |
|
|
|
height: 32px; |
|
|
|
height: auto; |
|
|
|
|
|
|
|
|
|
|
|
min-width: 16px; |
|
|
|
min-width: 16px; |
|
|
|
padding: 0px 6px 0px 6px; |
|
|
|
padding: 0px 6px 0px 6px; |
|
|
|
margin: 4px 2px 4px 2px; |
|
|
|
margin: 4px 2px 4px 2px; |
|
|
@ -359,10 +358,21 @@ html[dir='rtl'] #toolbarContainer, .findbar, .secondaryToolbar { |
|
|
|
cursor: default; |
|
|
|
cursor: default; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.findbar { |
|
|
|
|
|
|
|
min-width: 300px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.findbar > div { |
|
|
|
|
|
|
|
height: 32px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.findbar.wrapContainers > div { |
|
|
|
|
|
|
|
clear: both; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.findbar.wrapContainers > div#findbarMessageContainer { |
|
|
|
|
|
|
|
height: auto; |
|
|
|
|
|
|
|
} |
|
|
|
html[dir='ltr'] .findbar { |
|
|
|
html[dir='ltr'] .findbar { |
|
|
|
left: 68px; |
|
|
|
left: 68px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
html[dir='rtl'] .findbar { |
|
|
|
html[dir='rtl'] .findbar { |
|
|
|
right: 68px; |
|
|
|
right: 68px; |
|
|
|
} |
|
|
|
} |
|
|
@ -372,6 +382,21 @@ html[dir='rtl'] .findbar { |
|
|
|
-moz-user-select: none; |
|
|
|
-moz-user-select: none; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#findInput { |
|
|
|
|
|
|
|
width: 200px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
#findInput::-webkit-input-placeholder { |
|
|
|
|
|
|
|
font-style: italic; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
#findInput::-moz-placeholder { |
|
|
|
|
|
|
|
font-style: italic; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
#findInput:-ms-input-placeholder { |
|
|
|
|
|
|
|
font-style: italic; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
#findInput::placeholder { |
|
|
|
|
|
|
|
font-style: italic; |
|
|
|
|
|
|
|
} |
|
|
|
#findInput[data-status="pending"] { |
|
|
|
#findInput[data-status="pending"] { |
|
|
|
background-image: url(images/loading-small.png); |
|
|
|
background-image: url(images/loading-small.png); |
|
|
|
background-repeat: no-repeat; |
|
|
|
background-repeat: no-repeat; |
|
|
@ -463,6 +488,9 @@ html[dir='ltr'] .doorHangerRight:before { |
|
|
|
font-style: italic; |
|
|
|
font-style: italic; |
|
|
|
color: #A6B7D0; |
|
|
|
color: #A6B7D0; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
#findMsg:empty { |
|
|
|
|
|
|
|
display: none; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#findInput.notFound { |
|
|
|
#findInput.notFound { |
|
|
|
background-color: rgb(255, 102, 102); |
|
|
|
background-color: rgb(255, 102, 102); |
|
|
@ -485,14 +513,14 @@ html[dir='rtl'] #toolbarViewerLeft { |
|
|
|
html[dir='ltr'] #toolbarViewerLeft > *, |
|
|
|
html[dir='ltr'] #toolbarViewerLeft > *, |
|
|
|
html[dir='ltr'] #toolbarViewerMiddle > *, |
|
|
|
html[dir='ltr'] #toolbarViewerMiddle > *, |
|
|
|
html[dir='ltr'] #toolbarViewerRight > *, |
|
|
|
html[dir='ltr'] #toolbarViewerRight > *, |
|
|
|
html[dir='ltr'] .findbar > * { |
|
|
|
html[dir='ltr'] .findbar * { |
|
|
|
position: relative; |
|
|
|
position: relative; |
|
|
|
float: left; |
|
|
|
float: left; |
|
|
|
} |
|
|
|
} |
|
|
|
html[dir='rtl'] #toolbarViewerLeft > *, |
|
|
|
html[dir='rtl'] #toolbarViewerLeft > *, |
|
|
|
html[dir='rtl'] #toolbarViewerMiddle > *, |
|
|
|
html[dir='rtl'] #toolbarViewerMiddle > *, |
|
|
|
html[dir='rtl'] #toolbarViewerRight > *, |
|
|
|
html[dir='rtl'] #toolbarViewerRight > *, |
|
|
|
html[dir='rtl'] .findbar > * { |
|
|
|
html[dir='rtl'] .findbar * { |
|
|
|
position: relative; |
|
|
|
position: relative; |
|
|
|
float: right; |
|
|
|
float: right; |
|
|
|
} |
|
|
|
} |
|
|
@ -1898,7 +1926,7 @@ html[dir='rtl'] #documentPropertiesOverlay .row > * { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@media all and (max-width: 640px) { |
|
|
|
@media all and (max-width: 640px) { |
|
|
|
.hiddenSmallView { |
|
|
|
.hiddenSmallView, .hiddenSmallView * { |
|
|
|
display: none; |
|
|
|
display: none; |
|
|
|
} |
|
|
|
} |
|
|
|
.visibleSmallView { |
|
|
|
.visibleSmallView { |
|
|
@ -1907,6 +1935,12 @@ html[dir='rtl'] #documentPropertiesOverlay .row > * { |
|
|
|
.toolbarButtonSpacer { |
|
|
|
.toolbarButtonSpacer { |
|
|
|
width: 0; |
|
|
|
width: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
html[dir='ltr'] .findbar { |
|
|
|
|
|
|
|
left: 38px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
html[dir='rtl'] .findbar { |
|
|
|
|
|
|
|
right: 38px; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@media all and (max-width: 535px) { |
|
|
|
@media all and (max-width: 535px) { |
|
|
|