summaryrefslogtreecommitdiffstats
path: root/public/css
diff options
context:
space:
mode:
authorFuXiaoHei <fuxiaohei@hexiaz.com>2014-05-01 17:44:22 +0800
committerFuXiaoHei <fuxiaohei@hexiaz.com>2014-05-01 17:44:22 +0800
commit52fbb9788aa80adb56c96389f73c878cc0fe8b42 (patch)
tree505a74da03dbf825fc01136bbb090eb77ade4bf0 /public/css
parent49dc57e3368c6b6557520b671c9f1c3b4fe26db8 (diff)
downloadgitea-52fbb9788aa80adb56c96389f73c878cc0fe8b42.tar.gz
gitea-52fbb9788aa80adb56c96389f73c878cc0fe8b42.zip
add collaboration page ui
Diffstat (limited to 'public/css')
-rwxr-xr-xpublic/css/gogs.css63
1 files changed, 62 insertions, 1 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index 12b6d8b058..ce9f27e410 100755
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -387,6 +387,12 @@ html, body {
/* gogits user setting */
+#user-setting-nav {
+ background-color: #FFF;
+ border: 1px solid #CCC;
+ padding: 0;
+}
+
#user-setting-nav > h4, #user-setting-container > h4, #user-setting-container > div > h4,
#ssh-keys > h4, #user-delete > h4, #repo-setting-container .tab-pane > h4 {
padding-bottom: 18px;
@@ -396,13 +402,14 @@ html, body {
#user-setting-nav .list-group .list-group-item a {
margin-left: 0;
- padding: .6em;
+ padding: .6em 1.2em;
font-size: 14px;
color: #3B73AF;
}
#user-setting-nav .list-group .list-group-item {
background-color: transparent;
+ margin-bottom: .6em;
}
#user-setting-nav .list-group .list-group-item-success a {
@@ -431,10 +438,60 @@ html, body {
border-left: 4px solid #DD4B39;
}
+#repo-setting-container{
+ padding-right: 0;
+}
+
#repo-setting-container .form-horizontal label {
line-height: 30px;
}
+#repo-collab-list li.collab{
+ margin-bottom: .6em;
+}
+
+#repo-collab-list .avatar{
+ margin-right: 1em;
+ width: 40px;
+}
+
+#repo-collab-list a.member{
+ color: #444;
+}
+
+#repo-collab-list .remove-collab{
+ color: #DD4B39;
+}
+
+#repo-collab-form .dropdown-menu{
+ margin-left: 15px;
+ margin-top: 4px;
+ padding: 0;
+}
+
+#repo-collab-form .dropdown-menu li{
+ padding: 0 1em;
+ line-height: 36px;
+ cursor: pointer;
+ font-weight: bold;
+}
+
+#repo-collab-form .dropdown-menu li:hover{
+ background-color: #e8f0ff;
+}
+
+#repo-collab-form .dropdown-menu img{
+ width: 28px;
+ height: 28px;
+ margin-right: 1em;
+ vertical-align: middle;
+ margin-top: -3px;
+}
+
+#repo-collab-form .dropdown-menu ul{
+ margin-bottom: 0;
+}
+
/* gogits user ssh keys */
#ssh-keys .list-group-item {
@@ -649,6 +706,10 @@ html, body {
padding: 0;
}
+#repo-toolbar ul.navbar-right {
+ margin-right: 0;
+}
+
.activity-list {
font-size: 14px;
}