summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/scss/templates/_settings.scss')
-rw-r--r--plugins/jetpack/scss/templates/_settings.scss81
1 files changed, 20 insertions, 61 deletions
diff --git a/plugins/jetpack/scss/templates/_settings.scss b/plugins/jetpack/scss/templates/_settings.scss
index 5e5c4ecf..538d5011 100644
--- a/plugins/jetpack/scss/templates/_settings.scss
+++ b/plugins/jetpack/scss/templates/_settings.scss
@@ -2,14 +2,6 @@
// Settings
// ==========================================================================
-.jetpack_page_jetpack_modules {
- .wrap {
- @include breakpoint(phone){
- padding: 0 0 1em;
- }
- }
-}
-
.page-content.configure {
margin-top: 0;
}
@@ -46,19 +38,6 @@
top: 0;
}
}
-
- .tablenav.top {
- float: left;
-
- .actions {
- @media (max-width: 900px) {
- display: block;
- }
- @media (max-width: 782px) {
- margin-top: 6px;
- }
- }
- }
}
}
@@ -78,15 +57,6 @@
}
}
-.module-actions.landing-page {
- float: right;
- margin-right: 15px;
-
- a {
- font-size: 0.6em;
- }
-}
-
.table-bordered.jetpack-modules {
border: none;
margin-bottom: 0;
@@ -103,9 +73,6 @@
.genericon {
display: inline-block;
}
- td .row-actions span a {
- opacity: 1;
- }
}
&.active {
th,
@@ -123,14 +90,10 @@
}
}
&.unavailable {
- opacity: 0.3;
input {
display: none;
}
}
- &#vaultpress {
- opacity: 1;
- }
&.deprecated {
span {
color: #888;
@@ -162,12 +125,6 @@
span {
margin-left: 5px;
- a {
- opacity: 0;
- &:focus {
- opacity: 1;
- }
- }
}
@media (max-width: 530px) {
@@ -182,6 +139,26 @@
}
}
}
+ &.with-transparency tr.jetpack-module {
+
+ &:hover {
+ td .row-actions span a {
+ opacity: 1;
+ }
+ }
+ &.unavailable {
+ opacity: 0.3;
+ }
+ &#vaultpress {
+ opacity: 1;
+ }
+ td .row-actions span a {
+ opacity: 0;
+ &:focus {
+ opacity: 1;
+ }
+ }
+ }
&>thead>tr>th {
border: 0;
vertical-align: middle;
@@ -264,8 +241,6 @@
.manage-right {
margin: 0;
padding: 0;
- /*position: absolute;
- right: 0;*/
float: right;
width: 35%;
z-index: 1;
@@ -284,7 +259,6 @@
}
&.show {
display: block;
- // position: fixed;
overflow-y: auto;
overflow-x: hidden;
position: absolute;
@@ -375,21 +349,6 @@
padding: 11px 10px;
display: block;
}
-
- .jetpack_page_jetpack_modules {
- #doaction {
- padding: 7px 14px;
- }
- .fixed-top thead .check-column {
- padding: 28px 10px 0 10px;
- }
- .filter-search {
- margin-top: 28px;
- .button {
- padding: 7px 14px;
- }
- }
- }
.manage-right.show .subsubsub li {
padding: 5px;
}