PluginProbe
Booking Manager – Sync WP Booking Calendar – Import Events, Export Bookings to ICS Calendar / 2.0.2
Booking Manager – Sync WP Booking Calendar – Import Events, Export Bookings to ICS Calendar v2.0.2
2.1.21 2.1.20 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 trunk 1.1 2.0 2.0.1 2.0.10.2 2.0.11 2.0.12 2.0.13 2.0.14 2.0.15 2.0.16 2.0.17 2.0.18 2.0.2 2.0.20 2.0.21 2.0.22 All 55 releases
booking-manager / core / any / css / dismiss.css

dismiss.css in Booking Manager – Sync WP Booking Calendar – Import Events, Export Bookings to ICS Calendar 2.0.2, at core/any/css/dismiss.css

61 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * @version 1.0
3 * @desciption Dismiss Button and System Notices
4 * @usage Admin panel
5 * @author wpdevelop
6 *
7 * @web-site http://oplugins.com/
8 * @email info@oplugins.com
9 *
10 * @modified 2017-04-23
11 */
12
13 /* System Notice */
14 .wpbm_page .wpbm_system_notice {
15 -moz-box-sizing: border-box;
16 -webkit-box-sizing: border-box;
17 box-sizing: border-box;
18 min-height:1em;
19 height:auto;
20 padding: 1em;
21 margin: 5px 0 15px !important;
22 position: relative;
23 display: block;
24 width:100%
25 }
26 .wpbm_page .wpbm_internal_notice {
27 box-sizing: border-box;
28 min-height: 1em;
29 height: auto;
30 position: relative;
31 display: block;
32 width: 100%;
33
34 background: #fff;
35 border-left-style: solid;
36 border-left-width: 4px;
37 -moz-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
38 -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
39 box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
40 margin: 5px 15px 2px;
41 }
42 .wpbm_page .wpbm_system_notice a,
43 .wpbm_page .wpbm_system_notice a:hover,
44 .wpbm_page .wpbm_system_notice a:focus,
45 .wpbm_page .wpbm_internal_notice a,
46 .wpbm_page .wpbm_internal_notice a:hover,
47 .wpbm_page .wpbm_internal_notice a:focus {
48 text-decoration: none;
49 }
50
51 /* Dismiss X button */
52 .wpbm_page .wpbm_dismiss,
53 .wpbm_page a.wpbm_dismiss:hover,
54 .wpbm_page a.wpbm_dismiss:focus{
55 font-size: 18px;
56 float: right;
57 text-decoration: none;
58 padding: 5px 10px 10px;
59 margin: -7px;
60 outline: none;
61 }