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:
Ralf Becker 2015-02-11 08:33:32 +00:00
parent 6917a60843
commit 73118f330a

View File

@ -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 {