From 6c21dc788e8bc88faf1ec77aa85068a63b79db8b Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Mon, 20 Apr 2015 14:20:29 -0400 Subject: [PATCH] Small UI fixes --- static/css/core-ui.css | 6 +++++- static/css/directives/repo-view/repo-panel-info.css | 8 -------- static/css/directives/ui/header-bar.css | 7 +++++++ static/directives/new-header-bar.html | 2 +- static/partials/repo-view.html | 2 +- 5 files changed, 14 insertions(+), 11 deletions(-) diff --git a/static/css/core-ui.css b/static/css/core-ui.css index cd65ecdfd..2bce477fd 100644 --- a/static/css/core-ui.css +++ b/static/css/core-ui.css @@ -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 { diff --git a/static/css/directives/repo-view/repo-panel-info.css b/static/css/directives/repo-view/repo-panel-info.css index a0d35b312..496d32a2f 100644 --- a/static/css/directives/repo-view/repo-panel-info.css +++ b/static/css/directives/repo-view/repo-panel-info.css @@ -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; } diff --git a/static/css/directives/ui/header-bar.css b/static/css/directives/ui/header-bar.css index 5629c1c69..db72b4e73 100644 --- a/static/css/directives/ui/header-bar.css +++ b/static/css/directives/ui/header-bar.css @@ -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; diff --git a/static/directives/new-header-bar.html b/static/directives/new-header-bar.html index 94aa60710..e1125f8e3 100644 --- a/static/directives/new-header-bar.html +++ b/static/directives/new-header-bar.html @@ -2,7 +2,7 @@