PluginProbe ʕ •ᴥ•ʔ
Photo Gallery by FooGallery : Responsive Image Gallery, Masonry Gallery & Carousel / trunk
Photo Gallery by FooGallery : Responsive Image Gallery, Masonry Gallery & Carousel vtrunk
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 7 months ago admin-foogallery.css 7 months ago admin-page-foogallery-extensions.css 7 months ago admin-page-foogallery-help.css 7 months ago admin-page-foogallery-settings.css 7 months ago admin-tinymce.css 7 months ago foogallery-foovideo-overrides.css 7 months ago foogallery.admin.datasources.css 7 months ago foogallery.admin.min.css 4 years ago foogallery.admin.template.css 7 months ago
admin-page-foogallery-settings.css
58 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 }