diff options
author | Devaev Maxim <[email protected]> | 2018-08-27 13:13:49 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-08-27 13:13:49 +0300 |
commit | a8773eab1e8f82a7bd862492e5520dcb9690a5e0 (patch) | |
tree | 77c8caeaf749073e26ef50e83c44b784312dd79b /kvmd/web/css/main.css | |
parent | 47a077a3b7d7ccadf8a1adcd608ffe61ac5bf818 (diff) |
own modals - first implementation
Diffstat (limited to 'kvmd/web/css/main.css')
-rw-r--r-- | kvmd/web/css/main.css | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/kvmd/web/css/main.css b/kvmd/web/css/main.css index 289730b1..d8477ed5 100644 --- a/kvmd/web/css/main.css +++ b/kvmd/web/css/main.css @@ -70,6 +70,18 @@ select:active { background-image: url("../svg/select-arrow-intensive.svg") !important; } +.row50 { + display: inline-block; + width: 50%; +} +.row25 { + display: inline-block; + width: 25%; +} +.row50:not(:first-child), .row25:not(:first-child) { + border-left: var(--dark-border); +} + img#logo { -webkit-filter: invert(0.7); filter: invert(0.7); @@ -142,17 +154,6 @@ div.ctl-dropdown-content div.buttons-row { padding: 0; font-size: 0; } -div.ctl-dropdown-content .row50 { - display: inline-block; - width: 50%; -} -div.ctl-dropdown-content .row25 { - display: inline-block; - width: 25%; -} -div.ctl-dropdown-content .row50:not(:first-child), .row25:not(:first-child) { - border-left: var(--dark-border); -} div.ctl-dropdown-content hr { margin: 0; display: block; |