PluginProbe
WooSwipe WooCommerce Gallery / trunk
WooSwipe WooCommerce Gallery vtrunk
3.0.11 3.0.12 trunk 1.1.10 1.1.11 1.1.12 1.1.13 1.1.2 1.1.3 1.1.4 1.1.5 1.1.5.1 1.1.6 1.1.6.1 1.1.6.2 1.1.6.3 1.1.6.4 1.1.6.5 1.1.6.6 1.1.6.7 1.1.6.8 1.1.7.0 1.1.8.0 1.1.8.10 1.1.8.11 All 41 releases
wooswipe / admin / css / admin.css

admin.css in WooSwipe WooCommerce Gallery trunk, at admin/css/admin.css

109 lines 1.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #photoswipe_admin h3 {
2 line-height: 24px;
3 }
4
5 #photoswipe_admin input[type="text"] {
6 width: 50%;
7 font-size: 12px;
8 }
9
10 #photoswipe_admin .fl_box {
11 float: left;
12 width: 25%;
13 }
14
15 #photoswipe_admin .ps_border {
16 clear: both;
17 padding-bottom: 15px;
18 border-bottom: solid 1px #e6e6e6;
19 }
20
21 @media screen and (max-width: 800px) {
22 #photoswipe_admin .fl_box {
23 float: left;
24 width: 50%;
25 }
26 }
27
28 @media screen and (max-width: 600px) {
29 #photoswipe_admin p,
30 #photoswipe_admin label {
31 font-size: 10px;
32 }
33 }
34
35 #wooswipe_admin {
36 display: flex;
37 align-items: stretch;
38 justify-content: space-between;
39 flex-wrap: wrap;
40 }
41
42 #wooswipe_admin .wooswipe_admin-main {
43 width: 68%;
44 }
45
46 #wooswipe_admin .wooswipe_admin-sidebar {
47 width: 30%;
48 text-align: center;
49 }
50
51 #wooswipe_admin .wooswipe_admin-sidebar .btn {
52 background: black;
53 color: white;
54 display: inline-block;
55 padding: 0.5rem 1rem;
56 text-transform: uppercase;
57 border-radius: 0.2rem;
58 text-decoration: none;
59 font-size: 10px;
60 }
61 #wooswipe_admin .wooswipe_admin-sidebar .btn:hover {
62 background: #555;
63 }
64
65 #wooswipe_admin .icon_color_opt {
66 display: flex;
67 }
68 #wooswipe_admin .icons-preview {
69 border: dotted;
70 padding-top: 15px;
71 height: 90px;
72 }
73 #wooswipe_admin span {
74 margin: 10px;
75 margin-top: 15px;
76 position: relative;
77 padding-top: 10px;
78 font-size: 15px;
79 font-weight: 700;
80 }
81 #wooswipe_admin .icon_color_inputs {
82 margin-right: 20px;
83 }
84 #wooswipe_admin .icons-preview-list {
85 display: flex;
86 justify-content: center;
87 justify-items:center;
88 }
89 #wooswipe_admin .icons-preview-list li {
90 padding: 10px;
91 }
92
93 @media screen and (max-width: 600px) {
94 #wooswipe_admin {
95 flex-direction: column;
96 }
97
98 #wooswipe_admin .wooswipe_admin-main {
99 width: 100%;
100 }
101
102 #wooswipe_admin .wooswipe_admin-sidebar {
103 width: 100%;
104 text-align: center;
105 margin: 0 auto;
106 max-width: 350px;
107 }
108 }
109