PluginProbe
Booking Calendar / 11.8.2
Booking Calendar v11.8.2
11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 10.11.2 10.11.3 All 202 releases
booking / includes / __css / admin / settings / ui__full_screen_mode.css

ui__full_screen_mode.css in Booking Calendar 11.8.2, at includes/__css/admin/settings/ui__full_screen_mode.css

61 lines 2.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*! ------------------------------------------------------------------------------------------------------------------ !*/
2 /*! == Full Screen Setup == !*/
3 /*! ------------------------------------------------------------------------------------------------------------------ !*/
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;
8 }
9 .wpbc_admin_full_screen #wpwrap {
10 top: 0;
11 }
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 }
17 .wpbc_admin_full_screen #adminmenumain,
18 .wpbc_admin_full_screen #wpcontent>*,
19 .wpbc_admin_full_screen .error:not(.wpbc-settings-notice, .wpbc_inner_message),
20 .wpbc_admin_full_screen .notice:not(.wpbc-settings-notice, .wpbc_inner_message),
21 .wpbc_admin_full_screen .update-nag:not(.wpbc-settings-notice, .wpbc_inner_message),
22 .wpbc_admin_full_screen .updated:not(.wpbc-settings-notice, .wpbc_inner_message) {
23 display: none;
24 }
25 .wpbc_admin_full_screen #wpcontent {
26 margin-left: 0 !important;
27 }
28 .wpbc_admin_full_screen #wpcontent>#wpbody {
29 display: block;
30 margin-top: 0 !important;
31 }
32 .wpbc_admin_full_screen #wpadminbar,
33 .wpbc_admin_full_screen #wpfooter,
34 .wpbc_admin_full_screen .components-modal__screen-overlay {
35 display: none;
36 }
37 .wpbc_admin_full_screen .wpbc_header_news {
38 display: none !important;
39 }
40 /* Booking Calendar Top Messages */
41 .wpbc_admin_full_screen #ajax_working > [id^="wpbc_notice_"] {
42 /*right: 90px;*/
43 top: 0;
44 }
45 .wpbc_admin_full_screen .wpbc_page div.wpbc_inner_message {
46 top: 0;
47 margin-top: 4px;
48 }
49 @media (max-width: 782px) {
50 .wpbc_admin_full_screen .wpbc_page div.wpbc_inner_message {
51 margin: 5px 0 25px 10px;
52 top: 0;
53 }
54 }
55
56 @media screen and (max-width: 600px) {
57 .wpbc_admin_full_screen #wpbody {
58 padding-top: 0;
59 }
60 }
61