From: vincent@cubedesigners.com Date: Fri, 2 Sep 2016 10:10:20 +0000 (+0000) Subject: #651 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=aa89d73744c43f57e672f11e1a6616e7c12e6387;p=cubeextranet.git #651 @0.5 --- diff --git a/style/ws/bg-bar-vide.png b/style/ws/bg-bar-vide.png index decc2f8c3..7abd93866 100644 Binary files a/style/ws/bg-bar-vide.png and b/style/ws/bg-bar-vide.png differ diff --git a/style/ws/bg-bar.png b/style/ws/bg-bar.png index 95136af49..1cfeb0c47 100644 Binary files a/style/ws/bg-bar.png and b/style/ws/bg-bar.png differ diff --git a/style/ws/bg-page.png b/style/ws/bg-page.png index b2197b208..c374131ea 100644 Binary files a/style/ws/bg-page.png and b/style/ws/bg-page.png differ diff --git a/style/ws/style.css b/style/ws/style.css index 2a78be874..0f6f31d37 100644 --- a/style/ws/style.css +++ b/style/ws/style.css @@ -1,6 +1,6 @@ body{ height:auto; - background:#263340; + background:#fff; } body,table{ @@ -107,7 +107,7 @@ input[type="text"],input[type="password"],input[type="email"],input[type="search } #main{ - background:url(bg-page.png) repeat-x #263340; + background:url(bg-page.png) repeat-x #fff; position:relative; height:439px; padding-top:13px; @@ -673,4 +673,13 @@ a.btbook.edit>div{ #collection .submit{ float:right; +} + +.b{ + + -moz-box-shadow: none; + -ms-box-shadow: none; + -webkit-box-shadow: none; + -o-box-shadow: none; + box-shadow: none; } \ No newline at end of file