From 549cd9cdea11dc8a9d651b995fc9f73df33dbcb7 Mon Sep 17 00:00:00 2001 From: Fluidbyte Date: Fri, 8 Feb 2013 12:53:12 -0800 Subject: [PATCH] Increased right-bar action visibility --- css/screen.css | 17 +++++++++++++++++ index.php | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/css/screen.css b/css/screen.css index 37fb1f5..ae21dc7 100755 --- a/css/screen.css +++ b/css/screen.css @@ -527,6 +527,23 @@ table [class^="icon-"], [class*=" icon-"] { cursor: col-resize; } +#sb-right .sidebar-handle span { + width: 15px; + height: 30px; + margin-left: -15px; + background: #474747; + border-radius: 5px 0px 0px 5px; + box-shadow: -8px 0px 10px 0px rgba(0, 0, 0, .7); + border-left: 2px solid #707070; +} + +#sb-right .sidebar-handle span a { + font-size: 18px; + padding-top: 8px; +} + +#sb-right .sidebar-handle span a:hover { background-color: transparent; } + .sb-left-content { position: absolute; top: 33px; diff --git a/index.php b/index.php index 6b7c45a..0e5552e 100755 --- a/index.php +++ b/index.php @@ -208,7 +208,7 @@ $components = json_decode($components,true);