mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-12 12:22:13 +00:00
improve table css (#3850)
This commit is contained in:
parent
ece6c03b56
commit
ea621c46c3
@ -903,21 +903,13 @@ table thead tr {
|
|||||||
height: 2.1875rem;
|
height: 2.1875rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
table th {
|
|
||||||
padding: 0.3125rem 0.1875rem;
|
|
||||||
border-bottom: 1px solid #eee;
|
|
||||||
}
|
|
||||||
|
|
||||||
table tbody tr {
|
table tbody tr {
|
||||||
height: 2.5625rem;
|
height: 2.5625rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
table td {
|
|
||||||
padding: 0.5rem 0.1875rem;
|
|
||||||
border-bottom: 1px solid #eee;
|
|
||||||
}
|
|
||||||
|
|
||||||
table th {
|
table th {
|
||||||
|
padding: 0.3125rem 0.1875rem;
|
||||||
|
border-bottom: 1px solid #eee;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 0.8125rem;
|
font-size: 0.8125rem;
|
||||||
@ -926,6 +918,8 @@ table th {
|
|||||||
}
|
}
|
||||||
|
|
||||||
table td {
|
table td {
|
||||||
|
padding: 0.5rem 0.1875rem;
|
||||||
|
border-bottom: 1px solid #eee;
|
||||||
color: #333;
|
color: #333;
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
|
Loading…
Reference in New Issue
Block a user