From 6c5f99758969abe8f8f132304b3c3a9dca663342 Mon Sep 17 00:00:00 2001 From: "M@dD3n" Date: Tue, 27 Aug 2019 23:09:14 +0300 Subject: [PATCH] Fixes --- admin/templates/css/main.css | 105 +++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) diff --git a/admin/templates/css/main.css b/admin/templates/css/main.css index 7373bc6..66420fb 100644 --- a/admin/templates/css/main.css +++ b/admin/templates/css/main.css @@ -1316,3 +1316,108 @@ li.plupload_droptext { background: transparent; text-align: center; vertical-ali 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } + +.position { + display: inline-block ! important; +} + +.position_value { + display: inline-block ! important; + width: 40px ! important; + text-align: center ! important; +} + +.q_buttons{ + float: right; + display: inline-block; + width: 22px; + height: 24px; + margin-left: 0; + position: relative; + z-index: 1; +} + +.q_button{ + display: block; + width: 10px; + height: 10px; + vertical-align: middle; + line-height: 10px; + text-align: center; + border: 1px solid #cccccc; + border-radius: 1px; + font-size: 8px; + cursor: pointer; + color: #000000; + background: #ffffff; + position: relative; + z-index: 1; + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + -o-user-select: none; + user-select: none; +} + +.q_submit{ + display: block; + float: right; + width: 26px; + text-indent: 0; + padding: 0; + height: 22px; + vertical-align: middle; + line-height: 21px; + text-align: center; + border: 1px solid #cccccc; + border-radius: 1px; + font-size: 8px; + cursor: pointer; + color: #000000; + background: #ffffff; + position: absolute; + z-index: 2; + top: 0; + left: 20px; + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + -o-user-select: none; + user-select: none; +} + +.q_loading{ + background: url('../images/loader2.gif') center center no-repeat; + display: block; + float: right; + width: 26px; + text-indent: 0; + padding: 0; + height: 22px; + vertical-align: middle; + line-height: 21px; + text-align: center; + border: 1px solid transparent; + border-radius: 1px; + font-size: 8px; + cursor: pointer; + color: #000000; + position: absolute; + z-index: 1; + top: 0; + left: 12px; +} + +.q_button:hover, .q_submit:hover{ + background: #595959; + color: #ffffff; +} + +.q_button:active, .q_submit:active{ + background: #ffffff; + color: #000000; +} \ No newline at end of file