summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorfuxiaohei <fuxiaohei@vip.qq.com>2014-06-23 12:08:53 +0800
committerfuxiaohei <fuxiaohei@vip.qq.com>2014-06-23 12:08:53 +0800
commitf393dc652007238c27bd5d1954a03ba97412eee5 (patch)
tree8cf519502f9cfcd57e135bcec0da637e9d716f91 /public
parentea507e20d45ef90b1552d72341038354f8801cf4 (diff)
downloadgitea-f393dc652007238c27bd5d1954a03ba97412eee5.tar.gz
gitea-f393dc652007238c27bd5d1954a03ba97412eee5.zip
add organization dashboard page
Diffstat (limited to 'public')
-rwxr-xr-xpublic/css/gogs.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index bb341a8a35..1f465d845b 100755
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -662,6 +662,14 @@ html, body {
padding: .8em 1.2em;
}
+#dashboard-switch-menu > li > a:hover {
+ text-decoration: none;
+}
+
+#dashboard-switch-menu > li > a img, #dashboard-switch button img {
+ margin-right: 6px;
+}
+
#dashboard-switch-menu > li {
border-bottom: 1px solid #eaeaea;
}