Skip to content

Commit e03ba33

Browse files
committed
more header detail finagling
1 parent 601e4e8 commit e03ba33

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

app/assets/stylesheets/_base.sass

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@
1919
border-bottom: 1px solid #FFF
2020

2121
/* gotta bump stuff in the header
22-
.logo, .search form, .ui-tabs-nav
22+
.logo, .ui-tabs-nav
2323
padding-top: 7px !important
24+
.search form
25+
padding-top: 5px
2426

2527

2628
#app_body

app/assets/stylesheets/_sidebar.sass

+3
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,15 @@
7878
input
7979
+border-radius(20px)
8080
background: $search-bg url(image_path('search_icon.png')) no-repeat
81+
+box-shadow(inset 0px 7px 6px -5px #3a4547, 2px 7px 7px -6px #7f8587)
8182
background-position: 95% center
8283
background-size: 15px
8384
width: 100%
8485
color: $search-color
8586
border: 2px solid darken($search-bg, 10%)
87+
padding: 3px 0
8688
padding-right: 15%
89+
8790

8891
.header .user
8992
float: right

0 commit comments

Comments
 (0)