aboutsummaryrefslogtreecommitdiff
path: root/public/ng/css/gogs.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/ng/css/gogs.css')
-rw-r--r--public/ng/css/gogs.css15
1 files changed, 11 insertions, 4 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css
index eb96cb80..4f68199c 100644
--- a/public/ng/css/gogs.css
+++ b/public/ng/css/gogs.css
@@ -95,7 +95,7 @@ img.avatar-100 {
}
#header {
background-color: #428bca;
- height: 44px;
+ height: 45px;
}
#header > .menu-line > li > a {
display: inline-block;
@@ -120,14 +120,14 @@ img.avatar-100 {
height: 44px;
}
#header-nav-user img {
- margin: -4px 10px 0 0;
+ margin: -2px 10px 0 0;
border-radius: 3px;
}
#header-nav-sign-out > a:hover {
color: #ff908b !important;
}
#header-nav-logo {
- padding: 6px 1.2em;
+ padding: 6px 1.2em 6px 0;
}
#header-nav-explore,
#header-nav-help {
@@ -716,6 +716,12 @@ ol.linenums {
#dashboard-header > .menu-line > li {
padding: 12px 6px;
}
+#dashboard-header > .menu-line > li.drop {
+ margin-left: -22px;
+}
+#dashboard-header > .menu-line > li.drop:hover a {
+ background-color: transparent;
+}
#dashboard-header > .menu-line > li.right > a {
font-size: 1.2em;
color: #444444;
@@ -870,6 +876,7 @@ ol.linenums {
}
#dashboard-selection-menu > .drop-down {
top: 56px;
+ left: 22px;
}
#dashboard-selection-menu li {
white-space: nowrap;
@@ -919,7 +926,7 @@ ol.linenums {
color: #CCC;
}
#dashboard-news .news .avatar {
- margin: 0 1.2em;
+ margin-right: 1.2em;
}
#dashboard-news .news .news-content,
#dashboard-news .news .news-time {