mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-12 20:25:49 +00:00
28 lines
558 B
CSS
28 lines
558 B
CSS
|
.group-item-heading {
|
||
|
font-size: 16px;
|
||
|
font-weight: normal;
|
||
|
padding: 3px;
|
||
|
border-bottom: 1px solid #e6e6e6;
|
||
|
margin: 12px 0 0;
|
||
|
}
|
||
|
.group-item-empty-tip {
|
||
|
color: #a4a4a4;
|
||
|
text-align: center;
|
||
|
padding: 4px 0;
|
||
|
border-bottom: 1px solid #e5e5e5;
|
||
|
margin: 0 0 32px;
|
||
|
}
|
||
|
.group-item-table thead th { /* overwrite bootstrap styles */
|
||
|
padding: 0;
|
||
|
font-size: 0;
|
||
|
border: 0;
|
||
|
}
|
||
|
.group-item-table td { /* overwrite bootstrap styles */
|
||
|
border-top:0;
|
||
|
}
|
||
|
.group-top-op-icon {
|
||
|
display: inline-block;
|
||
|
font-size: 22px;
|
||
|
margin: 3px 0 0 10px;
|
||
|
}
|