Skip to content

Commit e7295b8

Browse files
committed
Fixed overlap on header
Fixed button text shadow/color for new items
1 parent b71fc63 commit e7295b8

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

app/assets/stylesheets/cms/bootstrap-customizations.css.scss

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,25 @@ tbody .block_status.published, #sitemap .span1.Published {
6565

6666
.label {margin: 12px 10px 0 0;}
6767

68-
#loginmain {margin: 0 auto; float: none;}
68+
#loginmain {margin: 0 auto; float: none;}
69+
70+
.container-fluid {
71+
padding-top: 20px;
72+
}
73+
74+
.navbar .nav > li > a {
75+
color: #fff;
76+
text-shadow: 0 0px 0 white;
77+
}
78+
79+
/* line 256, ../../../../../.rvm/gems/ruby-1.9.3-p125@rails323/gems/bootstrap-sass-2.3.2.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
80+
.navbar .nav > li > a:focus,
81+
.navbar .nav > li > a:hover {
82+
background-color: #eeeeee;
83+
color: #fff;
84+
text-decoration: none;
85+
}
86+
87+
.navbar .nav > li > .btn:hover, .btn:focus {
88+
background-position: 0 0px;
89+
}

0 commit comments

Comments
 (0)