diff --git a/tinyfilemanager.php b/tinyfilemanager.php index ceee2f7..8ef1ad8 100644 --- a/tinyfilemanager.php +++ b/tinyfilemanager.php @@ -1298,21 +1298,17 @@ if (isset($_GET['edit'])) { ?>
-
- - +
+ + - - - - @@ -2699,6 +2695,7 @@ global $lang; } .table .custom-checkbox-td .custom-control.custom-checkbox, .table .custom-checkbox-header .custom-control.custom-checkbox { padding: 0; + min-width: 18px; } .hidden { display: none @@ -2815,27 +2812,22 @@ global $lang; font-size: 1.2em; margin-right: 4px } - #editor, .edit-file-actions { + #editor { position: absolute; right: 30px } #editor { - top: 60px; - bottom: 5px; + top: 100px; + bottom: 10px; left: 30px } - .edit-file-actions { - top: 0; - background: #fff; - padding: 6px; - z-index: 9999; + @media (max-width:481px) { + #editor { + top: 150px; + } } - .edit-file-actions > a, .edit-file-actions > button { - background: #fff; - padding: 5px 15px; - cursor: pointer; - color: #296ea3; - border: 1px solid #296ea3 + .edit-file-actions { + padding: 6px; } #normal-editor { border-radius: 3px;