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