PluginProbe
Redirection / 2.3.14
Redirection v2.3.14
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.3.14, at admin.css

129 lines 1.7 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 table.items table.edit {
101 width: 100%;
102 }
103
104 table.items table.edit td, table.items table.edit th {
105 line-height: 1.2;
106 padding: 2px;
107 font-size: 12px;
108 }
109
110 table.items table.edit th {
111 font-size: 13px;
112 font-weight: bold;
113 }
114
115 .donations {
116 padding: 10px 20px;
117 }
118
119 .donations li {
120 float: left;
121 text-align: center;
122 padding-right: 20px;
123 }
124
125 .donations li strong {
126 font-weight: bold;
127 font-size: 14px;
128 }
129