Skip to content

Commit

Permalink
more header detail finagling
Browse files Browse the repository at this point in the history
  • Loading branch information
kevzettler committed Apr 3, 2012
1 parent 601e4e8 commit e03ba33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/assets/stylesheets/_base.sass
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions app/assets/stylesheets/_sidebar.sass
Expand Up @@ -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
Expand Down

0 comments on commit e03ba33

Please sign in to comment.