summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYury German <blueknight@gentoo.org>2016-02-12 22:22:00 -0500
committerYury German <blueknight@gentoo.org>2016-02-12 22:22:00 -0500
commit657cafe0e955cf88033597f131aa50835140c617 (patch)
treecf21a30d319cb2a238a6cfb8b4eb3b20b1b5dcff /plugins/jetpack/css/jetpack-admin-jitm.css
parentAdding New Mantra version 2.4.1.1 - Bug 574468 (diff)
downloadblogs-gentoo-657cafe0e955cf88033597f131aa50835140c617.tar.gz
blogs-gentoo-657cafe0e955cf88033597f131aa50835140c617.tar.bz2
blogs-gentoo-657cafe0e955cf88033597f131aa50835140c617.zip
Updating plugins easy-table, jetpack, openid, public-post preview, talbe-of-contents-plus, wordress-mobile-pack - Bug 574468
Diffstat (limited to 'plugins/jetpack/css/jetpack-admin-jitm.css')
-rw-r--r--plugins/jetpack/css/jetpack-admin-jitm.css147
1 files changed, 147 insertions, 0 deletions
diff --git a/plugins/jetpack/css/jetpack-admin-jitm.css b/plugins/jetpack/css/jetpack-admin-jitm.css
new file mode 100644
index 00000000..a643c327
--- /dev/null
+++ b/plugins/jetpack/css/jetpack-admin-jitm.css
@@ -0,0 +1,147 @@
+/*!
+* Do not modify this file directly. It is compiled Sass code.
+* @see: jetpack/_inc/jetpack.scss
+*/
+.jp-jitm {
+ border-radius: 2px;
+ max-width: 100%;
+ margin: 2em auto 1em auto;
+ padding: .85em;
+ background: #fcfcfc;
+ 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; */
+ }
+ .jp-jitm .jp-emblem {
+ width: 20px;
+ height: 20px;
+ margin-right: .5em;
+ }
+ .jp-jitm p {
+ margin: .40em 1em 0 0;
+ }
+ .jp-jitm p + p {
+ margin: 0;
+ padding: 0;
+ }
+ .jp-jitm .activate {
+ margin-top: 0;
+ }
+}
+@media (max-width: 1100px) {
+ .jp-jitm {
+ margin: 2.5em .75em .5em .5em;
+ }
+ form[name=post] > .jp-jitm:first-of-type {
+ margin-left: auto;
+ margin-right: auto;
+ }
+}
+@media (max-width: 800px) {
+ .jp-jitm .jp-emblem {
+ margin: .40em auto 0 auto;
+ }
+}
+
+@media (min-width: 1100px) {
+ .update-core-php .jp-jitm {
+ margin: 3em 2em 0 auto;
+ }
+}
+
+.jetpack-connected .media-modal-content .uploader-inline-content {
+ top: 20%;
+}
+
+@media only screen and (min-width: 800px) {
+ .media-menu .jp-jitm {
+ margin: 10px 0;
+ padding: 5px 5px 15px;
+ border-width: 1px 0;
+ }
+ .media-menu .jp-jitm .jp-emblem {
+ margin: 20px 10px 0 15px;
+ }
+ .media-menu .jp-jitm .msg {
+ width: 75%;
+ text-align: left;
+ margin: 0 0 10px;
+ }
+ .media-menu .jp-jitm .msg + p {
+ text-align: center;
+ width: 100%;
+ }
+}
+@media only screen and (max-width: 900px) {
+ .media-menu .jp-jitm {
+ display: none;
+ margin: .5em 3%;
+ border-width: 1px;
+ }
+ .media-menu .jp-jitm .msg {
+ margin-top: 20px;
+ width: 88%;
+ margin-left: auto;
+ margin-right: auto;
+ }
+ .media-menu.visible .jp-jitm {
+ display: block;
+ }
+}
+
+/*# sourceMappingURL=jetpack-admin-jitm.css.map */ \ No newline at end of file