From 11175ba6fe27b12173c497b5eb13fb16ae637e38 Mon Sep 17 00:00:00 2001 From: Brendan Dahl Date: Mon, 29 Oct 2012 14:35:07 -0700 Subject: [PATCH] Minor css tweaks for small viewer and aligning borders. --- web/viewer.css | 12 ++++-------- web/viewer.html | 16 +++++++++------- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/web/viewer.css b/web/viewer.css index 8276f0035..901d6bffd 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -240,7 +240,7 @@ html[dir='rtl'] #sidebarContent { #toolbarSidebar { width: 200px; - height: 29px; + height: 32px; background-image: url(images/texture.png), -webkit-linear-gradient(hsla(0,0%,30%,.99), hsla(0,0%,25%,.95)); background-image: url(images/texture.png), @@ -251,11 +251,11 @@ html[dir='rtl'] #sidebarContent { -o-linear-gradient(hsla(0,0%,30%,.99), hsla(0,0%,25%,.95)); background-image: url(images/texture.png), linear-gradient(hsla(0,0%,30%,.99), hsla(0,0%,25%,.95)); - box-shadow: inset -2px 0 0 hsla(0,0%,100%,.08), - inset 0 1px 1px hsla(0,0%,0%,.15), + box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25), + inset 0 -1px 0 hsla(0,0%,100%,.05), 0 1px 0 hsla(0,0%,0%,.15), - 0 1px 1px hsla(0,0%,0%,.1); + 0 0 1px hsla(0,0%,0%,.1); } #toolbarViewer, .findbar { @@ -271,7 +271,6 @@ html[dir='rtl'] #sidebarContent { -o-linear-gradient(hsla(0,0%,32%,.99), hsla(0,0%,27%,.95)); background-image: url(images/texture.png), linear-gradient(hsla(0,0%,32%,.99), hsla(0,0%,27%,.95)); - border-left: 1px solid hsla(0,0%,0%,.5); box-shadow: inset 1px 0 0 hsla(0,0%,100%,.08), inset 0 1px 1px hsla(0,0%,0%,.15), inset 0 -1px 0 hsla(0,0%,100%,.05), @@ -1389,9 +1388,6 @@ canvas { top: 32px; background-color: hsla(0,0%,0%,.7); } - #thumbnailView, #outlineView { - top: 66px; - } html[dir='ltr'] #outerContainer.sidebarOpen > #mainContainer { left: 0px; diff --git a/web/viewer.html b/web/viewer.html index 6d7b09ded..3d6bec6a4 100644 --- a/web/viewer.html +++ b/web/viewer.html @@ -81,13 +81,15 @@ limitations under the License.
-
- - +
+
+ + +