PluginProbe
Redirection / 2.4
Redirection v2.4
5.10.0 5.9.0 5.8.1 5.8.0 3.7.2 3.7.3 4.0 4.0.1 4.1 4.1.1 4.2 4.2.1 4.2.2 4.2.3 4.3 4.3.1 4.3.2 4.3.3 4.4 4.4.1 4.4.2 4.5 4.5.1 4.6.2 4.7.1 All 130 releases
redirection / admin.css

admin.css in Redirection 2.4, at admin.css

161 lines 2.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .red-added {
2 display: none;
3 }
4
5 table.edit.loading .table-loading .spinner {
6 float: left;
7 display: block;
8 }
9
10 table.items .red-disabled {
11 text-decoration: line-through;
12 }
13
14 .red-error {
15 display: none;
16 border-width: 1px;
17 border-style: solid;
18 padding: 1em 1em;
19 margin: 10px 0px;
20 background-color: #F55B7C;
21 border-color: red;
22 color: white;
23 }
24
25 .loaded .red-added {
26 display: block;
27 border-width: 1px;
28 border-style: solid;
29 padding: 0 0.6em;
30 margin: 5px 15px 2px;
31 background-color: #ffffe0;
32 border-color: #e6db55;
33 }
34
35 .loading .updated-red p {
36 margin: 0.5em 0;
37 line-height: 1;
38 padding: 2px;
39 }
40
41 .loaded-error .red-error {
42 display: block;
43 }
44
45 .advanced {
46 display: none;
47 }
48
49 .advanced-toggle {
50 font-size: 26px;
51 margin-left: 15px;
52 vertical-align: sub;
53 }
54
55 .advanced-toggled {
56 color: #aaa !important;
57 }
58
59 .advanced-toggle:focus {
60 box-shadow: none;
61 -webkit-box-shadow: none;
62 }
63
64 .wp-list-table .column-moduletype {
65 width: 100px;
66 }
67
68 .wp-list-table .column-groups {
69 width: 50px;
70 }
71
72 .wp-list-table .column-created {
73 width: 150px;
74 }
75
76 .wp-list-table .column-ip {
77 width: 120px;
78 }
79
80 .wp-list-table .column-type {
81 width: 50px;
82 text-align: left;
83 }
84
85 .wp-list-table .column-hits {
86 width: 50px;
87 text-align: left;
88 }
89
90 .wp-list-table .column-redirects {
91 width: 100px;
92 text-align: left;
93 }
94
95 .wp-list-table .column-last_access {
96 width: 100px;
97 text-align: left;
98 }
99
100 .wp-list-table .column-export {
101 width: 200px;
102 }
103
104 .wp-list-table .column-module, .wp-list-table .column-total {
105 width: 100px;
106 }
107
108 table.items table.edit {
109 width: 100%;
110 }
111
112 table.items table.edit td, table.items table.edit th {
113 line-height: 1.2;
114 padding: 2px;
115 font-size: 12px;
116 }
117
118 table.items table.edit th {
119 font-size: 13px;
120 font-weight: bold;
121 }
122
123 .donations {
124 padding: 10px 20px;
125 }
126
127 .donations li {
128 float: left;
129 text-align: center;
130 padding-right: 20px;
131 }
132
133 .donations li strong {
134 font-weight: bold;
135 font-size: 14px;
136 }
137
138 .module-config {
139 padding-left: 40px;
140 padding-top: 10px;
141 font-style: italic;
142 }
143
144 .error-container {
145 margin-top: 20px;
146 padding: 20px;
147 background-color: red;
148 color: white;
149 font-weight: bold;
150 display: none;
151 }
152
153 .module-export {
154 border: 1px solid #ddd;
155 padding: 5px;
156 font-family: courier;
157 background-color: #eee;
158 margin-top: 15px;
159 width: 100%;
160 }
161