Small UI fixes
This commit is contained in:
parent
9b58c951bf
commit
6c21dc788e
5 changed files with 14 additions and 11 deletions
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<div class="header-bar-content" ng-class="searchVisible ? 'search-visible' : ''">
|
||||
<!-- Quay -->
|
||||
<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">
|
||||
≡
|
||||
</button>
|
||||
<a class="navbar-brand" ng-href="{{ user.anonymous ? '/' : '/repository/' }}" target="{{ appLinkTarget() }}">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
</a>
|
||||
</span>
|
||||
<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 }}
|
||||
<span class="repo-star" repository="viewScope.repository" ng-if="!user.anonymous"></span>
|
||||
</span>
|
||||
|
|
Reference in a new issue