summaryrefslogtreecommitdiff
path: root/web/share/css/window.css
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2021-04-17 13:48:40 +0300
committerDevaev Maxim <[email protected]>2021-04-17 13:48:40 +0300
commit8fdc79d67995913250b1aa27f86120da4bb87480 (patch)
treea0be9a4871097427a55a62b64eb8041b2f98f5d8 /web/share/css/window.css
parent05327d602659c6de8c7f4b053581cfb609d20bfb (diff)
using modals over full screen
Diffstat (limited to 'web/share/css/window.css')
-rw-r--r--web/share/css/window.css16
1 files changed, 1 insertions, 15 deletions
diff --git a/web/share/css/window.css b/web/share/css/window.css
index 77b80bb5..ff74d21b 100644
--- a/web/share/css/window.css
+++ b/web/share/css/window.css
@@ -59,6 +59,7 @@ div.window:fullscreen {
left: 0px !important;
width: 100% !important;
height: 100% !important;
+ padding: 0px !important;
}
div.window:-webkit-full-screen {
resize: none !important;
@@ -129,21 +130,6 @@ div.window div.window-header button.window-button-maximize {
right: 45px;
}
-div.window div.window-lock-alert {
- white-space: normal;
- text-align: justify;
- border: var(--border-window-thin);
- border-radius: 8px;
- box-sizing: border-box;
- padding: 5px 5px 5px 5px;
- background-color: var(--cs-window-default-bg);
- position: fixed;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- z-index: 10000;
-}
-
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
/* iPad */
div.window {