1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

add organization dashboard page

This commit is contained in:
fuxiaohei
2014-06-23 12:08:53 +08:00
parent ea507e20d4
commit f393dc6520
5 changed files with 91 additions and 2 deletions

View File

@@ -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;
}