mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 20:58:07 -06:00
- Split download and upload lists in Web UI
This commit is contained in:
38
src/webui/css/mootabs1.2.css
Normal file
38
src/webui/css/mootabs1.2.css
Normal file
@@ -0,0 +1,38 @@
|
||||
|
||||
.mootabs_title {
|
||||
list-style-image: none;
|
||||
list-style-type: none;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
.mootabs_title li {
|
||||
float: left;
|
||||
background-color: #ddd;
|
||||
padding: 2px 8px 2px 8px;
|
||||
margin-right: 2px;
|
||||
cursor: pointer;
|
||||
height: 24px;
|
||||
|
||||
}
|
||||
|
||||
.mootabs_title li.active {
|
||||
background-color: #e6e6e6;
|
||||
}
|
||||
|
||||
.mootabs_panel {
|
||||
display: none;
|
||||
background-color: #ddd;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
top: -1px;
|
||||
clear: both;
|
||||
overflow: auto;
|
||||
|
||||
}
|
||||
|
||||
.mootabs_panel.active {
|
||||
background-color: #e6e6e6;
|
||||
display: block;
|
||||
}
|
||||
Reference in New Issue
Block a user