From 92770fdd84feca601c75bd708df7f7ab2db147b4 Mon Sep 17 00:00:00 2001 From: Yury Delendik Date: Fri, 5 Oct 2012 10:47:58 -0500 Subject: [PATCH] Minor CSS fixed for find bar --- web/viewer.css | 3 ++- web/viewer.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/web/viewer.css b/web/viewer.css index 30877a6d6..26edfddb7 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -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; } diff --git a/web/viewer.html b/web/viewer.html index 7af1d919b..3cdb84378 100644 --- a/web/viewer.html +++ b/web/viewer.html @@ -99,7 +99,7 @@ limitations under the License.