From e03ba33b76d44db6cf155ec1fbe34378d8c8de52 Mon Sep 17 00:00:00 2001 From: Kev Zettler Date: Tue, 3 Apr 2012 14:54:25 -0700 Subject: [PATCH] more header detail finagling --- app/assets/stylesheets/_base.sass | 4 +++- app/assets/stylesheets/_sidebar.sass | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/_base.sass b/app/assets/stylesheets/_base.sass index 91f348cf..c5fff375 100644 --- a/app/assets/stylesheets/_base.sass +++ b/app/assets/stylesheets/_base.sass @@ -19,8 +19,10 @@ border-bottom: 1px solid #FFF /* gotta bump stuff in the header -.logo, .search form, .ui-tabs-nav +.logo, .ui-tabs-nav padding-top: 7px !important +.search form + padding-top: 5px #app_body diff --git a/app/assets/stylesheets/_sidebar.sass b/app/assets/stylesheets/_sidebar.sass index 6b510633..14f63c7e 100644 --- a/app/assets/stylesheets/_sidebar.sass +++ b/app/assets/stylesheets/_sidebar.sass @@ -78,12 +78,15 @@ input +border-radius(20px) background: $search-bg url(image_path('search_icon.png')) no-repeat + +box-shadow(inset 0px 7px 6px -5px #3a4547, 2px 7px 7px -6px #7f8587) background-position: 95% center background-size: 15px width: 100% color: $search-color border: 2px solid darken($search-bg, 10%) + padding: 3px 0 padding-right: 15% + .header .user float: right