1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-20 02:09:11 +00:00

[Terms] fix & improvement

This commit is contained in:
llj
2016-07-26 15:03:15 +08:00
parent 0f73921205
commit de81823121
5 changed files with 80 additions and 78 deletions

View File

@@ -23,6 +23,7 @@
* (...)
* discussions/comments
* custom select2
* sf-panel
*
* Container
* Container ......... common container styles
@@ -141,6 +142,7 @@
.sf2-icon-trash:before { content:"\e016"; }
.sf2-icon-security:before { content:"\e017"; }
.sf2-icon-edit:before { content:"\e018"; }
.sf2-icon-edit2:before { content:"\e018"; } /* for some reason */
.sf2-icon-eye:before { content:"\e019"; }
.sf2-icon-caret-down:before { content:"\e01a"; }
.sf2-icon-cog2:before { content:"\e01b"; }
@@ -1506,6 +1508,12 @@ button.sf-dropdown-toggle:focus {
.select2-result-label .text {
vertical-align:middle;
}
/**** sf-panel ****/
.sf-panel {
padding:10px;
border: 1px solid #e8e8e8;
border-radius:3px;
}
/********** Container ***********/
#wrapper {