| 1 |
.toplevel_page_authorizer #wpwrap::before, |
| 2 |
.settings_page_authorizer #wpwrap::before { |
| 3 |
background: url("../images/authorizer-banner-400x300.png") no-repeat right bottom; |
| 4 |
background-attachment: fixed; |
| 5 |
content: ""; |
| 6 |
position: absolute; |
| 7 |
top: 0; |
| 8 |
left: 0; |
| 9 |
width: 100%; |
| 10 |
height: 100%; |
| 11 |
opacity: 0.2; |
| 12 |
z-index: -1; |
| 13 |
-webkit-transition: opacity 1s ease; |
| 14 |
-o-transition: opacity 1s ease; |
| 15 |
transition: opacity 1s ease; } |
| 16 |
|
| 17 |
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) { |
| 18 |
.toplevel_page_authorizer #wpwrap::before, |
| 19 |
.settings_page_authorizer #wpwrap::before { |
| 20 |
background: url("../images/authorizer-banner-800x600.png") no-repeat right bottom; |
| 21 |
background-size: 400px 300px; } } |
| 22 |
|
| 23 |
.toplevel_page_authorizer #wpwrap.not-faded::before, |
| 24 |
.settings_page_authorizer #wpwrap.not-faded::before { |
| 25 |
opacity: 1; } |
| 26 |
|
| 27 |
.toplevel_page_authorizer #list_auth_settings_access_users_pending, |
| 28 |
.toplevel_page_authorizer #list_auth_settings_access_users_approved, |
| 29 |
.toplevel_page_authorizer #list_auth_settings_access_users_blocked, |
| 30 |
.settings_page_authorizer #list_auth_settings_access_users_pending, |
| 31 |
.settings_page_authorizer #list_auth_settings_access_users_approved, |
| 32 |
.settings_page_authorizer #list_auth_settings_access_users_blocked { |
| 33 |
margin-bottom: 0; } |
| 34 |
|
| 35 |
.toplevel_page_authorizer .auth-multisite-username, |
| 36 |
.toplevel_page_authorizer .auth-multisite-email, |
| 37 |
.toplevel_page_authorizer .auth-multisite-role, |
| 38 |
.toplevel_page_authorizer .auth-multisite-usermeta, |
| 39 |
.toplevel_page_authorizer .auth-multisite-date-added, |
| 40 |
.settings_page_authorizer .auth-multisite-username, |
| 41 |
.settings_page_authorizer .auth-multisite-email, |
| 42 |
.settings_page_authorizer .auth-multisite-role, |
| 43 |
.settings_page_authorizer .auth-multisite-usermeta, |
| 44 |
.settings_page_authorizer .auth-multisite-date-added { |
| 45 |
opacity: 0.5; } |
| 46 |
|
| 47 |
.toplevel_page_authorizer .button-external, |
| 48 |
.settings_page_authorizer .button-external { |
| 49 |
padding: 3px 16px; |
| 50 |
height: 40px; } |
| 51 |
|
| 52 |
.toplevel_page_authorizer .button-external .dashicons, |
| 53 |
.settings_page_authorizer .button-external .dashicons { |
| 54 |
margin: 4px 4px 0 0; |
| 55 |
font-size: 24px; } |
| 56 |
|
| 57 |
.toplevel_page_authorizer .button-external input[type=text], |
| 58 |
.settings_page_authorizer .button-external input[type=text] { |
| 59 |
width: 100px; } |
| 60 |
|
| 61 |
@media screen and (max-width: 782px) { |
| 62 |
.toplevel_page_authorizer .button-external, |
| 63 |
.settings_page_authorizer .button-external { |
| 64 |
width: 280px; |
| 65 |
height: 50px; |
| 66 |
font-size: 16px; } |
| 67 |
.toplevel_page_authorizer .button-external .dashicons, |
| 68 |
.settings_page_authorizer .button-external .dashicons { |
| 69 |
margin: 4px 16px 0 0; |
| 70 |
font-size: 30px; } |
| 71 |
.toplevel_page_authorizer .button-external input[type=text], |
| 72 |
.settings_page_authorizer .button-external input[type=text] { |
| 73 |
width: 120px; |
| 74 |
display: inline; } } |
| 75 |
|
| 76 |
@media screen and (max-width: 782px) { |
| 77 |
.toplevel_page_authorizer .animated_wrapper, |
| 78 |
.settings_page_authorizer .animated_wrapper { |
| 79 |
width: 100% !important; } |
| 80 |
.toplevel_page_authorizer th, |
| 81 |
.settings_page_authorizer th { |
| 82 |
padding: 8px 0 0; } |
| 83 |
.toplevel_page_authorizer td, |
| 84 |
.settings_page_authorizer td { |
| 85 |
padding: 8px 0px; } |
| 86 |
.toplevel_page_authorizer #auth_settings_google_clientid, |
| 87 |
.settings_page_authorizer #auth_settings_google_clientid { |
| 88 |
width: 100%; } |
| 89 |
.toplevel_page_authorizer .tablenav .tablenav-pages, |
| 90 |
.settings_page_authorizer .tablenav .tablenav-pages { |
| 91 |
text-align: left; } |
| 92 |
.toplevel_page_authorizer .tablenav .current-page, |
| 93 |
.settings_page_authorizer .tablenav .current-page { |
| 94 |
width: auto; |
| 95 |
display: inline; } |
| 96 |
.toplevel_page_authorizer #auth_settings_advanced_lockouts_attempts_1, |
| 97 |
.toplevel_page_authorizer #auth_settings_advanced_lockouts_duration_1, |
| 98 |
.toplevel_page_authorizer #auth_settings_advanced_lockouts_attempts_2, |
| 99 |
.toplevel_page_authorizer #auth_settings_advanced_lockouts_duration_2, |
| 100 |
.toplevel_page_authorizer #auth_settings_advanced_lockouts_reset_duration, |
| 101 |
.settings_page_authorizer #auth_settings_advanced_lockouts_attempts_1, |
| 102 |
.settings_page_authorizer #auth_settings_advanced_lockouts_duration_1, |
| 103 |
.settings_page_authorizer #auth_settings_advanced_lockouts_attempts_2, |
| 104 |
.settings_page_authorizer #auth_settings_advanced_lockouts_duration_2, |
| 105 |
.settings_page_authorizer #auth_settings_advanced_lockouts_reset_duration { |
| 106 |
display: inline; } |
| 107 |
.toplevel_page_authorizer textarea, |
| 108 |
.settings_page_authorizer textarea { |
| 109 |
padding: 3px 10px; |
| 110 |
line-height: 2; |
| 111 |
min-height: 40px; } } |
| 112 |
|
| 113 |
@media screen and (max-width: 782px) and (max-width: 782px) { |
| 114 |
.toplevel_page_authorizer .button-add-user, |
| 115 |
.settings_page_authorizer .button-add-user { |
| 116 |
line-height: 37px; } } |
| 117 |
|
| 118 |
.toplevel_page_authorizer .form-table th.hide-animate, |
| 119 |
.toplevel_page_authorizer .form-table td.hide-animate, |
| 120 |
.settings_page_authorizer .form-table th.hide-animate, |
| 121 |
.settings_page_authorizer .form-table td.hide-animate { |
| 122 |
padding: 0; |
| 123 |
-webkit-transition: padding 0.25s ease; |
| 124 |
-o-transition: padding 0.25s ease; |
| 125 |
transition: padding 0.25s ease; } |
| 126 |
|
| 127 |
.toplevel_page_authorizer .form-table th.hide-no-animate, |
| 128 |
.toplevel_page_authorizer .form-table td.hide-no-animate, |
| 129 |
.settings_page_authorizer .form-table th.hide-no-animate, |
| 130 |
.settings_page_authorizer .form-table td.hide-no-animate { |
| 131 |
padding: 0; } |
| 132 |
|
| 133 |
.toplevel_page_authorizer #list_auth_settings_access_users_pending, |
| 134 |
.settings_page_authorizer #list_auth_settings_access_users_pending { |
| 135 |
margin: 6px 0; } |
| 136 |
|
| 137 |
.toplevel_page_authorizer #list_auth_settings_access_users_blocked, |
| 138 |
.settings_page_authorizer #list_auth_settings_access_users_blocked { |
| 139 |
margin: 0; } |
| 140 |
|
| 141 |
.toplevel_page_authorizer .ms-container .ms-selectable, |
| 142 |
.toplevel_page_authorizer .ms-container .ms-selection, |
| 143 |
.settings_page_authorizer .ms-container .ms-selectable, |
| 144 |
.settings_page_authorizer .ms-container .ms-selection { |
| 145 |
background: none; } |
| 146 |
|
| 147 |
.toplevel_page_authorizer .ms-container .ms-list, |
| 148 |
.settings_page_authorizer .ms-container .ms-list { |
| 149 |
background: white; } |
| 150 |
|
| 151 |
.toplevel_page_authorizer #list_auth_settings_access_users_pending li > :not(:last-child), |
| 152 |
.toplevel_page_authorizer #new_auth_settings_access_users_pending > :not(:last-child), |
| 153 |
.toplevel_page_authorizer #list_auth_settings_access_users_approved li > :not(:last-child), |
| 154 |
.toplevel_page_authorizer #new_auth_settings_access_users_approved > :not(:last-child), |
| 155 |
.toplevel_page_authorizer #list_auth_settings_access_users_blocked li > :not(:last-child), |
| 156 |
.toplevel_page_authorizer #new_auth_settings_access_users_blocked > :not(:last-child), |
| 157 |
.settings_page_authorizer #list_auth_settings_access_users_pending li > :not(:last-child), |
| 158 |
.settings_page_authorizer #new_auth_settings_access_users_pending > :not(:last-child), |
| 159 |
.settings_page_authorizer #list_auth_settings_access_users_approved li > :not(:last-child), |
| 160 |
.settings_page_authorizer #new_auth_settings_access_users_approved > :not(:last-child), |
| 161 |
.settings_page_authorizer #list_auth_settings_access_users_blocked li > :not(:last-child), |
| 162 |
.settings_page_authorizer #new_auth_settings_access_users_blocked > :not(:last-child) { |
| 163 |
margin-right: 4px; } |
| 164 |
|
| 165 |
.toplevel_page_authorizer #list_auth_settings_access_users_pending li > :nth-child(1), |
| 166 |
.toplevel_page_authorizer #new_auth_settings_access_users_pending > :nth-child(1), |
| 167 |
.toplevel_page_authorizer #list_auth_settings_access_users_approved li > :nth-child(1), |
| 168 |
.toplevel_page_authorizer #new_auth_settings_access_users_approved > :nth-child(1), |
| 169 |
.toplevel_page_authorizer #list_auth_settings_access_users_blocked li > :nth-child(1), |
| 170 |
.toplevel_page_authorizer #new_auth_settings_access_users_blocked > :nth-child(1), |
| 171 |
.settings_page_authorizer #list_auth_settings_access_users_pending li > :nth-child(1), |
| 172 |
.settings_page_authorizer #new_auth_settings_access_users_pending > :nth-child(1), |
| 173 |
.settings_page_authorizer #list_auth_settings_access_users_approved li > :nth-child(1), |
| 174 |
.settings_page_authorizer #new_auth_settings_access_users_approved > :nth-child(1), |
| 175 |
.settings_page_authorizer #list_auth_settings_access_users_blocked li > :nth-child(1), |
| 176 |
.settings_page_authorizer #new_auth_settings_access_users_blocked > :nth-child(1) { |
| 177 |
-webkit-box-flex: 4; |
| 178 |
-ms-flex-positive: 4; |
| 179 |
flex-grow: 4; } |
| 180 |
|
| 181 |
.toplevel_page_authorizer #list_auth_settings_access_users_pending li > :nth-child(2), |
| 182 |
.toplevel_page_authorizer #new_auth_settings_access_users_pending > :nth-child(2), |
| 183 |
.toplevel_page_authorizer #list_auth_settings_access_users_approved li > :nth-child(2), |
| 184 |
.toplevel_page_authorizer #new_auth_settings_access_users_approved > :nth-child(2), |
| 185 |
.toplevel_page_authorizer #list_auth_settings_access_users_blocked li > :nth-child(2), |
| 186 |
.toplevel_page_authorizer #new_auth_settings_access_users_blocked > :nth-child(2), |
| 187 |
.settings_page_authorizer #list_auth_settings_access_users_pending li > :nth-child(2), |
| 188 |
.settings_page_authorizer #new_auth_settings_access_users_pending > :nth-child(2), |
| 189 |
.settings_page_authorizer #list_auth_settings_access_users_approved li > :nth-child(2), |
| 190 |
.settings_page_authorizer #new_auth_settings_access_users_approved > :nth-child(2), |
| 191 |
.settings_page_authorizer #list_auth_settings_access_users_blocked li > :nth-child(2), |
| 192 |
.settings_page_authorizer #new_auth_settings_access_users_blocked > :nth-child(2) { |
| 193 |
-webkit-box-flex: 2; |
| 194 |
-ms-flex-positive: 2; |
| 195 |
flex-grow: 2; } |
| 196 |
|
| 197 |
#auth_dashboard_widget .tablenav { |
| 198 |
height: auto; } |
| 199 |
#auth_dashboard_widget .tablenav .tablenav-pages { |
| 200 |
float: none; } |
| 201 |
#auth_dashboard_widget .tablenav #user-search-input { |
| 202 |
max-width: 80px; } |
| 203 |
|
| 204 |
#auth_dashboard_widget #list_auth_settings_access_users_pending li, |
| 205 |
#auth_dashboard_widget #new_auth_settings_access_users_pending, |
| 206 |
#auth_dashboard_widget #list_auth_settings_access_users_approved li, |
| 207 |
#auth_dashboard_widget #new_auth_settings_access_users_approved, |
| 208 |
#auth_dashboard_widget #list_auth_settings_access_users_blocked li, |
| 209 |
#auth_dashboard_widget #new_auth_settings_access_users_blocked { |
| 210 |
-ms-flex-wrap: wrap; |
| 211 |
flex-wrap: wrap; |
| 212 |
margin-bottom: 12px; } |
| 213 |
#auth_dashboard_widget #list_auth_settings_access_users_pending li > :not(:last-child), |
| 214 |
#auth_dashboard_widget #new_auth_settings_access_users_pending > :not(:last-child), |
| 215 |
#auth_dashboard_widget #list_auth_settings_access_users_approved li > :not(:last-child), |
| 216 |
#auth_dashboard_widget #new_auth_settings_access_users_approved > :not(:last-child), |
| 217 |
#auth_dashboard_widget #list_auth_settings_access_users_blocked li > :not(:last-child), |
| 218 |
#auth_dashboard_widget #new_auth_settings_access_users_blocked > :not(:last-child) { |
| 219 |
margin-right: 2px; } |
| 220 |
#auth_dashboard_widget #list_auth_settings_access_users_pending li > :nth-child(1), |
| 221 |
#auth_dashboard_widget #new_auth_settings_access_users_pending > :nth-child(1), |
| 222 |
#auth_dashboard_widget #list_auth_settings_access_users_approved li > :nth-child(1), |
| 223 |
#auth_dashboard_widget #new_auth_settings_access_users_approved > :nth-child(1), |
| 224 |
#auth_dashboard_widget #list_auth_settings_access_users_blocked li > :nth-child(1), |
| 225 |
#auth_dashboard_widget #new_auth_settings_access_users_blocked > :nth-child(1) { |
| 226 |
-webkit-box-flex: 1; |
| 227 |
-ms-flex-positive: 1; |
| 228 |
flex-grow: 1; } |
| 229 |
#auth_dashboard_widget #list_auth_settings_access_users_pending li .auth-role, |
| 230 |
#auth_dashboard_widget #new_auth_settings_access_users_pending .auth-role, |
| 231 |
#auth_dashboard_widget #list_auth_settings_access_users_approved li .auth-role, |
| 232 |
#auth_dashboard_widget #new_auth_settings_access_users_approved .auth-role, |
| 233 |
#auth_dashboard_widget #list_auth_settings_access_users_blocked li .auth-role, |
| 234 |
#auth_dashboard_widget #new_auth_settings_access_users_blocked .auth-role { |
| 235 |
max-width: 80px; } |
| 236 |
@media only screen and (max-width: 550px) and (min-width: 0px) { |
| 237 |
#auth_dashboard_widget #list_auth_settings_access_users_pending li .auth-email, |
| 238 |
#auth_dashboard_widget #new_auth_settings_access_users_pending .auth-email, |
| 239 |
#auth_dashboard_widget #list_auth_settings_access_users_approved li .auth-email, |
| 240 |
#auth_dashboard_widget #new_auth_settings_access_users_approved .auth-email, |
| 241 |
#auth_dashboard_widget #list_auth_settings_access_users_blocked li .auth-email, |
| 242 |
#auth_dashboard_widget #new_auth_settings_access_users_blocked .auth-email { |
| 243 |
max-width: 140px; } } |
| 244 |
@media only screen and (max-width: 900px) and (min-width: 800px) { |
| 245 |
#auth_dashboard_widget #list_auth_settings_access_users_pending li .auth-email, |
| 246 |
#auth_dashboard_widget #new_auth_settings_access_users_pending .auth-email, |
| 247 |
#auth_dashboard_widget #list_auth_settings_access_users_approved li .auth-email, |
| 248 |
#auth_dashboard_widget #new_auth_settings_access_users_approved .auth-email, |
| 249 |
#auth_dashboard_widget #list_auth_settings_access_users_blocked li .auth-email, |
| 250 |
#auth_dashboard_widget #new_auth_settings_access_users_blocked .auth-email { |
| 251 |
max-width: 200px; } |
| 252 |
#auth_dashboard_widget #list_auth_settings_access_users_pending li .auth-role, |
| 253 |
#auth_dashboard_widget #new_auth_settings_access_users_pending .auth-role, |
| 254 |
#auth_dashboard_widget #list_auth_settings_access_users_approved li .auth-role, |
| 255 |
#auth_dashboard_widget #new_auth_settings_access_users_approved .auth-role, |
| 256 |
#auth_dashboard_widget #list_auth_settings_access_users_blocked li .auth-role, |
| 257 |
#auth_dashboard_widget #new_auth_settings_access_users_blocked .auth-role { |
| 258 |
max-width: 140px; } } |
| 259 |
@media only screen and (max-width: 1550px) and (min-width: 1500px) { |
| 260 |
#auth_dashboard_widget #list_auth_settings_access_users_pending li .auth-email, |
| 261 |
#auth_dashboard_widget #new_auth_settings_access_users_pending .auth-email, |
| 262 |
#auth_dashboard_widget #list_auth_settings_access_users_approved li .auth-email, |
| 263 |
#auth_dashboard_widget #new_auth_settings_access_users_approved .auth-email, |
| 264 |
#auth_dashboard_widget #list_auth_settings_access_users_blocked li .auth-email, |
| 265 |
#auth_dashboard_widget #new_auth_settings_access_users_blocked .auth-email { |
| 266 |
max-width: 200px; } |
| 267 |
#auth_dashboard_widget #list_auth_settings_access_users_pending li .auth-role, |
| 268 |
#auth_dashboard_widget #new_auth_settings_access_users_pending .auth-role, |
| 269 |
#auth_dashboard_widget #list_auth_settings_access_users_approved li .auth-role, |
| 270 |
#auth_dashboard_widget #new_auth_settings_access_users_approved .auth-role, |
| 271 |
#auth_dashboard_widget #list_auth_settings_access_users_blocked li .auth-role, |
| 272 |
#auth_dashboard_widget #new_auth_settings_access_users_blocked .auth-role { |
| 273 |
max-width: 140px; } } |
| 274 |
|
| 275 |
#auth_dashboard_widget #list_auth_settings_access_users_approved li { |
| 276 |
-ms-flex-wrap: nowrap; |
| 277 |
flex-wrap: nowrap; } |
| 278 |
#auth_dashboard_widget #list_auth_settings_access_users_approved li > * { |
| 279 |
-webkit-box-flex: 0; |
| 280 |
-ms-flex: 0 0 auto; |
| 281 |
flex: 0 0 auto; } |
| 282 |
#auth_dashboard_widget #list_auth_settings_access_users_approved li > :nth-child(1) { |
| 283 |
-ms-flex-negative: 1; |
| 284 |
flex-shrink: 1; } |
| 285 |
#auth_dashboard_widget #list_auth_settings_access_users_approved li > :nth-child(2) { |
| 286 |
-ms-flex-negative: 1; |
| 287 |
flex-shrink: 1; } |
| 288 |
#auth_dashboard_widget #list_auth_settings_access_users_approved li > :nth-child(3) { |
| 289 |
-ms-flex-negative: 2; |
| 290 |
flex-shrink: 2; } |
| 291 |
#auth_dashboard_widget #list_auth_settings_access_users_approved li > :nth-child(4) { |
| 292 |
-ms-flex-negative: 2; |
| 293 |
flex-shrink: 2; } |
| 294 |
#auth_dashboard_widget #list_auth_settings_access_users_approved li > :nth-child(5) { |
| 295 |
-ms-flex-negative: 1; |
| 296 |
flex-shrink: 1; } |
| 297 |
#auth_dashboard_widget #list_auth_settings_access_users_approved li input, #auth_dashboard_widget #list_auth_settings_access_users_approved li select { |
| 298 |
min-width: 0; } |
| 299 |
|
| 300 |
.toplevel_page_authorizer #wpbody-content, |
| 301 |
.settings_page_authorizer #wpbody-content, |
| 302 |
#auth_dashboard_widget #wpbody-content { |
| 303 |
padding-bottom: 240px; } |
| 304 |
|
| 305 |
.toplevel_page_authorizer #list_auth_settings_access_users_pending li, |
| 306 |
.toplevel_page_authorizer #new_auth_settings_access_users_pending, |
| 307 |
.toplevel_page_authorizer #list_auth_settings_access_users_approved li, |
| 308 |
.toplevel_page_authorizer #new_auth_settings_access_users_approved, |
| 309 |
.toplevel_page_authorizer #list_auth_settings_access_users_blocked li, |
| 310 |
.toplevel_page_authorizer #new_auth_settings_access_users_blocked, |
| 311 |
.settings_page_authorizer #list_auth_settings_access_users_pending li, |
| 312 |
.settings_page_authorizer #new_auth_settings_access_users_pending, |
| 313 |
.settings_page_authorizer #list_auth_settings_access_users_approved li, |
| 314 |
.settings_page_authorizer #new_auth_settings_access_users_approved, |
| 315 |
.settings_page_authorizer #list_auth_settings_access_users_blocked li, |
| 316 |
.settings_page_authorizer #new_auth_settings_access_users_blocked, |
| 317 |
#auth_dashboard_widget #list_auth_settings_access_users_pending li, |
| 318 |
#auth_dashboard_widget #new_auth_settings_access_users_pending, |
| 319 |
#auth_dashboard_widget #list_auth_settings_access_users_approved li, |
| 320 |
#auth_dashboard_widget #new_auth_settings_access_users_approved, |
| 321 |
#auth_dashboard_widget #list_auth_settings_access_users_blocked li, |
| 322 |
#auth_dashboard_widget #new_auth_settings_access_users_blocked { |
| 323 |
display: -webkit-box; |
| 324 |
display: -ms-flexbox; |
| 325 |
display: flex; |
| 326 |
-webkit-box-pack: start; |
| 327 |
-ms-flex-pack: start; |
| 328 |
justify-content: flex-start; } |
| 329 |
|
| 330 |
.toplevel_page_authorizer #list_auth_settings_access_users_blocked .auth-role, |
| 331 |
.toplevel_page_authorizer #new_auth_settings_access_users_blocked .auth-role, |
| 332 |
.settings_page_authorizer #list_auth_settings_access_users_blocked .auth-role, |
| 333 |
.settings_page_authorizer #new_auth_settings_access_users_blocked .auth-role, |
| 334 |
#auth_dashboard_widget #list_auth_settings_access_users_blocked .auth-role, |
| 335 |
#auth_dashboard_widget #new_auth_settings_access_users_blocked .auth-role { |
| 336 |
display: none; } |
| 337 |
|
| 338 |
.toplevel_page_authorizer #list_auth_settings_access_users_pending .auth-email, |
| 339 |
.settings_page_authorizer #list_auth_settings_access_users_pending .auth-email, |
| 340 |
#auth_dashboard_widget #list_auth_settings_access_users_pending .auth-email { |
| 341 |
border-color: #ecf195; |
| 342 |
background-color: #f5f8c4; } |
| 343 |
|
| 344 |
.toplevel_page_authorizer #list_auth_settings_access_users_approved .auth-email, |
| 345 |
.settings_page_authorizer #list_auth_settings_access_users_approved .auth-email, |
| 346 |
#auth_dashboard_widget #list_auth_settings_access_users_approved .auth-email { |
| 347 |
background-color: #dcf0be; |
| 348 |
border-color: #8dc33c; } |
| 349 |
|
| 350 |
.toplevel_page_authorizer #list_auth_settings_access_users_blocked .auth-email, |
| 351 |
.settings_page_authorizer #list_auth_settings_access_users_blocked .auth-email, |
| 352 |
#auth_dashboard_widget #list_auth_settings_access_users_blocked .auth-email { |
| 353 |
background-color: #facbc5; |
| 354 |
border-color: #ea7e70; } |
| 355 |
|
| 356 |
.toplevel_page_authorizer .auth-date-added, |
| 357 |
.toplevel_page_authorizer .auth-usermeta, |
| 358 |
.settings_page_authorizer .auth-date-added, |
| 359 |
.settings_page_authorizer .auth-usermeta, |
| 360 |
#auth_dashboard_widget .auth-date-added, |
| 361 |
#auth_dashboard_widget .auth-usermeta { |
| 362 |
max-width: 80px; } |
| 363 |
|
| 364 |
.toplevel_page_authorizer .invisible, |
| 365 |
.settings_page_authorizer .invisible, |
| 366 |
#auth_dashboard_widget .invisible { |
| 367 |
visibility: hidden; } |
| 368 |
|
| 369 |
.toplevel_page_authorizer .auth_multisite_override_overlay .overlay-note, |
| 370 |
.settings_page_authorizer .auth_multisite_override_overlay .overlay-note, |
| 371 |
#auth_dashboard_widget .auth_multisite_override_overlay .overlay-note { |
| 372 |
background: white; |
| 373 |
border: 1px solid #aaa; |
| 374 |
cursor: default; |
| 375 |
margin: 11px 15em; |
| 376 |
opacity: 0; |
| 377 |
padding: 8px; |
| 378 |
position: absolute; |
| 379 |
-webkit-transition: opacity 0.1s ease-in-out; |
| 380 |
-moz-transition: opacity 0.1s ease-in-out; |
| 381 |
-o-transition: opacity 0.1s ease-in-out; |
| 382 |
transition: opacity 0.1s ease-in-out; } |
| 383 |
.toplevel_page_authorizer .auth_multisite_override_overlay .overlay-note a, |
| 384 |
.settings_page_authorizer .auth_multisite_override_overlay .overlay-note a, |
| 385 |
#auth_dashboard_widget .auth_multisite_override_overlay .overlay-note a { |
| 386 |
cursor: pointer; } |
| 387 |
|
| 388 |
.toplevel_page_authorizer .auth_multisite_override_overlay:hover .overlay-note, |
| 389 |
.settings_page_authorizer .auth_multisite_override_overlay:hover .overlay-note, |
| 390 |
#auth_dashboard_widget .auth_multisite_override_overlay:hover .overlay-note { |
| 391 |
opacity: 1; } |
| 392 |
|
| 393 |
.toplevel_page_authorizer .dropdown-menu > li, |
| 394 |
.settings_page_authorizer .dropdown-menu > li, |
| 395 |
#auth_dashboard_widget .dropdown-menu > li { |
| 396 |
margin-bottom: 0 !important; } |
| 397 |
|
| 398 |
.toplevel_page_authorizer .dropdown-menu > li > a, |
| 399 |
.settings_page_authorizer .dropdown-menu > li > a, |
| 400 |
#auth_dashboard_widget .dropdown-menu > li > a { |
| 401 |
text-decoration: none !important; |
| 402 |
white-space: normal !important; } |
| 403 |
|
| 404 |
.toplevel_page_authorizer .dropdown-toggle, |
| 405 |
.settings_page_authorizer .dropdown-toggle, |
| 406 |
#auth_dashboard_widget .dropdown-toggle { |
| 407 |
border-bottom: 0; } |
| 408 |
|
| 409 |
.toplevel_page_authorizer .dropdown-toggle-split, |
| 410 |
.settings_page_authorizer .dropdown-toggle-split, |
| 411 |
#auth_dashboard_widget .dropdown-toggle-split { |
| 412 |
padding-right: .5625rem; |
| 413 |
padding-left: .5625rem; } |
| 414 |
.toplevel_page_authorizer .dropdown-toggle-split::after, |
| 415 |
.settings_page_authorizer .dropdown-toggle-split::after, |
| 416 |
#auth_dashboard_widget .dropdown-toggle-split::after { |
| 417 |
margin-left: 0; } |
| 418 |
|
| 419 |
.toplevel_page_authorizer .sr-only, |
| 420 |
.settings_page_authorizer .sr-only, |
| 421 |
#auth_dashboard_widget .sr-only { |
| 422 |
border: 0; |
| 423 |
clip: rect(0, 0, 0, 0); |
| 424 |
height: 1px; |
| 425 |
margin: -1px; |
| 426 |
overflow: hidden; |
| 427 |
padding: 0; |
| 428 |
position: absolute; |
| 429 |
width: 1px; } |
| 430 |
|
| 431 |
.toplevel_page_authorizer .caret, |
| 432 |
.settings_page_authorizer .caret, |
| 433 |
#auth_dashboard_widget .caret { |
| 434 |
border-left: 4px solid transparent; |
| 435 |
border-right: 4px solid transparent; |
| 436 |
border-top: 4px solid; |
| 437 |
display: inline-block; |
| 438 |
height: 0; |
| 439 |
margin-left: 2px; |
| 440 |
vertical-align: middle; |
| 441 |
width: 0; } |
| 442 |
|
| 443 |
.toplevel_page_authorizer .dropdown, |
| 444 |
.settings_page_authorizer .dropdown, |
| 445 |
#auth_dashboard_widget .dropdown { |
| 446 |
position: relative; } |
| 447 |
|
| 448 |
.toplevel_page_authorizer .dropdown-toggle:focus, |
| 449 |
.settings_page_authorizer .dropdown-toggle:focus, |
| 450 |
#auth_dashboard_widget .dropdown-toggle:focus { |
| 451 |
outline: 0; } |
| 452 |
|
| 453 |
.toplevel_page_authorizer .dropdown-menu, |
| 454 |
.settings_page_authorizer .dropdown-menu, |
| 455 |
#auth_dashboard_widget .dropdown-menu { |
| 456 |
background-clip: padding-box; |
| 457 |
background-color: #fff; |
| 458 |
border: 1px solid #ccc; |
| 459 |
border: 1px solid rgba(0, 0, 0, 0.15); |
| 460 |
border-radius: 4px; |
| 461 |
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); |
| 462 |
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); |
| 463 |
display: none; |
| 464 |
float: left; |
| 465 |
font-size: 14px; |
| 466 |
right: 0; |
| 467 |
list-style: none; |
| 468 |
margin: 2px 0 0; |
| 469 |
min-width: 160px; |
| 470 |
padding: 5px 0; |
| 471 |
position: absolute; |
| 472 |
top: 100%; |
| 473 |
z-index: 1000; } |
| 474 |
|
| 475 |
.toplevel_page_authorizer .dropdown-menu.pull-right, |
| 476 |
.settings_page_authorizer .dropdown-menu.pull-right, |
| 477 |
#auth_dashboard_widget .dropdown-menu.pull-right { |
| 478 |
left: auto; |
| 479 |
right: 0; } |
| 480 |
|
| 481 |
.toplevel_page_authorizer .dropdown-menu .divider, |
| 482 |
.settings_page_authorizer .dropdown-menu .divider, |
| 483 |
#auth_dashboard_widget .dropdown-menu .divider { |
| 484 |
background-color: #e5e5e5; |
| 485 |
height: 1px; |
| 486 |
margin: 9px 0; |
| 487 |
overflow: hidden; } |
| 488 |
|
| 489 |
.toplevel_page_authorizer .dropdown-menu > li > a, |
| 490 |
.settings_page_authorizer .dropdown-menu > li > a, |
| 491 |
#auth_dashboard_widget .dropdown-menu > li > a { |
| 492 |
clear: both; |
| 493 |
color: #333; |
| 494 |
display: block; |
| 495 |
font-weight: normal; |
| 496 |
line-height: 1.42857143; |
| 497 |
padding: 3px 20px; |
| 498 |
white-space: nowrap; } |
| 499 |
|
| 500 |
.toplevel_page_authorizer .dropdown-menu > li > a:hover, |
| 501 |
.toplevel_page_authorizer .dropdown-menu > li > a:focus, |
| 502 |
.settings_page_authorizer .dropdown-menu > li > a:hover, |
| 503 |
.settings_page_authorizer .dropdown-menu > li > a:focus, |
| 504 |
#auth_dashboard_widget .dropdown-menu > li > a:hover, |
| 505 |
#auth_dashboard_widget .dropdown-menu > li > a:focus { |
| 506 |
background-color: #f5f5f5; |
| 507 |
color: #262626; |
| 508 |
text-decoration: none; } |
| 509 |
|
| 510 |
.toplevel_page_authorizer .dropdown-menu > .active > a, |
| 511 |
.toplevel_page_authorizer .dropdown-menu > .active > a:hover, |
| 512 |
.toplevel_page_authorizer .dropdown-menu > .active > a:focus, |
| 513 |
.settings_page_authorizer .dropdown-menu > .active > a, |
| 514 |
.settings_page_authorizer .dropdown-menu > .active > a:hover, |
| 515 |
.settings_page_authorizer .dropdown-menu > .active > a:focus, |
| 516 |
#auth_dashboard_widget .dropdown-menu > .active > a, |
| 517 |
#auth_dashboard_widget .dropdown-menu > .active > a:hover, |
| 518 |
#auth_dashboard_widget .dropdown-menu > .active > a:focus { |
| 519 |
background-color: #428bca; |
| 520 |
color: #fff; |
| 521 |
outline: 0; |
| 522 |
text-decoration: none; } |
| 523 |
|
| 524 |
.toplevel_page_authorizer .dropdown-menu > .disabled > a, |
| 525 |
.toplevel_page_authorizer .dropdown-menu > .disabled > a:hover, |
| 526 |
.toplevel_page_authorizer .dropdown-menu > .disabled > a:focus, |
| 527 |
.settings_page_authorizer .dropdown-menu > .disabled > a, |
| 528 |
.settings_page_authorizer .dropdown-menu > .disabled > a:hover, |
| 529 |
.settings_page_authorizer .dropdown-menu > .disabled > a:focus, |
| 530 |
#auth_dashboard_widget .dropdown-menu > .disabled > a, |
| 531 |
#auth_dashboard_widget .dropdown-menu > .disabled > a:hover, |
| 532 |
#auth_dashboard_widget .dropdown-menu > .disabled > a:focus { |
| 533 |
color: #999; } |
| 534 |
|
| 535 |
.toplevel_page_authorizer .dropdown-menu > .disabled > a:hover, |
| 536 |
.toplevel_page_authorizer .dropdown-menu > .disabled > a:focus, |
| 537 |
.settings_page_authorizer .dropdown-menu > .disabled > a:hover, |
| 538 |
.settings_page_authorizer .dropdown-menu > .disabled > a:focus, |
| 539 |
#auth_dashboard_widget .dropdown-menu > .disabled > a:hover, |
| 540 |
#auth_dashboard_widget .dropdown-menu > .disabled > a:focus { |
| 541 |
background-color: transparent; |
| 542 |
background-image: none; |
| 543 |
cursor: not-allowed; |
| 544 |
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
| 545 |
text-decoration: none; } |
| 546 |
|
| 547 |
.toplevel_page_authorizer .open > .dropdown-menu, |
| 548 |
.settings_page_authorizer .open > .dropdown-menu, |
| 549 |
#auth_dashboard_widget .open > .dropdown-menu { |
| 550 |
display: block; } |
| 551 |
|
| 552 |
.toplevel_page_authorizer .open > a, |
| 553 |
.settings_page_authorizer .open > a, |
| 554 |
#auth_dashboard_widget .open > a { |
| 555 |
outline: 0; } |
| 556 |
|
| 557 |
.toplevel_page_authorizer .btn-group, |
| 558 |
.toplevel_page_authorizer .btn-group-vertical, |
| 559 |
.settings_page_authorizer .btn-group, |
| 560 |
.settings_page_authorizer .btn-group-vertical, |
| 561 |
#auth_dashboard_widget .btn-group, |
| 562 |
#auth_dashboard_widget .btn-group-vertical { |
| 563 |
display: -webkit-inline-box; |
| 564 |
display: -ms-inline-flexbox; |
| 565 |
display: inline-flex; |
| 566 |
position: relative; |
| 567 |
vertical-align: middle; } |
| 568 |
|
| 569 |
.toplevel_page_authorizer .btn-group > .btn, |
| 570 |
.toplevel_page_authorizer .btn-group-vertical > .btn, |
| 571 |
.settings_page_authorizer .btn-group > .btn, |
| 572 |
.settings_page_authorizer .btn-group-vertical > .btn, |
| 573 |
#auth_dashboard_widget .btn-group > .btn, |
| 574 |
#auth_dashboard_widget .btn-group-vertical > .btn { |
| 575 |
-webkit-box-flex: 0; |
| 576 |
-ms-flex: 0 1 auto; |
| 577 |
flex: 0 1 auto; |
| 578 |
position: relative; } |
| 579 |
|
| 580 |
.toplevel_page_authorizer .btn-group > .btn:hover, |
| 581 |
.toplevel_page_authorizer .btn-group-vertical > .btn:hover, |
| 582 |
.toplevel_page_authorizer .btn-group > .btn:focus, |
| 583 |
.toplevel_page_authorizer .btn-group-vertical > .btn:focus, |
| 584 |
.toplevel_page_authorizer .btn-group > .btn:active, |
| 585 |
.toplevel_page_authorizer .btn-group-vertical > .btn:active, |
| 586 |
.toplevel_page_authorizer .btn-group > .btn.active, |
| 587 |
.toplevel_page_authorizer .btn-group-vertical > .btn.active, |
| 588 |
.settings_page_authorizer .btn-group > .btn:hover, |
| 589 |
.settings_page_authorizer .btn-group-vertical > .btn:hover, |
| 590 |
.settings_page_authorizer .btn-group > .btn:focus, |
| 591 |
.settings_page_authorizer .btn-group-vertical > .btn:focus, |
| 592 |
.settings_page_authorizer .btn-group > .btn:active, |
| 593 |
.settings_page_authorizer .btn-group-vertical > .btn:active, |
| 594 |
.settings_page_authorizer .btn-group > .btn.active, |
| 595 |
.settings_page_authorizer .btn-group-vertical > .btn.active, |
| 596 |
#auth_dashboard_widget .btn-group > .btn:hover, |
| 597 |
#auth_dashboard_widget .btn-group-vertical > .btn:hover, |
| 598 |
#auth_dashboard_widget .btn-group > .btn:focus, |
| 599 |
#auth_dashboard_widget .btn-group-vertical > .btn:focus, |
| 600 |
#auth_dashboard_widget .btn-group > .btn:active, |
| 601 |
#auth_dashboard_widget .btn-group-vertical > .btn:active, |
| 602 |
#auth_dashboard_widget .btn-group > .btn.active, |
| 603 |
#auth_dashboard_widget .btn-group-vertical > .btn.active { |
| 604 |
z-index: 2; } |
| 605 |
|
| 606 |
.toplevel_page_authorizer .btn-group > .btn:focus, |
| 607 |
.toplevel_page_authorizer .btn-group-vertical > .btn:focus, |
| 608 |
.settings_page_authorizer .btn-group > .btn:focus, |
| 609 |
.settings_page_authorizer .btn-group-vertical > .btn:focus, |
| 610 |
#auth_dashboard_widget .btn-group > .btn:focus, |
| 611 |
#auth_dashboard_widget .btn-group-vertical > .btn:focus { |
| 612 |
outline: none; } |
| 613 |
|
| 614 |
.toplevel_page_authorizer .btn-group .btn + .btn, |
| 615 |
.toplevel_page_authorizer .btn-group .btn + .btn-group, |
| 616 |
.toplevel_page_authorizer .btn-group .btn-group + .btn, |
| 617 |
.toplevel_page_authorizer .btn-group .btn-group + .btn-group, |
| 618 |
.settings_page_authorizer .btn-group .btn + .btn, |
| 619 |
.settings_page_authorizer .btn-group .btn + .btn-group, |
| 620 |
.settings_page_authorizer .btn-group .btn-group + .btn, |
| 621 |
.settings_page_authorizer .btn-group .btn-group + .btn-group, |
| 622 |
#auth_dashboard_widget .btn-group .btn + .btn, |
| 623 |
#auth_dashboard_widget .btn-group .btn + .btn-group, |
| 624 |
#auth_dashboard_widget .btn-group .btn-group + .btn, |
| 625 |
#auth_dashboard_widget .btn-group .btn-group + .btn-group { |
| 626 |
margin-left: -1px; } |
| 627 |
|
| 628 |
.toplevel_page_authorizer .btn-toolbar, |
| 629 |
.settings_page_authorizer .btn-toolbar, |
| 630 |
#auth_dashboard_widget .btn-toolbar { |
| 631 |
margin-left: -5px; } |
| 632 |
|
| 633 |
.toplevel_page_authorizer .btn-toolbar .btn-group, |
| 634 |
.toplevel_page_authorizer .btn-toolbar .input-group, |
| 635 |
.settings_page_authorizer .btn-toolbar .btn-group, |
| 636 |
.settings_page_authorizer .btn-toolbar .input-group, |
| 637 |
#auth_dashboard_widget .btn-toolbar .btn-group, |
| 638 |
#auth_dashboard_widget .btn-toolbar .input-group { |
| 639 |
float: left; } |
| 640 |
|
| 641 |
.toplevel_page_authorizer .btn-toolbar > .btn, |
| 642 |
.toplevel_page_authorizer .btn-toolbar > .btn-group, |
| 643 |
.toplevel_page_authorizer .btn-toolbar > .input-group, |
| 644 |
.settings_page_authorizer .btn-toolbar > .btn, |
| 645 |
.settings_page_authorizer .btn-toolbar > .btn-group, |
| 646 |
.settings_page_authorizer .btn-toolbar > .input-group, |
| 647 |
#auth_dashboard_widget .btn-toolbar > .btn, |
| 648 |
#auth_dashboard_widget .btn-toolbar > .btn-group, |
| 649 |
#auth_dashboard_widget .btn-toolbar > .input-group { |
| 650 |
margin-left: 5px; } |
| 651 |
|
| 652 |
.toplevel_page_authorizer .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), |
| 653 |
.settings_page_authorizer .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), |
| 654 |
#auth_dashboard_widget .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { |
| 655 |
border-radius: 0; } |
| 656 |
|
| 657 |
.toplevel_page_authorizer .btn-group > .btn:first-child, |
| 658 |
.settings_page_authorizer .btn-group > .btn:first-child, |
| 659 |
#auth_dashboard_widget .btn-group > .btn:first-child { |
| 660 |
margin-left: 0; } |
| 661 |
|
| 662 |
.toplevel_page_authorizer .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), |
| 663 |
.settings_page_authorizer .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), |
| 664 |
#auth_dashboard_widget .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { |
| 665 |
border-bottom-right-radius: 0; |
| 666 |
border-top-right-radius: 0; } |
| 667 |
|
| 668 |
.toplevel_page_authorizer .btn-group > .btn:last-child:not(:first-child), |
| 669 |
.toplevel_page_authorizer .btn-group > .dropdown-toggle:not(:first-child), |
| 670 |
.settings_page_authorizer .btn-group > .btn:last-child:not(:first-child), |
| 671 |
.settings_page_authorizer .btn-group > .dropdown-toggle:not(:first-child), |
| 672 |
#auth_dashboard_widget .btn-group > .btn:last-child:not(:first-child), |
| 673 |
#auth_dashboard_widget .btn-group > .dropdown-toggle:not(:first-child) { |
| 674 |
border-bottom-left-radius: 0; |
| 675 |
border-top-left-radius: 0; } |
| 676 |
|
| 677 |
.toplevel_page_authorizer .btn-group > .btn-group, |
| 678 |
.settings_page_authorizer .btn-group > .btn-group, |
| 679 |
#auth_dashboard_widget .btn-group > .btn-group { |
| 680 |
float: left; } |
| 681 |
|
| 682 |
.toplevel_page_authorizer .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, |
| 683 |
.settings_page_authorizer .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, |
| 684 |
#auth_dashboard_widget .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { |
| 685 |
border-radius: 0; } |
| 686 |
|
| 687 |
.toplevel_page_authorizer .btn-group > .btn-group:first-child > .btn:last-child, |
| 688 |
.toplevel_page_authorizer .btn-group > .btn-group:first-child > .dropdown-toggle, |
| 689 |
.settings_page_authorizer .btn-group > .btn-group:first-child > .btn:last-child, |
| 690 |
.settings_page_authorizer .btn-group > .btn-group:first-child > .dropdown-toggle, |
| 691 |
#auth_dashboard_widget .btn-group > .btn-group:first-child > .btn:last-child, |
| 692 |
#auth_dashboard_widget .btn-group > .btn-group:first-child > .dropdown-toggle { |
| 693 |
border-bottom-right-radius: 0; |
| 694 |
border-top-right-radius: 0; } |
| 695 |
|
| 696 |
.toplevel_page_authorizer .btn-group > .btn-group:last-child > .btn:first-child, |
| 697 |
.settings_page_authorizer .btn-group > .btn-group:last-child > .btn:first-child, |
| 698 |
#auth_dashboard_widget .btn-group > .btn-group:last-child > .btn:first-child { |
| 699 |
border-bottom-left-radius: 0; |
| 700 |
border-top-left-radius: 0; } |
| 701 |
|
| 702 |
.toplevel_page_authorizer .btn-group .dropdown-toggle:active, |
| 703 |
.toplevel_page_authorizer .btn-group.open .dropdown-toggle, |
| 704 |
.settings_page_authorizer .btn-group .dropdown-toggle:active, |
| 705 |
.settings_page_authorizer .btn-group.open .dropdown-toggle, |
| 706 |
#auth_dashboard_widget .btn-group .dropdown-toggle:active, |
| 707 |
#auth_dashboard_widget .btn-group.open .dropdown-toggle { |
| 708 |
outline: 0; } |
| 709 |
|
| 710 |
.toplevel_page_authorizer .btn-group > .btn + .dropdown-toggle, |
| 711 |
.settings_page_authorizer .btn-group > .btn + .dropdown-toggle, |
| 712 |
#auth_dashboard_widget .btn-group > .btn + .dropdown-toggle { |
| 713 |
padding-left: 8px; |
| 714 |
padding-right: 8px; } |
| 715 |
|
| 716 |
.toplevel_page_authorizer .btn-group > .btn-lg + .dropdown-toggle, |
| 717 |
.settings_page_authorizer .btn-group > .btn-lg + .dropdown-toggle, |
| 718 |
#auth_dashboard_widget .btn-group > .btn-lg + .dropdown-toggle { |
| 719 |
padding-left: 12px; |
| 720 |
padding-right: 12px; } |
| 721 |
|
| 722 |
.toplevel_page_authorizer .btn-group.open .dropdown-toggle, |
| 723 |
.settings_page_authorizer .btn-group.open .dropdown-toggle, |
| 724 |
#auth_dashboard_widget .btn-group.open .dropdown-toggle { |
| 725 |
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); |
| 726 |
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } |
| 727 |
|
| 728 |
.toplevel_page_authorizer .btn-group.open .dropdown-toggle.btn-link, |
| 729 |
.settings_page_authorizer .btn-group.open .dropdown-toggle.btn-link, |
| 730 |
#auth_dashboard_widget .btn-group.open .dropdown-toggle.btn-link { |
| 731 |
-webkit-box-shadow: none; |
| 732 |
box-shadow: none; } |
| 733 |
|
| 734 |
.toplevel_page_authorizer .btn .caret, |
| 735 |
.settings_page_authorizer .btn .caret, |
| 736 |
#auth_dashboard_widget .btn .caret { |
| 737 |
margin-left: 0; } |
| 738 |
|
| 739 |
@font-face { |
| 740 |
font-family: 'Glyphicons Halflings'; |
| 741 |
src: url("../vendor/bootstrap/fonts/glyphicons-halflings-regular.eot"); |
| 742 |
src: url("../vendor/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../vendor/bootstrap/fonts/glyphicons-halflings-regular.woff") format("woff"), url("../vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../vendor/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); } |
| 743 |
|
| 744 |
.glyphicon { |
| 745 |
display: inline-block; |
| 746 |
font-family: 'Glyphicons Halflings'; |
| 747 |
-webkit-font-smoothing: antialiased; |
| 748 |
font-style: normal; |
| 749 |
font-weight: normal; |
| 750 |
line-height: 2; |
| 751 |
-moz-osx-font-smoothing: grayscale; |
| 752 |
position: relative; |
| 753 |
top: 2px; } |
| 754 |
|
| 755 |
.glyphicon-user:before { |
| 756 |
content: "\e008"; } |
| 757 |
|
| 758 |
.glyphicon-globe:before { |
| 759 |
content: "\e135"; } |
| 760 |
|
| 761 |
.glyphicon-ok:before { |
| 762 |
content: "\e013"; } |
| 763 |
|
| 764 |
.glyphicon-ban-circle:before { |
| 765 |
content: "\e090"; } |
| 766 |
|
| 767 |
.glyphicon-remove-circle:before { |
| 768 |
content: "\e088"; } |
| 769 |
|
| 770 |
.glyphicon-remove:before { |
| 771 |
content: "\e014"; } |
| 772 |
|
| 773 |
.glyphicon-floppy-saved:before { |
| 774 |
content: "\e173"; } |
| 775 |
|
| 776 |
html.busy, html.busy * { |
| 777 |
cursor: wait !important; } |
| 778 |
|