mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-02 07:47:32 +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;
|
||||
}
|
||||
|
||||
table th {
|
||||
padding: 0.3125rem 0.1875rem;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
|
||||
table tbody tr {
|
||||
height: 2.5625rem;
|
||||
}
|
||||
|
||||
table td {
|
||||
padding: 0.5rem 0.1875rem;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
|
||||
table th {
|
||||
padding: 0.3125rem 0.1875rem;
|
||||
border-bottom: 1px solid #eee;
|
||||
text-align: left;
|
||||
font-weight: normal;
|
||||
font-size: 0.8125rem;
|
||||
@ -926,6 +918,8 @@ table th {
|
||||
}
|
||||
|
||||
table td {
|
||||
padding: 0.5rem 0.1875rem;
|
||||
border-bottom: 1px solid #eee;
|
||||
color: #333;
|
||||
font-size: 0.875rem;
|
||||
word-break: break-all;
|
||||
|
Loading…
Reference in New Issue
Block a user