PluginProbe
MaxButtons – Create buttons / 6.26.1
MaxButtons – Create buttons v6.26.1
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 6.26.1, at assets/scss/_overview.scss

170 lines 2.4 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
5 }
6
7 .ads {
8 ul li { margin-bottom: 4px; }
9
10 }
11
12 .preview-buttons {
13 background-color: #fff;
14 border: 1px solid #dfdfdf;
15 overflow: hidden;
16
17 .heading
18 {
19 width: 100%;
20 clear:both;
21 display: inline-block;
22 border-bottom: 1px solid #dfdfdf;
23 &> span {
24 display: inline-block;
25 font-weight: 700;
26 font-size: 14px;
27 float: left;
28 }
29 }
30 .button-row
31 {
32 width: 100%;
33 clear: both;
34 display: inline-block;
35 border-bottom: 1px solid #dfdfdf;
36
37 &> span {
38 display: inline-block;
39 font-size: 13px;
40 float: left;
41 overflow: hidden;
42 }
43 .actions {
44 //margin: 10px 15px 10px 0;
45 margin: 10px 0;
46 padding: 10px 0px 10px 8px;
47 display: inline-block;
48 z-index: 11;
49 //height: 75px;
50 width: 50%;
51 background-color: #fff;
52 position: relative;
53 }
54 }
55
56
57 .col {
58 padding: 10px 0 10px 1%;
59 }
60 .col_check {
61 width: 20px;
62 }
63 .col_button {
64 //padding-left: 0;
65 width: 60%;
66 //min-width: 50%;
67 overflow: hidden;
68 @include bp(780)
69 {
70 width:70%;
71 margin-right:5%;
72 }
73 }
74 .col_name {
75 width: 15%;
76 @include bp(780)
77 {
78 display: none !important;
79 }
80 }
81 .col_shortcode {
82 width: 15%;
83 padding-right: 0;
84 }
85
86 }
87
88 // Links ( all / trash ) in overview
89 p.status
90 {
91 a {
92 text-decoration: none;
93 }
94 span.count {
95 color: #999999;
96 }
97 }
98
99 // button overview
100 .button-list {
101 margin-top: 10px;
102 p {
103 font-size: 13px;
104 }
105 a {
106 text-decoration: none;
107 }
108 a.button-name {
109 font-weight: bold;
110 }
111 .shortcode-container {
112 margin: 10px 0px 10px 2px;
113
114 }
115 .collection_notice {
116 text-align: right;
117 margin: 10px 5px 0 0;
118 padding-top: 10px;
119 float: right;
120 }
121
122 }
123
124 .shortcode-container {
125 .mb-container { margin: 0 !important; float:none !important; max-width: 100% !important; }
126 .mb-center { text-align: left !important; } // default
127 }
128
129 /* Pagination on the maxbuttons list page */
130 .pagination-links {
131
132 a.disabled {
133 color: #aaa;
134 cursor: default;
135 &:hover {
136 background: #e4e4e4 none repeat scroll 0 0;
137 cursor: default;
138 border: 1px solid #d2d2d2;
139 }
140 }
141
142 }
143
144 /* Pagination for the add button popup*/
145 .pagination{
146
147 width: 100%;
148 display: inline-block;
149 margin: 15px 0 5px;
150
151 li {
152 float: left;
153 margin-right: 5px;
154 a,span {
155 background: #ccc;
156 vertical-align: middle;
157 padding: 4px 10px 8px ;
158 height: 15px;
159 display: inline-block;
160 border: 1px solid #eee;
161 text-decoration: none;
162 font-size: 14px;
163 font-weight: bold;
164
165 }
166 }
167 }
168
169
170