← All changes
|
includes/__css/admin/settings/ui__full_screen_mode.css
+31
-29
10.11
→
11.8.4
View file →
| @@ -1,18 +1,20 @@ | ||
| 1 | 1 | /*! ------------------------------------------------------------------------------------------------------------------ !*/ |
| 2 | 2 | /*! == Full Screen Setup == !*/ |
| 3 | 3 | /*! ------------------------------------------------------------------------------------------------------------------ !*/ |
| 4 | 4 | .wpbc_admin_full_screen { |
| 5 | - background:#f6f7f7; | |
| 6 | - color:#50575e; | |
| 7 | - font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif | |
| 5 | + background: #f6f7f7; | |
| 6 | + /*color: #50575e;*/ | |
| 7 | + font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif; | |
| 8 | 8 | } |
| 9 | 9 | .wpbc_admin_full_screen #wpwrap { |
| 10 | - top:0 | |
| 10 | + top: 0; | |
| 11 | 11 | } |
| 12 | -.wpbc_admin_full_screen #wpbody-content { | |
| 13 | - min-height:100vh!important | |
| 14 | -} | |
| 12 | +.wpbc_admin_full_screen #wpbody-content { | |
| 13 | + /* Reserve the fixed WPBC top navigation without forcing a second full viewport height. */ | |
| 14 | + min-height: calc( 100vh - var(--wpbc_ui_top_nav__height, 48px) ) !important; | |
| 15 | + padding: 0 !important; | |
| 16 | +} | |
| 15 | 17 | .wpbc_admin_full_screen #adminmenumain, |
| 16 | 18 | .wpbc_admin_full_screen #wpcontent>*, |
| 17 | 19 | .wpbc_admin_full_screen .error:not(.wpbc-settings-notice, .wpbc_inner_message), |
| 18 | 20 | .wpbc_admin_full_screen .notice:not(.wpbc-settings-notice, .wpbc_inner_message), |
| @@ -17,42 +19,42 @@ | ||
| 17 | 19 | .wpbc_admin_full_screen .error:not(.wpbc-settings-notice, .wpbc_inner_message), |
| 18 | 20 | .wpbc_admin_full_screen .notice:not(.wpbc-settings-notice, .wpbc_inner_message), |
| 19 | 21 | .wpbc_admin_full_screen .update-nag:not(.wpbc-settings-notice, .wpbc_inner_message), |
| 20 | 22 | .wpbc_admin_full_screen .updated:not(.wpbc-settings-notice, .wpbc_inner_message) { |
| 21 | - display:none | |
| 23 | + display: none; | |
| 22 | 24 | } |
| 23 | 25 | .wpbc_admin_full_screen #wpcontent { |
| 24 | - margin-left:0!important | |
| 26 | + margin-left: 0 !important; | |
| 25 | 27 | } |
| 26 | 28 | .wpbc_admin_full_screen #wpcontent>#wpbody { |
| 27 | - display:block; | |
| 28 | - margin-top:0!important | |
| 29 | + display: block; | |
| 30 | + margin-top: 0 !important; | |
| 29 | 31 | } |
| 30 | 32 | .wpbc_admin_full_screen #wpadminbar, |
| 31 | 33 | .wpbc_admin_full_screen #wpfooter, |
| 32 | -.wpbc_admin_full_screen .components-modal__screen-overlay{ | |
| 33 | - display:none; | |
| 34 | +.wpbc_admin_full_screen .components-modal__screen-overlay { | |
| 35 | + display: none; | |
| 34 | 36 | } |
| 35 | -.wpbc_admin_full_screen .wpbc_header_news{ | |
| 36 | - display:none !important; | |
| 37 | +.wpbc_admin_full_screen .wpbc_header_news { | |
| 38 | + display: none !important; | |
| 37 | 39 | } |
| 38 | 40 | /* Booking Calendar Top Messages */ |
| 39 | -.wpbc_admin_full_screen #ajax_working > [id^="wpbc_notice_"]{ | |
| 40 | - /*right: 90px;*/ | |
| 41 | - top: 0; | |
| 41 | +.wpbc_admin_full_screen #ajax_working > [id^="wpbc_notice_"] { | |
| 42 | + /*right: 90px;*/ | |
| 43 | + top: 0; | |
| 42 | 44 | } |
| 43 | -.wpbc_admin_full_screen .wpbc_page div.wpbc_inner_message{ | |
| 44 | - top: 0; | |
| 45 | - margin-top: 4px; | |
| 45 | +.wpbc_admin_full_screen .wpbc_page div.wpbc_inner_message { | |
| 46 | + top: 0; | |
| 47 | + margin-top: 4px; | |
| 46 | 48 | } |
| 47 | 49 | @media (max-width: 782px) { |
| 48 | - .wpbc_admin_full_screen .wpbc_page div.wpbc_inner_message { | |
| 49 | - margin: 5px 0 25px 10px; | |
| 50 | - top: 0; | |
| 51 | - } | |
| 50 | + .wpbc_admin_full_screen .wpbc_page div.wpbc_inner_message { | |
| 51 | + margin: 5px 0 25px 10px; | |
| 52 | + top: 0; | |
| 53 | + } | |
| 52 | 54 | } |
| 53 | 55 | |
| 54 | 56 | @media screen and (max-width: 600px) { |
| 55 | - .wpbc_admin_full_screen #wpbody { | |
| 56 | - padding-top: 0; | |
| 57 | - } | |
| 58 | -} | |
| 57 | + .wpbc_admin_full_screen #wpbody { | |
| 58 | + padding-top: 0; | |
| 59 | + } | |
| 60 | +} | |