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 / _media_button.scss

_media_button.scss in MaxButtons – Create buttons 6.26.1, at assets/scss/_media_button.scss

115 lines 1.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .media-buttons
2 {
3 #maxbuttons {
4 margin: 0;
5 overflow-y: auto;
6
7 .preview-buttons {
8 border: 0;
9
10 clear: both;
11 .hint {
12 font-size: 12px;
13 float:left;
14 display: inline-block;
15 line-height: 30px;
16 margin-top: 3px; // courtesy of paging.
17 }
18 }
19
20 .button-select {
21 cursor: pointer;
22 border: 1px solid #fff;
23 }
24 .button-select.selected {
25 border-top: 1px solid #0085ba;
26 border-bottom: 1px solid #0085ba;
27 background: #f7f7f7;
28
29 .col_insert .small {
30 font-weight: 700;
31 }
32 }
33 .col_insert {
34 width: 150px;
35 padding-top: 15px;
36 .small {
37 font-size: 10px;
38 }
39 }
40 }
41 .pagination {
42 width: 100%;
43 margin: 10px 0;
44 min-height: 20px;
45 span {
46 font-size: 15px;
47 font-weight: 700;
48 float: left;
49 cursor: pointer;
50 }
51 .next { float: right; }
52
53 }
54
55 .shortcode_options {
56 width: 400px;
57 margin: 0 auto;
58 display: inline-block;
59 .button_example {
60 margin: 15px;
61 }
62 h3 {
63 //margin-bottom: 15px;
64 }
65 input {
66 margin-bottom: 10px;
67 display: inline-block;
68 float: left;
69 }
70 label {
71 margin-right: 25px;
72 display:inline-block;
73 float: left;
74 clear: left;
75 width: 100px;
76 line-height: 20px;
77 font-weight: 700;
78 }
79
80 p {
81 clear: both;
82 }
83 input[type='button']='button'] {
84 clear: both;
85 float: none;
86 }
87
88 }
89
90 .loading {
91 background: rgba(0, 0, 0, 0) url("../../images/spinner.gif") no-repeat scroll 0 0 / 20px 20px;
92 display: inline-block;
93 float: right;
94 margin: 5px 5px 0 0;
95 height: 40px;
96 opacity: 0.7;
97 vertical-align: middle;
98 visibility: hidden;
99 width: 40px;
100
101 }
102 .controls {
103 position: absolute;
104 width: 100%;
105 padding: 10px 0;
106 background: #f3f3f3;
107 text-align: right;
108 bottom: 0;
109 left: 0;
110 border-top: 1px solid #ccc;
111
112 }
113
114 }
115