PluginProbe
WP Directory Kit / 1.1.0
WP Directory Kit v1.1.0
1.5.7 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 All 36 releases
wpdirectorykit / admin / css / wpdirectorykit-admin-responsive.scss

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

178 lines 4.3 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 }
114
115 }
116
117 /*------------------------------------------------------------------
118 [6. Max width: 540px]
119 */
120
121 @media (max-width:600px) {}
122
123 /*------------------------------------------------------------------
124 [6. Max width: 576px]
125 */
126
127 @media (max-width:576px) {
128 .wdk-wrap {
129 div.wdk-field-edit label {
130 width: 100%;
131 }
132
133 div.wdk-field-edit > label {
134 margin-bottom: 15px;
135 }
136
137 div.wdk-field-edit div.wdk-field-container {
138 input, select, textarea {
139 margin-bottom: 10px;
140 }
141 }
142
143 div.wdk-field-edit div.wdk-field-container {
144 padding: 0;
145 width: 100%;
146 }
147
148 div.wdk-field-edit p.wdk-hint {
149 margin-top: 0;
150 font-size: 12px;
151 }
152
153 .inputbox_map {
154 height: 250px;
155 }
156 }
157 }
158
159 /*------------------------------------------------------------------
160 [6. Max width: 540px]
161 */
162
163 @media (max-width:540px) {}
164
165
166 /*------------------------------------------------------------------
167 [7. Custom media for IE]
168 */
169
170 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
171 }
172
173 @media screen and (max-width:1140px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
174 }
175
176 @media screen and (max-width:768px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
177 }
178