PluginProbe ʕ •ᴥ•ʔ
Gallery : FooGallery / 3.3.2
Gallery : FooGallery v3.3.2
3.3.2 3.3.3 3.3.0 3.1.31 3.1.32 3.1.34 3.1.36 3.2.0 3.2.6 trunk 1.10.3 2.0.24 2.1.34 2.2.44 2.3.3 2.4.32 3.0.6 3.1.11 3.1.12 3.1.13 3.1.20 3.1.25 3.1.26 3.1.26.1 3.1.26.2
foogallery / css / admin-page-foogallery-settings.css
foogallery / css Last commit date
admin-foogallery-gallery-piles.css 1 day ago admin-foogallery-modern.css 1 day ago admin-foogallery.css 1 day ago admin-page-foogallery-extensions.css 1 day ago admin-page-foogallery-help.css 1 day ago admin-page-foogallery-settings.css 1 day ago admin-tinymce.css 1 day ago foogallery-foovideo-overrides.css 1 day ago foogallery.admin.datasources.css 1 day ago foogallery.admin.min.css 1 day ago foogallery.admin.template.css 1 day ago
admin-page-foogallery-settings.css
104 lines
1 #foogallery-settings-main div+br {
2 display: none;
3 }
4
5 #custom_assets_tab textarea {
6 width: 500px;
7 height: 300px;
8 }
9
10 .foogallery_settings_radioicon label {
11 display:inline-block;
12 margin-right:10px;
13 border:solid 3px transparent;
14 background:#aaa;
15 border-radius: 3px;
16 -moz-border-radius: 3px;
17 -webkit-border-radius: 3px;
18 padding:5px;
19 line-height: 0;
20 margin-bottom: 10px;
21 }
22
23 .foogallery_settings_radioicon input:checked + label {
24 border:solid 3px #444;
25 background: #888;
26 }
27
28 .foogallery_settings_radioicon label:hover {
29 border:solid 3px #444;
30 }
31
32 .foogallery_settings_short_text {
33 width: 5em;
34 }
35
36 .foogallery_settings_long_text {
37 width: 50em;
38 }
39
40 tr.foogallery_settings_radio td input[type="radio"] {
41 margin: 0.25rem 0.25rem 0.5rem 0;
42 }
43 tr.foogallery_settings_radio td input[type="radio"] + label {
44 vertical-align: text-top;
45 }
46
47 #foogallery-settings-main .nav-container {
48 padding: 10px;
49 }
50
51 #foogallery-settings-main .nav-container h3 {
52 padding: 5px 0;
53 }
54
55 #foogallery-settings-main .nav-container .form-table {
56 margin-top: 0;
57 margin-left: 5px;
58 }
59
60 #foogallery_uninstall_container {
61 position: relative;
62 }
63
64 .foogallery-uninstall-danger-zone {
65 max-width: 460px;
66 margin-top: 12px;
67 padding: 16px;
68 border: 1px solid #d63638;
69 border-radius: 4px;
70 background: #fcf0f1;
71 }
72
73 .foogallery-uninstall-danger-zone .description {
74 margin-top: 0;
75 }
76
77 .foogallery-uninstall-danger-zone__title {
78 margin: 0 0 8px;
79 color: #b32d2e;
80 font-size: 13px;
81 font-weight: 600;
82 text-transform: uppercase;
83 letter-spacing: 0.04em;
84 }
85
86 .foogallery-uninstall-danger-zone__input {
87 display: block;
88 width: 100%;
89 max-width: none;
90 margin: 10px 0 12px;
91 border-color: #d63638;
92 }
93
94 .foogallery-uninstall-danger-zone__input:focus {
95 border-color: #d63638;
96 box-shadow: 0 0 0 1px #d63638;
97 }
98
99 .foogallery-uninstall-danger-zone__error {
100 margin: 0 0 8px;
101 color: #b32d2e;
102 font-weight: 600;
103 }
104