summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYury German <blueknight@gentoo.org>2019-05-22 00:42:33 -0400
committerYury German <blueknight@gentoo.org>2019-05-22 00:42:33 -0400
commite89abce1b01dda89efdf230101d1aa3c877b3b6c (patch)
treecfb27a564c1f4cfff30d18dbf591efd48283b154 /plugins/jetpack/modules/sso/jetpack-sso-login-rtl.css
parentAdding Twentyninetten (diff)
downloadblogs-gentoo-e89abce1b01dda89efdf230101d1aa3c877b3b6c.tar.gz
blogs-gentoo-e89abce1b01dda89efdf230101d1aa3c877b3b6c.tar.bz2
blogs-gentoo-e89abce1b01dda89efdf230101d1aa3c877b3b6c.zip
Updating of Plugins and Themes
List of Plugins updates -- akismet.4.1.2 google-authenticator.0.52 jetpack.7.3.1 List of Themes Updates -- mantra.3.2.0 twentyfifteen.2.5 twentyfourteen.2.7 Signed-off-by: Yury German <blueknight@gentoo.org>
Diffstat (limited to 'plugins/jetpack/modules/sso/jetpack-sso-login-rtl.css')
-rw-r--r--plugins/jetpack/modules/sso/jetpack-sso-login-rtl.css177
1 files changed, 0 insertions, 177 deletions
diff --git a/plugins/jetpack/modules/sso/jetpack-sso-login-rtl.css b/plugins/jetpack/modules/sso/jetpack-sso-login-rtl.css
deleted file mode 100644
index ea07b3ff..00000000
--- a/plugins/jetpack/modules/sso/jetpack-sso-login-rtl.css
+++ /dev/null
@@ -1,177 +0,0 @@
-/* Do not modify this file directly. It is concatenated from individual module CSS files. */
-#loginform {
- /* We set !important because sometimes static is added inline */
- position: relative !important;
- padding-bottom: 92px;
-}
-
-.jetpack-sso-repositioned #loginform {
- padding-bottom: 26px;
-}
-
-#loginform #jetpack-sso-wrap,
-#loginform #jetpack-sso-wrap * {
- box-sizing: border-box;
-}
-
-
-#jetpack-sso-wrap__action,
-#jetpack-sso-wrap__user{
- display: none;
-}
-
-.jetpack-sso-form-display #jetpack-sso-wrap__action,
-.jetpack-sso-form-display #jetpack-sso-wrap__user {
- display: block;
-}
-
-#jetpack-sso-wrap {
- position: absolute;
- bottom: 20px;
- padding: 0 24px;
- margin-right: -24px;
- margin-left: -24px;
- width: 100%;
-}
-
-.jetpack-sso-repositioned #jetpack-sso-wrap {
- position: relative;
- bottom: auto;
- padding: 0;
- margin-top: 16px;
- margin-right: 0;
- margin-left: 0;
-}
-
-.jetpack-sso-form-display #jetpack-sso-wrap {
- position: relative;
- bottom: auto;
- padding: 0;
- margin-top: 0;
- margin-right: 0;
- margin-left: 0;
-}
-
-#loginform #jetpack-sso-wrap p {
- color: #777777;
- margin-bottom: 16px;
-}
-
-#jetpack-sso-wrap a {
- display: block;
- width: 100%;
- text-align: center;
- text-decoration: none;
-}
-
-#jetpack-sso-wrap .jetpack-sso-toggle.wpcom {
- display: none;
-}
-
-.jetpack-sso-form-display #jetpack-sso-wrap .jetpack-sso-toggle.wpcom {
- display: block;
-}
-
-
-.jetpack-sso-form-display #jetpack-sso-wrap .jetpack-sso-toggle.default {
- display: none;
-}
-
-
-.jetpack-sso-form-display #loginform > p,
-.jetpack-sso-form-display #loginform > div {
- display: none;
-}
-
-.jetpack-sso-form-display #loginform #jetpack-sso-wrap {
- display: block;
-}
-
-.jetpack-sso-form-display #loginform {
- padding: 26px 24px;
-}
-
-.jetpack-sso-or {
- margin-bottom: 16px;
- position: relative;
- text-align: center;
-}
-
-.jetpack-sso-or:before {
- background: #E5E5E5;
- content: '';
- height: 1px;
- position: absolute;
- right: 0;
- top: 50%;
- width: 100%;
-}
-.jetpack-sso-or span {
- background: #fff;
- color: #777;
- position: relative;
- padding: 0 8px;
- text-transform: uppercase
-}
-
-.jetpack-sso.button {
- height: 36px;
- line-height: 34px;
- float: none;
- margin-bottom: 16px;
- position: relative;
- width: 100%;
-}
-
-.jetpack-sso.button > span {
- position: relative;
- padding-right: 30px;
-}
-
-.jetpack-sso.button .genericon-wordpress {
- position: absolute;
- right: 0;
- top: -3px;
- font-size: 24px;
-}
-
-@media screen and ( max-width: 782px ) {
- .jetpack-sso.button {
- line-height: 22px;
- }
-}
-
-#jetpack-sso-wrap__user img {
- border-radius: 50%;
- display: block;
- margin: 0 auto 16px;
-}
-
-#jetpack-sso-wrap__user h2 {
- font-size: 21px;
- font-weight: 300;
- margin-bottom: 16px;
- text-align: center;
-}
-
-#jetpack-sso-wrap__user h2 span {
- font-weight: bold;
-}
-
-.jetpack-sso-wrap__reauth {
- margin-bottom: 16px;
-}
-
-.jetpack-sso-form-display #nav {
- display: none;
-}
-
-.jetpack-sso-form-display #backtoblog {
- margin: 24px 0 0;
-}
-
-.jetpack-sso-clear:after {
- content: "";
- display: table;
- clear: both;
-}