diff --git a/media/css/seahub.css b/media/css/seahub.css
index 543f882d17..e852fcb3d9 100644
--- a/media/css/seahub.css
+++ b/media/css/seahub.css
@@ -1190,12 +1190,23 @@ textarea:-moz-placeholder {/* for FF */
margin:4px 0 0;
}
.popover-con {
- padding:0 10px;
overflow:auto;
}
+a.popover-item {
+ color:#444;
+ font-weight:normal;
+ text-decoration:none;
+ display:block;
+ padding-left:10px;
+ padding-right:10px;
+ line-height:31px;
+ cursor:pointer;
+ margin:5px 0;
+}
/**** user-item ****/ /* e.g. group member in 'group members' panel */
.user-item {
margin:5px 0;
+ padding-left:10px;
}
.user-item .txt {
margin-left:40px;
@@ -3371,11 +3382,6 @@ img.thumbnail {
.group-setting-list {
border-bottom:1px solid #e3e3e5;
}
-.group-setting-item {
- line-height:31px;
- cursor:pointer;
- margin:5px 0;
-}
#add-group-members-form .submit {
margin:0 0 0 5px;
}
diff --git a/seahub/templates/js/templates.html b/seahub/templates/js/templates.html
index 53ae3601a3..138fbce2c2 100644
--- a/seahub/templates/js/templates.html
+++ b/seahub/templates/js/templates.html
@@ -1004,37 +1004,37 @@
diff --git a/seahub/templates/libraries.html b/seahub/templates/libraries.html
index 27613e7ed9..acc2bf18a3 100644
--- a/seahub/templates/libraries.html
+++ b/seahub/templates/libraries.html
@@ -116,7 +116,7 @@