PluginProbe
MaxButtons – Create buttons / 7.13.2
MaxButtons – Create buttons v7.13.2
6.23 6.24 6.25 6.26 6.26.1 6.27 6.28 6.3 6.4 6.5 6.6 6.7 6.8 6.9 7.0 7.1 7.1.1 7.1.2 7.1.3 7.10 7.11 7.13 7.13.1 7.13.2 7.13.3 All 100 releases
maxbuttons / assets / scss / _overview.scss

_overview.scss in MaxButtons – Create buttons 7.13.2, at assets/scss/_overview.scss

205 lines 2.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1
2 .tablenav {
3 .input-paging { width: 55px; }
4 //.tablenav-pages { float: none; }
5
6 }
7
8 .ads {
9 ul li { margin-bottom: 4px; }
10
11 }
12
13 .preview-buttons {
14 background-color: #fff;
15 border: 1px solid #dfdfdf;
16 overflow: hidden;
17
18 .heading
19 {
20 width: 100%;
21 clear:both;
22 display: inline-block;
23 border-bottom: 1px solid #dfdfdf;
24 &> span {
25 display: inline-block;
26 font-weight: 700;
27 font-size: 14px;
28 float: left;
29 }
30 }
31 .button-row
32 {
33 width: 100%;
34 clear: both;
35 display: inline-block;
36 border-bottom: 1px solid #dfdfdf;
37 position: relative;
38
39 &> span {
40 display: inline-block;
41 font-size: 13px;
42 float: left;
43 overflow: hidden;
44 }
45 .actions {
46 //margin: 10px 15px 10px 0;
47 margin: 10px 0;
48 padding: 10px 0px 10px 8px;
49 display: inline-block;
50 z-index: 11;
51 //height: 75px;
52 width: 50%;
53 background-color: #fff;
54 position: relative;
55 }
56 }
57
58
59 .col {
60 padding: 10px 0 10px 1%;
61 }
62 .col_check {
63 width: 20px;
64 }
65 .col_button {
66 //padding-left: 0;
67 width: 60%;
68 //min-width: 50%;
69 overflow: hidden;
70 @include bp(780)
71 {
72 width:70%;
73 margin-right:5%;
74 }
75 }
76 .col_name {
77 width: 15%;
78 @include bp(780)
79 {
80 display: none !important;
81 }
82 }
83 .col_shortcode {
84 width: 15%;
85 padding-right: 0;
86 .last-update
87 {
88 font-size: 11px;
89 display: block;
90 position: absolute;
91 //right: 9%;
92 bottom: 4px;
93 color: #aaa;
94 }
95 }
96
97 }
98
99 // Links ( all / trash ) in overview
100 p.status
101 {
102 a {
103 text-decoration: none;
104 }
105 span.count {
106 color: #999999;
107 }
108 }
109
110 // button overview
111 .button-list {
112 margin-top: 10px;
113 width: 100%;
114 p {
115 font-size: 13px;
116 }
117 a {
118 text-decoration: none;
119 }
120 a.button-name {
121 font-weight: bold;
122 }
123 .shortcode-container {
124 margin: 10px 0px 10px 2px;
125
126 }
127 .collection_notice {
128 text-align: right;
129 margin: 10px 5px 0 0;
130 padding-top: 10px;
131 float: right;
132 }
133
134 }
135
136 .shortcode-container {
137 .mb-container { margin: 0 !important; float:none !important; max-width: 100% !important; }
138 .mb-center { text-align: left !important; } // default
139 }
140
141 /* Pagination on the maxbuttons list page */
142 .pagination-links {
143
144 a.disabled {
145 color: #aaa;
146 cursor: default;
147 &:hover {
148 background: #e4e4e4 none repeat scroll 0 0;
149 cursor: default;
150 border: 1px solid #d2d2d2;
151 }
152 }
153
154 }
155
156 /* Pagination for the add button popup*/
157 .pagination{
158
159 width: 100%;
160 display: inline-block;
161 margin: 15px 0 5px;
162
163 li {
164 float: left;
165 margin-right: 5px;
166 a,span {
167 background: #ccc;
168 vertical-align: middle;
169 padding: 4px 10px 8px ;
170 height: 15px;
171 display: inline-block;
172 border: 1px solid #eee;
173 text-decoration: none;
174 font-size: 14px;
175 font-weight: bold;
176
177 }
178 }
179 }
180
181
182 .maxbutton-welcome-container {
183
184 margin: 25px 0;
185 padding: 15px;
186 border: 1px solid #ccc;
187 background: #fff;
188
189 h3 {
190 font-size: 26px;
191 }
192 p.started {
193 font-size: 18px;
194 }
195 p {
196 font-size: 14px; line-height: 18px;
197 }
198 h3 { font-size: 20px; }
199 ul {
200 list-style-type: disc;
201 margin-left: 25px;
202 }
203
204 }
205