| Server IP : 172.67.159.97 / Your IP : 216.73.217.154 Web Server : nginx/1.24.0 System : Linux wordpress-sites 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/rebeccaone.com/wp-content/plugins/envira-gallery/assets/scss/ |
Upload File : |
/* ==========================================================================
table.css loads on any Envira WP_List_Table Screen:
- Galleries
- Albums
Any styles that will be used by these list tables should be added to this
file:
- Quick Edit
========================================================================== */
/* ==========================================================================
Imports
========================================================================== */
@import "vars";
@import "mixins";
body.post-type-envira,
body.post-type-envira_album {
/* ==========================================================================
Post Filters
========================================================================== */
ul.subsubsub {
/**
* Re-establish the left and right margins, so there's spacing between the Admin Menu
* and the content
*/
margin: 0 0 20px 0;
padding-left: 20px;
}
//make our image col smaller
.column-image{
width: 85px !important;
}
input[type=checkbox]{
background-color: $white;
border: 1px solid $light-grey;
box-shadow: none;
margin-right: 10px;
}
input[type=checkbox]:checked{
border-color: $green;
}
input[type=checkbox]:checked:before{
color: $white !important;
}
/* ==========================================================================
Post Table Form
========================================================================== */
form#posts-filter,
form#logs-filter {
/**
* Re-establish the left and right margins, so there's spacing between the Admin Menu
* and the content
*/
margin: 0 20px;
/**
* Table Navigation (Bulk Actions, Dates, SEO Score dropdowns etc)
*/
div.tablenav.top {
margin: 0 0 8px 0;
}
/**
* Reduce our global custom button sizes so they align with inputs
*/
.button {
height: 28px;
line-height: 26px;
}
}
/* ==========================================================================
Quick Edit
========================================================================== */
#wpbody-content {
span.subtitle{
margin-left: 22px;
margin-top: 0;
padding-left: 0;
display: block;
margin-bottom: 10px;
}
td.colspanchange {
/**
* Left Col (Title, Slug, Date, Password)
*/
fieldset.inline-edit-col-left {
width: 40%;
fieldset.inline-edit-date {
display: none;
}
div.inline-edit-group:last-child {
display: none;
}
}
/**
* Category Column
*/
fieldset.inline-edit-col-center.inline-edit-categories {
display: none;
}
/**
* Right Column (Comments + Status)
*/
fieldset.inline-edit-col-right {
margin: 30px 0 0 0;
label.inline-edit-status.alignleft {
width: 100%;
}
}
/**
* Envira Gallery Col
*/
fieldset.inline-edit-col-right,
fieldset.inline-edit-envira-gallery {
width: 60%; /* Fill the remainder of the width */
.inline-edit-group {
clear: none;
float: left;
width: 50%;
/**
* Label
*/
span.title {
width: 40%;
padding-right: 0.5em;
}
/**
* Inputs
*/
input[type=number] {
width: 60px;
line-height: normal;
}
}
}
/**
* Submit
*/
p.submit.inline-edit-save {
margin-bottom: 20px;
}
}
}
}
/* ==========================================================================
Responsive
========================================================================== */
@media screen and (max-width: 940px) {
body.post-type-envira,
body.post-type-envira_album {
/* ==========================================================================
Quick Edit
========================================================================== */
#wpbody-content {
td.colspanchange {
fieldset.inline-edit-col-left
fieldset.inline-edit-col-right,
fieldset.inline-edit-envira-gallery {
clear: both;
width: 100%;
.inline-edit-group {
clear: both;
float: left;
width: 100%;
/**
* Label
*/
span.title {
width: 100%;
}
}
}
}
}
/* ==========================================================================
Search Box
========================================================================== */
p.search-box {
width: 94%;
}
}
}