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

View file

@ -50,14 +50,6 @@
font-size: 16px !important; 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 { .repo-panel-info-element .description .fa-edit {
display: none; display: none;
} }

View file

@ -3,6 +3,13 @@ nav.navbar {
border-radius: 0px; 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 { nav.navbar-default .navbar-nav>li>a {
letter-spacing: 0.5px; letter-spacing: 0.5px;
color: #428bca; color: #428bca;

View file

@ -2,7 +2,7 @@
<div class="header-bar-content" ng-class="searchVisible ? 'search-visible' : ''"> <div class="header-bar-content" ng-class="searchVisible ? 'search-visible' : ''">
<!-- Quay --> <!-- Quay -->
<div class="navbar-header"> <div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse" style="padding: 0px; padding-left: 4px; padding-right: 4px;"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
&equiv; &equiv;
</button> </button>
<a class="navbar-brand" ng-href="{{ user.anonymous ? '/' : '/repository/' }}" target="{{ appLinkTarget() }}"> <a class="navbar-brand" ng-href="{{ user.anonymous ? '/' : '/repository/' }}" target="{{ appLinkTarget() }}">

View file

@ -9,7 +9,7 @@
</a> </a>
</span> </span>
<span class="cor-title-content"> <span class="cor-title-content">
<span class="repo-circle no-background" repo="viewScope.repository"></span> <span class="repo-circle no-background hidden-xs" repo="viewScope.repository"></span>
{{ namespace }} / {{ name }} {{ namespace }} / {{ name }}
<span class="repo-star" repository="viewScope.repository" ng-if="!user.anonymous"></span> <span class="repo-star" repository="viewScope.repository" ng-if="!user.anonymous"></span>
</span> </span>