1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 02:42:26 +00:00

[address book] fixup & improvement

This commit is contained in:
llj
2018-05-15 14:25:43 +08:00
parent b0df96a948
commit 8ae359afbe
3 changed files with 27 additions and 12 deletions

View File

@@ -682,11 +682,17 @@ textarea:-moz-placeholder {/* for FF */
text-decoration:underline;
}
.small-hd {
padding:3px 10px;
display:flex;
justify-content:space-between;
padding:8px 10px;
background:#f7f7f7;
border-radius:2px;
margin:15px 0;
}
.small-hd-heading {
margin:0;
line-height:29px;
}
/*******ui widgets**************/
/**** path ****/
@@ -4154,6 +4160,10 @@ img.thumbnail {
text-align:center;
margin-bottom:30px;
}
#address-book-group .hd {
height:auto;
}
.invite-link-in-popup,
.invite-link-in-popup:hover {
text-decoration:none;