PluginProbe
Bogo / 2.8
Bogo v2.8
3.9.3 trunk 1.0 1.1 2.0 2.0.1 2.1 2.1.1 2.1.2 2.1.3 2.2 2.3 2.4 2.4.1 2.4.2 2.4.3 2.5 2.6 2.6.1 2.7 2.8 2.8.1 2.9 3.0 3.0.1 All 52 releases
bogo / admin / includes / css / admin.css

admin.css in Bogo 2.8, at admin/includes/css/admin.css

126 lines 2.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 fieldset.bogo-locale-options {
2 margin: 0px 12px 10px 0;
3 padding: 4px 4px 8px 8px;
4 border: 1px solid #dfdfdf;
5 }
6
7 #your-profile fieldset.bogo-locale-options {
8 margin: 0;
9 padding: 4px 0 0;
10 border: none;
11 }
12
13 .widget-content fieldset.bogo-locale-options {
14 margin-right: 0;
15 }
16
17 fieldset.bogo-locale-options legend {
18 font-style: italic;
19 color: #666666;
20 }
21
22 fieldset.bogo-locale-options label.bogo-locale-option {
23 display: inline-block;
24 white-space: nowrap;
25 margin: 6px 0.4em 0 0;
26 border: 1px solid #a7a7a7;
27 border-radius: 4px;
28 padding: 1px 4px 1px 2px;
29 background: #f1f1f1;
30 }
31
32 fieldset.bogo-locale-options label.bogo-locale-option.checked {
33 border: 1px solid #0074a2;
34 background: #d4eefe;
35 }
36
37 fieldset.bogo-locale-options label.bogo-locale-option input[type="checkbox"] {
38 width: 16px;
39 }
40
41 /* Bogo Tools */
42
43 #bogo-languages-table tbody th,
44 #bogo-languages-table tbody td {
45 box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
46 padding: 10px;
47 }
48
49 #bogo-languages-table tbody th {
50 width: 2em;
51 border-left: 0;
52 padding-left: 16px;
53 }
54
55 #bogo-languages-table tbody tr.active th,
56 #bogo-languages-table tbody tr.active td {
57 background-color: #f7fcfe;
58 }
59
60 #bogo-languages-table tbody tr.active th {
61 border-left: 4px solid #00a0d2;
62 padding-left: 12px;
63 }
64
65 #bogo-languages-table tbody tr:last-child td,
66 #bogo-languages-table tbody tr:last-child th {
67 border-bottom: none;
68 box-shadow: none;
69 }
70
71 #bogo-languages-table tbody td strong {
72 font-size: 110%;
73 }
74
75 #bogo-languages-table tbody a.install,
76 #bogo-languages-table tbody a.activate {
77 border: 1px solid #0074a2;
78 background: #d4eefe;
79 border-radius: 4px;
80 padding: 0 4px;
81 text-decoration: none;
82 font-size: 90%;
83 margin-left: .4em;
84 }
85
86 #bogo-languages-table tbody a.install:active,
87 #bogo-languages-table tbody a.install:hover,
88 #bogo-languages-table tbody a.activate:active,
89 #bogo-languages-table tbody a.activate:hover {
90 border: 1px solid #2ea2cc;
91 }
92
93 #bogo-languages-table tbody div.status {
94 color: #ddd;
95 }
96
97 #bogo-languages-table tbody div.status span.status {
98 color: #555;
99 }
100
101 #bogo-languages-table tbody div.status a.delete,
102 #bogo-languages-table tbody div.status a.deactivate {
103 color: #a00;
104 }
105
106 #bogo-languages-table tbody div.status a.delete:hover,
107 #bogo-languages-table tbody div.status a.deactivate:hover {
108 color: #f00;
109 }
110
111 /* Post */
112
113 ul#bogo-translations li {
114 list-style-type: disc;
115 margin-left: 1.4em;
116 }
117
118 #bogo-translations-to-add {
119 width: 100%;
120 }
121
122 #bogo-add-translation-actions span.spinner,
123 #bogo-add-translation-actions button {
124 float: left;
125 }
126