PluginProbe
WP Directory Kit / 1.5.3
WP Directory Kit v1.5.3
1.5.6 1.5.5 1.5.4 1.5.3 trunk 1.1.0 1.1.6 1.1.8 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.8 1.4.0 1.4.1 All 35 releases
wpdirectorykit / admin / css / wpdirectorykit-admin-responsive.scss

wpdirectorykit-admin-responsive.scss in WP Directory Kit 1.5.3, at admin/css/wpdirectorykit-admin-responsive.scss

182 lines 4.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @charset 'UTF-8';
2
3 /*------------------------------------------------------------------
4 [Media Stylesheet]
5 -------------------------------------------------------------------*/
6
7 /*------------------------------------------------------------------
8 [Table of contents]
9
10 1. Min width 992px and Max width: 1199px
11 2. Max width: 1140px
12 3. Max width: 992px
13 4. Max width: 992px and min width: 768px
14 5. Max width: 767px
15 6. Max width: 480px
16 7. Custom media for IE
17
18 -------------------------------------------------------------------*/
19 @media (min-width: 1300px){
20
21 }
22
23 @media (max-width: 1270px) {
24 }
25
26 @media (min-width: 1140px) and (max-width: 1350px) {}
27
28 @media (max-width: 1199px) {}
29
30 /*------------------------------------------------------------------
31 [1. Min width 992px and Max width: 1199px ]
32 */
33
34 @media (min-width: 992px) and (max-width: 1199px) {}
35
36 /*------------------------------------------------------------------
37 [2. Max width: 1140px ]
38 */
39 @media (max-width: 1140px) {
40 }
41
42 /*------------------------------------------------------------------
43 [3. Max width: 991px ]
44 */
45 @media (max-width: 991px) {
46 .wdk-wrap {
47 .listing_custom_fields div.wdk-field-edit.wdk-col-4 {
48 -webkit-flex: 0 0 calc(100% / 2);
49 flex: 0 0 calc(100% / 2);
50 max-width: calc(100% / 2);
51 }
52 }
53 }
54
55 /*------------------------------------------------------------------
56 [4. Max width: 992px and min width: 768px]
57 */
58
59 @media (min-width: 768px) and (max-width: 991px) {}
60
61 /*------------------------------------------------------------------
62 [5. Max width: 767px]
63 */
64 @media (max-width: 767px) {
65 .wdk-wrap {
66 .wdk-side-content {
67 flex-direction: column;
68 padding: 0;
69 }
70 .wdk-side-content .wdk-side {
71 flex: 0 0 100%;
72 }
73
74 .listing_edit_map {
75 margin-top: 10px;
76 width: 100%;
77 min-width: 100%;
78 }
79
80 .wdk-side-content .wdk-col.sidebar {
81 flex: 1 2 30%;
82 min-width: auto;
83 }
84
85 .wdk-builder-elements {
86 grid-template-columns: repeat(1, 1fr);
87 }
88
89 .wdk-builder-container .wdk-builder-elements-column,
90 .drop-container{
91 width: 50%;
92 }
93
94 #wdk-drop .widget.ui-draggable.ui-sortable-handle,
95 #wdk-drop .ui-sortable-placeholder.widget-placeholder,
96 .wdk-wrap .drop-container .widget.ui-draggable.ui-sortable-handle,
97 .wdk-wrap .drop-container .ui-sortable-placeholder.widget-placeholder {
98 width: 100%;
99 margin: 0px 15px 15px 0px;
100 float: left;
101 }
102
103 .listing_custom_fields div.wdk-field-edit[class*="wdk-col"]*="wdk-col""] {
104 -webkit-flex: 0 0 100%;
105 flex: 0 0 100%;
106 max-width: 100%;
107 }
108
109 .winter_mvc-media .winter_mvc-media-card {
110 flex: 1 2 auto;
111 }
112
113 .button span.dashicons {
114 line-height: 1.5;
115 }
116
117 }
118
119 }
120
121 /*------------------------------------------------------------------
122 [6. Max width: 540px]
123 */
124
125 @media (max-width:600px) {}
126
127 /*------------------------------------------------------------------
128 [6. Max width: 576px]
129 */
130
131 @media (max-width:576px) {
132 .wdk-wrap {
133 div.wdk-field-edit label {
134 width: 100%;
135 }
136
137 div.wdk-field-edit > label {
138 margin-bottom: 15px;
139 }
140
141 div.wdk-field-edit div.wdk-field-container {
142 input, select, textarea {
143 margin-bottom: 10px;
144 }
145 }
146
147 div.wdk-field-edit div.wdk-field-container {
148 padding: 0;
149 width: 100%;
150 }
151
152 div.wdk-field-edit p.wdk-hint {
153 margin-top: 0;
154 font-size: 12px;
155 }
156
157 .inputbox_map {
158 height: 250px;
159 }
160 }
161 }
162
163 /*------------------------------------------------------------------
164 [6. Max width: 540px]
165 */
166
167 @media (max-width:540px) {}
168
169
170 /*------------------------------------------------------------------
171 [7. Custom media for IE]
172 */
173
174 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
175 }
176
177 @media screen and (max-width:1140px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
178 }
179
180 @media screen and (max-width:768px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
181 }
182