PluginProbe
Booking Calendar / 11.8
Booking Calendar v11.8
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 / core / any / css / settings-page.css

settings-page.css in Booking Calendar 11.8, at core/any/css/settings-page.css

63 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 * @package: Admin Panel
4 * @category: Admin UI
5 * @author wpdevelop
6 *
7 * @web-site https://wpbookingcalendar.com/
8 * @email info@wpbookingcalendar.com
9 *
10 * @modified 2015-04-11
11 */
12
13 /* Admin Content Pages */
14 .wpbc_page .wpbc_admin_page .wpbc_header_margin {
15 height:10px;
16 }
17 /* Collapse & expand elements in settings meta boxes */
18 .wpbc_page .meta-box .postbox .handlediv {
19 background: url("../../../../../../wp-admin/images/arrows.png") no-repeat scroll 5px -30px transparent;
20 }
21 .wpbc_page .meta-box .postbox.closed .handlediv {
22 background-position:5px 5px;
23 }
24 .wpbc_page .meta-box .postbox .handlediv:hover {
25 cursor: pointer !important;
26 }
27 .wpbc_page .meta-box .postbox .hndle:hover {
28 cursor: default !important;
29 }
30
31 /* Settings Menuboxes */
32 .wpbc_settings_row.wpbc_settings_row_left {
33 width:64%;
34 float:left;
35 margin-right:1%;
36 }
37 .wpbc_settings_row.wpbc_settings_row_right {
38 width:35%;
39 float:left;
40 }
41 /* FixIn: 7.0.1.54 */
42 .wpbc_page input::-moz-placeholder,
43 .wpbc_page textarea::-moz-placeholder{
44 color: #ccc;
45 opacity: 1;
46 }
47 .wpbc_page input:-ms-input-placeholder,
48 .wpbc_page textarea:-ms-input-placeholder{
49 color: #ccc;
50 }
51 .wpbc_page input::-webkit-input-placeholder,
52 .wpbc_page textarea::-webkit-input-placeholder{
53 color: #ccc;
54 }
55
56 /* iPad mini and all iPhones and other Mobile Devices */
57 @media (max-width: 782px) {
58 /* Settings Top TABS */
59 .wpbc_page .wpbc_admin_page .metabox-holder .wpbc_settings_row {
60 width:100%;
61 float:none;
62 }
63 }