Skip to content

Commit c07c4f8

Browse files
WEB. File Manager, positioning hotkeys popup at the middle of the screen
1 parent a0cc554 commit c07c4f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/css/file_manager.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ ul.listing { list-style-type: none; padding: 18px 0 0; margin: -4px 0 0 -1px; b
354354
.subcontext-menu { position: absolute; background-color: yellow; padding: 10px; border: 1px solid red; }
355355

356356

357-
.shortcuts { background: rgba(50, 50, 50, 0.9); display: inline-block; position: fixed; right: 20%; bottom: 0; color: #eee; width: 810px; border: 1px solid #333; font-family: arial; font-size: 13px; }
357+
.shortcuts { background: rgba(50, 50, 50, 0.9); display: inline-block; position: fixed; left: 50%; bottom: 0; color: #eee; width: 810px; border: 1px solid #333; font-family: arial; font-size: 13px; transform: translate(-50%, 0) }
358358
.shortcuts .header { border-bottom: 1px solid #333; height: 43px; }
359359
.shortcuts .title { text-transform: uppercase; color: #ffcc00; padding: 7px 0 7px 14px; display: inline-block; float: left; font-size: 11px; letter-spacing: 3px; font-weight: bold; line-height: 30px; }
360360
.shortcuts .close { background: url("/images/sprite.png?1446554103") repeat scroll -408px -469px; cursor: pointer; display: inline-block; float: right; height: 32px; padding-top: 11px; width: 46px; }

0 commit comments

Comments
 (0)