mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-18 12:41:10 +01:00
position list-/tile-view icon absolute from right, so it does not depened on existence of file upload (only there for writable shares)
This commit is contained in:
parent
6917a60843
commit
73118f330a
@ -24,9 +24,9 @@ div.header_row_right, span.header_count, select#filemanager-index_filter, span.s
|
||||
}
|
||||
div#filemanager-index_buttons img#filemanager-index_button\[change_view\] {
|
||||
display: inline-block !important;
|
||||
position: relative;
|
||||
left: -230px;
|
||||
top: 3px;
|
||||
position: absolute;
|
||||
right: 418px;
|
||||
top: 10px;
|
||||
}
|
||||
|
||||
div.filemanager_navigation label {
|
||||
|
Loading…
Reference in New Issue
Block a user