summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-09-11 07:55:30 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-09-11 07:55:30 -0400
commit665c15ca32b65c69491c564860f89d932ef774ec (patch)
treec65975754c261f1e99cd987e1095b2b27e702d87 /plugins/jetpack/css/jetpack-admin-jitm.css
parentUpdate theme mantra to 2.6.0 (diff)
downloadblogs-gentoo-665c15ca32b65c69491c564860f89d932ef774ec.tar.gz
blogs-gentoo-665c15ca32b65c69491c564860f89d932ef774ec.tar.bz2
blogs-gentoo-665c15ca32b65c69491c564860f89d932ef774ec.zip
Update plugin jetpack to 4.3.1
Diffstat (limited to 'plugins/jetpack/css/jetpack-admin-jitm.css')
-rw-r--r--plugins/jetpack/css/jetpack-admin-jitm.css24
1 files changed, 21 insertions, 3 deletions
diff --git a/plugins/jetpack/css/jetpack-admin-jitm.css b/plugins/jetpack/css/jetpack-admin-jitm.css
index 15c7bb1f..d6902a00 100644
--- a/plugins/jetpack/css/jetpack-admin-jitm.css
+++ b/plugins/jetpack/css/jetpack-admin-jitm.css
@@ -1,6 +1,5 @@
/*!
-* Do not modify this file directly. It is compiled Sass code.
-* @see: jetpack/_inc/jetpack.scss
+* Do not modify this file directly. It is compiled SASS code.
*/
.jp-jitm {
border-radius: 2px;
@@ -11,61 +10,75 @@
border: 1px solid #dedede;
text-align: center;
}
+
.jp-jitm:before, .jp-jitm:after {
content: "";
display: table;
}
+
.jp-jitm:after {
clear: both;
}
+
#screen-meta-links + .jp-jitm {
margin: 3em 1.5385em 0 auto;
}
+
.jp-jitm .activate {
margin-top: .5em;
}
+
.jp-jitm .jp-emblem {
width: 25px;
height: 25px;
margin: .40em 1em 0 auto;
}
+
.jp-jitm svg {
width: 100%;
height: 100%;
}
+
.jp-jitm path {
fill: #8cc258;
}
+
.jp-jitm .dismiss {
margin: 0;
text-decoration: none;
float: right;
}
+
.jp-jitm .dismiss:before {
color: #666;
font: 400 15px/1 dashicons;
content: '\f158';
}
+
.jp-jitm p {
font-size: 1em;
line-height: 165%;
}
+
.jp-jitm .j-spinner {
margin: 8px 0 0;
height: 17px;
width: 17px;
}
+
.jp-jitm .hide {
display: none;
}
+
form[name=post] > .jp-jitm:first-of-type {
margin-top: 1em;
}
+
@media (min-width: 800px) {
.jp-jitm .jp-emblem, .jp-jitm p {
float: left;
/* margin: .5em 1em 0 .5em;
- padding-top: 4px; */
+ padding-top: 4px; */
}
.jp-jitm .jp-emblem {
width: 20px;
@@ -83,6 +96,7 @@ form[name=post] > .jp-jitm:first-of-type {
margin-top: 0;
}
}
+
@media (max-width: 1100px) {
.jp-jitm {
margin: 2.5em .75em .5em .5em;
@@ -92,6 +106,7 @@ form[name=post] > .jp-jitm:first-of-type {
margin-right: auto;
}
}
+
@media (max-width: 800px) {
.jp-jitm .jp-emblem {
margin: .40em auto 0 auto;
@@ -127,6 +142,7 @@ form[name=post] > .jp-jitm:first-of-type {
width: 100%;
}
}
+
@media only screen and (max-width: 900px) {
.media-menu .jp-jitm {
display: none;
@@ -143,3 +159,5 @@ form[name=post] > .jp-jitm:first-of-type {
display: block;
}
}
+
+/*# sourceMappingURL=jetpack-admin-jitm.css.map */