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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user