diff options
author | fuxiaohei <fuxiaohei@vip.qq.com> | 2014-06-23 12:08:53 +0800 |
---|---|---|
committer | fuxiaohei <fuxiaohei@vip.qq.com> | 2014-06-23 12:08:53 +0800 |
commit | f393dc652007238c27bd5d1954a03ba97412eee5 (patch) | |
tree | 8cf519502f9cfcd57e135bcec0da637e9d716f91 /public | |
parent | ea507e20d45ef90b1552d72341038354f8801cf4 (diff) | |
download | gitea-f393dc652007238c27bd5d1954a03ba97412eee5.tar.gz gitea-f393dc652007238c27bd5d1954a03ba97412eee5.zip |
add organization dashboard page
Diffstat (limited to 'public')
-rwxr-xr-x | public/css/gogs.css | 8 |
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; } |