Small UI fixes

This commit is contained in:
Joseph Schorr 2015-04-20 14:20:29 -04:00
parent 9b58c951bf
commit 6c21dc788e
5 changed files with 14 additions and 11 deletions

View file

@ -75,7 +75,7 @@
}
.co-nav-title .co-nav-title-content {
max-height: 38px;
max-height: 50px;
overflow: hidden;
text-overflow: ellipsis;
font-size: 22px;
@ -868,6 +868,10 @@
margin-top: 22px;
margin-bottom: 10px;
font-size: 16px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: white;
}
.cor-title-link a {

View file

@ -50,14 +50,6 @@
font-size: 16px !important;
}
.repo-panel-info-element .description-container h4:before {
content: "\f02d";
color: #black;
font-size: 20px;
font-family: FontAwesome;
margin-right: 6px;
}
.repo-panel-info-element .description .fa-edit {
display: none;
}

View file

@ -3,6 +3,13 @@ nav.navbar {
border-radius: 0px;
}
nav.navbar .navbar-toggle {
padding: 0px;
padding-left: 10px;
padding-right: 10px;
font-size: 22px;
}
nav.navbar-default .navbar-nav>li>a {
letter-spacing: 0.5px;
color: #428bca;