mirror of
https://github.com/typecho/typecho.git
synced 2025-03-22 10:59:41 +01:00
改进附件修改
This commit is contained in:
parent
b2681975be
commit
34c1da6668
@ -1031,9 +1031,10 @@ a.operate-reply {
|
||||
margin: 15px 0 0;
|
||||
padding: 0;
|
||||
border-top: 1px dashed #EEE;
|
||||
min-height: 180px; }
|
||||
min-height: 30px; }
|
||||
#file-list li {
|
||||
padding: 5px 0;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
border-top: 1px dashed #EEE; }
|
||||
#file-list li:first-child {
|
||||
border: none; }
|
||||
@ -1046,6 +1047,9 @@ a.operate-reply {
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis; }
|
||||
|
||||
#tab-files #file-list {
|
||||
min-height: 180px; }
|
||||
|
||||
/**
|
||||
* 附件管理
|
||||
*/
|
||||
|
@ -813,9 +813,10 @@ background: #FFF1A8;
|
||||
margin: 15px 0 0;
|
||||
padding: 0;
|
||||
border-top: 1px dashed #EEE;
|
||||
min-height: 180px;
|
||||
min-height: 30px;
|
||||
li {
|
||||
padding: 5px 0;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
border-top: 1px dashed #EEE;
|
||||
&:first-child { border: none; }
|
||||
}
|
||||
@ -831,6 +832,10 @@ background: #FFF1A8;
|
||||
}
|
||||
}
|
||||
|
||||
#tab-files #file-list {
|
||||
min-height: 180px;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 附件管理
|
||||
|
Loading…
x
Reference in New Issue
Block a user