Mobile theme W.I.P.:

-Fix filemanager's tools in header are not clickable
This commit is contained in:
Hadi Nategh 2016-02-11 13:00:25 +00:00
parent 55b88bc859
commit 401d984389
2 changed files with 2 additions and 2 deletions

View File

@ -559,7 +559,7 @@ div#stylite-filemanager-upload .dialogFooterToolbar button:active {
white-space: nowrap;
}
#filemanager-index_nm #filemanager-index_buttons {
position: initial;
position: relative;
display: inline-block;
}
#filemanager-index_nm #filemanager-index_tarp {

View File

@ -368,7 +368,7 @@ div#stylite-filemanager-upload{
}
}
#filemanager-index_buttons {
position: initial;
position: relative;
display: inline-block;
}
#filemanager-index_tarp {display: none !important;}