| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373 |
- // ==========================================================================
- // Settings
- // ==========================================================================
- .page-content.configure {
- margin-top: 0;
- }
- .configure .frame {
- &.top {
- border: none;
- box-shadow: none;
- padding-top: em(20px);
- position: relative;
- top: auto;
- &.fixed {
- background: #f9f9f9;
- border-bottom: 1px solid #e9e9e9;
- padding-left: 160px;
- margin-top: -6px;
- position: fixed;
- right: 0;
- top: 32px;
- width: 100%;
- z-index: 4;
- box-shadow: 0 2px 2px -2px #eee;
- @media (max-width: 782px) {
- border: none;
- box-shadow: none;
- padding-top: em(20px);
- position: relative;
- top: auto;
- }
- @media (max-width: 600px) {
- top: 0;
- }
- }
- }
- }
- .jp-frame-top-fixed .configure {
- padding-top: 94px;
- }
- .filter-search {
- display: none;
- float: right;
- margin-top: 10px;
- @media (max-width: 782px) {
- display: block;
- }
- @media (max-width: 530px) {
- display: none;
- }
- }
- .table-bordered.jetpack-modules {
- border: none;
- margin-bottom: 0;
- tr.jetpack-module {
- th {
- border-left: 0;
- padding: 14px 4px 0;
- input {
- display: block;
- }
- }
- &:hover {
- .genericon {
- display: inline-block;
- }
- }
- &.active {
- th,
- td {
- background: #f7fcfe;
- }
- th {
- border-left: 4px solid #2ea2cc;
- padding-left: 0px;
- }
- td {
- &:first-child {
- border-left: 4px solid #2ea2cc;
- }
- }
- }
- &.unavailable {
- input {
- display: none;
- }
- }
- &.deprecated {
- span {
- color: #888;
- }
- .dep-msg {
- margin-right: 10px;
- color: #555;
- }
- }
- th,
- td {
- background: #fff;
- margin: 0;
- -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
- box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
- }
- td {
- padding: 10px 10px 8px 14px;
- line-height: 25px;
- &:first-child {
- border-left: 4px solid #fff;
- }
- .row-actions {
- float: right;
- padding: 0 0 1px;
- visibility: visible;
- span {
- margin-left: 5px;
- }
- @media (max-width: 530px) {
- display: none;
- }
- @include breakpoint(tablet){
- display: block;
- padding-left: 10px;
- visibility: visible;
- };
- }
- }
- }
- &.with-transparency tr.jetpack-module {
- &:hover {
- td .row-actions span a {
- opacity: 1;
- }
- }
- &.unavailable {
- opacity: 0.3;
- }
- td .row-actions span a {
- opacity: 0;
- &:focus {
- opacity: 1;
- }
- }
- }
- &>thead>tr>th {
- border: 0;
- vertical-align: middle;
- &:last-child {
- padding-right: 0;
- @include breakpoint(tablet){
- padding-left: 0;
- }
- }
- }
- td {
- background: #fff;
- }
- #doaction {
- margin-top: 0;
- @media (max-width: 782px) {
- padding: 10px 7px;
- }
- }
- .checkall {
- margin-top: 1px;
- }
- .filter-search {
- margin-top: 8px;
- }
- .genericon {
- color: #999;
- display: none;
- margin: 7px 3px 0;
- @include breakpoint(desktop){
- display: inline-block;
- };
- }
- .med {
- width: 70px;
- }
- .sm {
- width: 30px;
- }
- @media (max-width: 782px) {
- .check-column {
- width: 50px;
- }
- }
- }
- .fixed-top .check-column {
- padding: 8px 10px 0 10px;
- width: 2.2em;
- }
- .wrap {
- margin: 0;
- padding: 0 1.5em 1em;
- overflow: hidden;
- h2 {
- font-size: 24px;
- font-weight: 400;
- }
- .manage-left {
- float: left;
- margin: 0;
- padding: 0;
- width: 63%;
- table {
- width: 100%;
- }
- th {
- font-weight: 400;
- }
- @media (max-width: 782px) {
- width: 100%;
- }
- }
- .manage-right {
- margin: 0;
- padding: 0;
- float: right;
- width: 35%;
- z-index: 1;
- p {
- font-size: 12px;
- font-weight: bold;
- color: #bbb;
- padding-top: 2px;
- text-transform: uppercase;
- letter-spacing: 1px;
- clear: left;
- }
- .bumper {
- margin-left: 33px;
- }
- &.show {
- display: block;
- overflow-y: auto;
- overflow-x: hidden;
- position: absolute;
- z-index: 100000; // sits on top of wp-admin bar
- }
- .search-bar {
- margin-bottom: 18px;
- max-width: 300px;
- }
- p.search-box {
- float: none;
- height: auto;
- margin-bottom: 0;
- position: relative;
- input[type='search'] {
- padding: 0 8px;
- width: 90%;
- line-height: initial;
- @media (max-width: 782px) {
- float: left;
- padding: 9px 8px;
- }
- }
- input[type="submit"] {
- display: none;
- }
- }
- .button-group {
- .button {
- outline: none;
- }
- }
- .subsubsub {
- margin: 0;
- padding: 0;
- a {
- padding: 0;
- line-height: inherit;
- }
- .current{
- padding:1px 5px;
- border-radius:2px;
- margin-left:-5px;
- background: #0D72B2;
- color: #fff;
- .count{
- color: #BCD7E7;
- font-weight:200;
- }
- }
- li {
- display: block;
- text-align: left;
- }
- }
- @media (max-width: 782px) {
- background: #fff;
- bottom: 0;
- display: none;
- min-width: 300px;
- position: fixed;
- right: 0;
- top: 0;
- z-index: 13;
- box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1);
- .bumper {
- margin: 13px;
- }
- .navbar-form {
- margin: 0;
- padding: 0;
- }
- } // < 782
- }
- }
- @media (max-width: 782px) {
- // Fix to override particular wp-list-table changes in core - July 2015
- .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary):not(.check-column) {
- padding: 11px 10px;
- display: block;
- }
- .manage-right.show .subsubsub li {
- padding: 5px;
- }
- } // < 782
- @media (max-width: 650px) {
- .table-bordered.jetpack-modules tr.jetpack-module.deprecated td .row-actions {
- float: none;
- padding-left: 18px;
- }
- }
- @media (max-width: 430px) {
- // Hide activate / config links on really small screens. Users can still utlize these actions by tapping on the title of the module
- .table-bordered.jetpack-modules tr.jetpack-module td .row-actions {
- display: none;
- }
- .table-bordered.jetpack-modules tr.jetpack-module.deprecated td .row-actions {
- display: block;
- }
- } // < 430
|