mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-28 08:06:56 +00:00
UI details (#6049)
* ['Files'] make the headings such as 'My Libraries' and the library star/unstar icons left-aligned * ['dir view'] 'path bar' improvement: display the current side nav item(such as 'Files', 'My Libraries', groupname & etc.) in it * [side nav] improvement: when visit the siteRoot page, highlight the 'Files' tab * [border color] modified border color in tables & other UIs (so that they are same)
This commit is contained in:
5
frontend/src/css/files.css
Normal file
5
frontend/src/css/files.css
Normal file
@@ -0,0 +1,5 @@
|
||||
#files-content-container td:first-child {
|
||||
text-align: left!important;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
@@ -25,5 +25,5 @@
|
||||
color: #a4a4a4;
|
||||
text-align: center;
|
||||
padding: 4px 0;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
border-bottom: 1px solid #e8e8e8;
|
||||
}
|
||||
|
Reference in New Issue
Block a user