PluginProbe
Booking Calendar / 11.3
Booking Calendar v11.3
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.3, at includes/__css/admin/settings/ui__full_screen_mode.css

59 lines 1.9 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 min-height: 100vh !important;
14 padding: 0 0 0 0 !important;
15 }
16 .wpbc_admin_full_screen #adminmenumain,
17 .wpbc_admin_full_screen #wpcontent>*,
18 .wpbc_admin_full_screen .error:not(.wpbc-settings-notice, .wpbc_inner_message),
19 .wpbc_admin_full_screen .notice:not(.wpbc-settings-notice, .wpbc_inner_message),
20 .wpbc_admin_full_screen .update-nag:not(.wpbc-settings-notice, .wpbc_inner_message),
21 .wpbc_admin_full_screen .updated:not(.wpbc-settings-notice, .wpbc_inner_message) {
22 display: none;
23 }
24 .wpbc_admin_full_screen #wpcontent {
25 margin-left: 0 !important;
26 }
27 .wpbc_admin_full_screen #wpcontent>#wpbody {
28 display: block;
29 margin-top: 0 !important;
30 }
31 .wpbc_admin_full_screen #wpadminbar,
32 .wpbc_admin_full_screen #wpfooter,
33 .wpbc_admin_full_screen .components-modal__screen-overlay {
34 display: none;
35 }
36 .wpbc_admin_full_screen .wpbc_header_news {
37 display: none !important;
38 }
39 /* Booking Calendar Top Messages */
40 .wpbc_admin_full_screen #ajax_working > [id^="wpbc_notice_"] {
41 /*right: 90px;*/
42 top: 0;
43 }
44 .wpbc_admin_full_screen .wpbc_page div.wpbc_inner_message {
45 top: 0;
46 margin-top: 4px;
47 }
48 @media (max-width: 782px) {
49 .wpbc_admin_full_screen .wpbc_page div.wpbc_inner_message {
50 margin: 5px 0 25px 10px;
51 top: 0;
52 }
53 }
54
55 @media screen and (max-width: 600px) {
56 .wpbc_admin_full_screen #wpbody {
57 padding-top: 0;
58 }
59 }