| 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 |
margin-left: 15px; |
| 51 |
vertical-align: sub; |
| 52 |
} |
| 53 |
|
| 54 |
.advanced-toggle img { |
| 55 |
width: 15px; |
| 56 |
height: 15px; |
| 57 |
} |
| 58 |
|
| 59 |
.advanced-toggled { |
| 60 |
color: #aaa !important; |
| 61 |
} |
| 62 |
|
| 63 |
.advanced-toggle:focus { |
| 64 |
box-shadow: none; |
| 65 |
-webkit-box-shadow: none; |
| 66 |
} |
| 67 |
|
| 68 |
.wp-list-table .column-moduletype { |
| 69 |
width: 100px; |
| 70 |
} |
| 71 |
|
| 72 |
.wp-list-table .column-groups { |
| 73 |
width: 50px; |
| 74 |
} |
| 75 |
|
| 76 |
.wp-list-table .column-created { |
| 77 |
width: 150px; |
| 78 |
} |
| 79 |
|
| 80 |
.wp-list-table .column-ip { |
| 81 |
width: 120px; |
| 82 |
} |
| 83 |
|
| 84 |
.wp-list-table .column-type { |
| 85 |
width: 50px; |
| 86 |
text-align: left; |
| 87 |
} |
| 88 |
|
| 89 |
.wp-list-table .column-hits { |
| 90 |
width: 50px; |
| 91 |
text-align: left; |
| 92 |
} |
| 93 |
|
| 94 |
.wp-list-table .column-redirects { |
| 95 |
width: 100px; |
| 96 |
text-align: left; |
| 97 |
} |
| 98 |
|
| 99 |
.wp-list-table .column-last_access { |
| 100 |
width: 100px; |
| 101 |
text-align: left; |
| 102 |
} |
| 103 |
|
| 104 |
.wp-list-table .column-export { |
| 105 |
width: 200px; |
| 106 |
} |
| 107 |
|
| 108 |
.wp-list-table .column-module, .wp-list-table .column-total { |
| 109 |
width: 100px; |
| 110 |
} |
| 111 |
|
| 112 |
table.items table.edit { |
| 113 |
width: 100%; |
| 114 |
} |
| 115 |
|
| 116 |
table.items table.edit td, table.items table.edit th { |
| 117 |
line-height: 1.2; |
| 118 |
padding: 2px; |
| 119 |
font-size: 12px; |
| 120 |
} |
| 121 |
|
| 122 |
table.items table.edit th { |
| 123 |
font-size: 13px; |
| 124 |
font-weight: bold; |
| 125 |
} |
| 126 |
|
| 127 |
.donations { |
| 128 |
padding: 10px 20px; |
| 129 |
} |
| 130 |
|
| 131 |
.donations li { |
| 132 |
float: left; |
| 133 |
text-align: center; |
| 134 |
padding-right: 20px; |
| 135 |
} |
| 136 |
|
| 137 |
.donations li strong { |
| 138 |
font-weight: bold; |
| 139 |
font-size: 14px; |
| 140 |
} |
| 141 |
|
| 142 |
.module-config { |
| 143 |
padding-left: 40px; |
| 144 |
padding-top: 10px; |
| 145 |
font-style: italic; |
| 146 |
} |
| 147 |
|
| 148 |
.error-container { |
| 149 |
margin-top: 20px; |
| 150 |
padding: 20px; |
| 151 |
background-color: red; |
| 152 |
color: white; |
| 153 |
font-weight: bold; |
| 154 |
display: none; |
| 155 |
} |
| 156 |
|
| 157 |
.module-export { |
| 158 |
border: 1px solid #ddd; |
| 159 |
padding: 5px; |
| 160 |
font-family: courier; |
| 161 |
background-color: #eee; |
| 162 |
margin-top: 15px; |
| 163 |
width: 100%; |
| 164 |
} |
| 165 |
|
| 166 |
ul.translators { |
| 167 |
list-style-type: disc; |
| 168 |
margin-left: 30px; |
| 169 |
} |
| 170 |
|
| 171 |
ul.translators li { |
| 172 |
line-height: 1em; |
| 173 |
} |
| 174 |
|