mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-19 21:22:26 +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\] {
|
div#filemanager-index_buttons img#filemanager-index_button\[change_view\] {
|
||||||
display: inline-block !important;
|
display: inline-block !important;
|
||||||
position: relative;
|
position: absolute;
|
||||||
left: -230px;
|
right: 418px;
|
||||||
top: 3px;
|
top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.filemanager_navigation label {
|
div.filemanager_navigation label {
|
||||||
|
Loading…
Reference in New Issue
Block a user