mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-27 07:44:50 +00:00
V5 rtl fixup (#7622)
* [system admin, org admin] departments: fixup for the 'New Department' button after the upgrade of seafile-ui.css(bootstrap v4 to v5) * [wiki] removed unused code * [Activities] fixup for mobile after the upgrade of seafile-ui.css(bootstrap v4 to v5) * [repo snapshot] fixed the split line after the upgrade of seafile-ui.css(bootstrap v4 to v5) * [system admin, org admin] statistic: fixed & improved the 'days' selecting toolbar
This commit is contained in:
@@ -6,21 +6,10 @@
|
||||
}
|
||||
|
||||
.sys-stat-tool {
|
||||
display: flex;
|
||||
font-size: 13px;
|
||||
color: #212529;
|
||||
}
|
||||
|
||||
.system-statistic-item {
|
||||
border: 1px solid #c5c5c5;
|
||||
padding: 5px 10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.system-statistic-item:hover {
|
||||
background: #efefef;
|
||||
}
|
||||
|
||||
.sys-stat-tool .item-active {
|
||||
background: #efefef;
|
||||
}
|
||||
@@ -32,7 +21,7 @@
|
||||
}
|
||||
|
||||
.system-statistic-input {
|
||||
height: 31px;
|
||||
height: 32px;
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
@@ -98,9 +87,8 @@
|
||||
}
|
||||
|
||||
.system-statistic-button {
|
||||
margin-left: 1rem;
|
||||
height: 30px;
|
||||
font-weight: normal;
|
||||
margin-left: .5rem;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.rc-calendar table {
|
||||
|
Reference in New Issue
Block a user