Skip to content

Commit 4f1aaf6

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

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,13 @@ 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+
}

0 commit comments

Comments
 (0)