PluginProbe
MaxButtons – Create buttons / 7.13.1
MaxButtons – Create buttons v7.13.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 / css / media_button.css

media_button.css in MaxButtons – Create buttons 7.13.1, at assets/css/media_button.css

85 lines 2.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .media-popup .modal_content {
2 min-height: 250px;
3 max-height: 100%;
4 margin-bottom: 45px; }
5 .media-popup .ajax-content {
6 margin: 0;
7 overflow-y: auto; }
8 .media-popup .ajax-content .button-list {
9 display: flex;
10 align-items: center;
11 clear: both; }
12 .media-popup .ajax-content .button-list .button-id {
13 flex: 1; }
14 .media-popup .ajax-content .button-list .button-preview {
15 flex: 3;
16 overflow: hidden;
17 padding: 25px 0; }
18 .media-popup .ajax-content .button-list .button-name {
19 flex: 1; }
20 .media-popup .ajax-content .button-select {
21 cursor: pointer;
22 border: 1px solid #fff; }
23 .media-popup .ajax-content .button-select.selected {
24 border-top: 1px solid #0085ba;
25 border-bottom: 1px solid #0085ba;
26 background: #f7f7f7; }
27 .media-popup .tablenav {
28 margin: 10px 0;
29 clear: both;
30 min-height: 20px; }
31 .media-popup .tablenav span {
32 font-size: 15px;
33 cursor: pointer; }
34 .media-popup .tablenav .input-paging {
35 width: 55px; }
36 .media-popup .tablenav a:hover {
37 color: #000; }
38 .media-popup .tablenav a.disabled {
39 color: #aaa;
40 cursor: default; }
41 .media-popup .shortcode-options {
42 margin: 0 auto 35px auto;
43 display: inline-block; }
44 .media-popup .shortcode-options .button-preview {
45 overflow: hidden; }
46 .media-popup .shortcode-options .option {
47 clear: both;
48 margin: 15px 0; }
49 .media-popup .shortcode-options .input {
50 display: inline-block; }
51 .media-popup .shortcode-options input {
52 display: inline-block;
53 padding: 4px; }
54 .media-popup .shortcode-options label {
55 margin-right: 25px;
56 display: inline-block;
57 width: 150px;
58 line-height: 20px;
59 font-weight: 700;
60 color: #000; }
61 .media-popup .shortcode-options p {
62 clear: both; }
63 .media-popup .shortcode-options input[type='button'] {
64 clear: both;
65 float: none; }
66 .media-popup .shortcode-options .more-field {
67 display: none; }
68 .media-popup .maxajax-load-spinner {
69 background: rgba(0, 0, 0, 0) url("../../images/spinner.gif") no-repeat scroll 0 0/20px 20px;
70 display: inline-block;
71 margin: 5px 5px 0 0;
72 height: 40px;
73 opacity: 0.7;
74 vertical-align: middle;
75 width: 40px; }
76 .media-popup .controls {
77 position: absolute;
78 width: 100%;
79 padding: 10px 0;
80 background: #f3f3f3;
81 text-align: right;
82 bottom: 0;
83 left: 0;
84 border-top: 1px solid #ccc; }
85