Skip to content

Commit

Permalink
Merge branch '1-9-0-replace-src'
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanledin committed Jul 29, 2015
2 parents 032afc6 + b1b7fa4 commit 0d46e7e
Show file tree
Hide file tree
Showing 20 changed files with 1,410 additions and 242 deletions.
2 changes: 1 addition & 1 deletion README.txt
Expand Up @@ -2,7 +2,7 @@
Contributors: stefanledin
Tags: responsive images, picture, srcset, sizes, picture element, picture markup, picturefill, images, mobile, performance, responsive, retina, responsive background
Requires at least: 3.8.1
Tested up to: 4.2
Tested up to: 4.3
Stable tag: 1.8.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down
43 changes: 43 additions & 0 deletions admin/css/responsify-wp.css
@@ -1,3 +1,46 @@
.rwp-setting-rules {
margin: 10px 0;
}
.rwp-show-when-editing-setting,
.rwp-show-when-editing-breakpoints {
display: none;
}
.rwp-hide-when-editing-setting,
.rwp-hide-when-editing-breakpoints {
display: inline-block;
}
.rwp-setting-wrapper {
display: none;
}
tr.rwp-setting-row-open .rwp-setting-wrapper {
display: block;
}
tr.rwp-setting-row-open .row-actions {
visibility: visible;
}
tr.rwp-setting-row-open .rwp-show-when-editing-setting,
tr.rwp-editing-breakpoint .rwp-show-when-editing-breakpoints {
display: inline-block;
}
tr.rwp-setting-row-open .rwp-hide-when-editing-setting,
tr.rwp-editing-breakpoint .rwp-hide-when-editing-breakpoints {
display: none;
}
.rwp-setting-rule-scenario-builder,
.rwp-setting-rule-scenario-builder.rwp-is-scenario {
display: inline;
}
.rwp-setting-rule-scenario-builder.rwp-is-default {
display: none;
}
tr.ui-sortable-handle,
tr.rwp-setting-row-open tr.sortable {
cursor: move;
}
tr.ui-sortable-handle.rwp-setting-row-open {
cursor: default;
}

.option-message {
display: inline-block;
line-height: 19px;
Expand Down

0 comments on commit 0d46e7e

Please sign in to comment.