edited styles for filterecontent, ajuts and convos
This commit is contained in:
parent
fa41e57803
commit
834ad1a55d
516
adminstyles.css
516
adminstyles.css
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -35,7 +35,7 @@ get_header();
|
|||
|
||||
endif;
|
||||
?>
|
||||
<section id="filteredcalls" class="xarxaprod-filtered-calls xarxaprod-convos-filtrats">
|
||||
<section id="filteredcalls" class="xarxaprod-filtered-content xarxaprod-filtered-calls xarxaprod-convos-filtrats">
|
||||
|
||||
<aside id="callsfilter" class="xarxaprod-filter-calls xarxaprod-fitre-convos">
|
||||
<?php include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); if ( is_plugin_active( 'xarxaprod-wp-plugin/xarxaprod-wp-plugin.php' ) ) { // if plugin active do?>
|
||||
|
|
|
@ -35,7 +35,7 @@ get_header();
|
|||
|
||||
endif;
|
||||
?>
|
||||
<section id="filteredfunds" class="xarxaprod-filtered-funds xarxaprod-ajuts-filtrats">
|
||||
<section id="filteredfunds" class="xarxaprod-filtered-content xarxaprod-filtered-funds xarxaprod-ajuts-filtrats">
|
||||
|
||||
<aside id="fundsfilter" class="xarxaprod-filter-funds xarxaprod-fitre-ajuts">
|
||||
<?php include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); if ( is_plugin_active( 'xarxaprod-wp-plugin/xarxaprod-wp-plugin.php' ) ) { // if plugin active do?>
|
||||
|
|
|
@ -96,7 +96,8 @@
|
|||
}
|
||||
/* filters form custom fields
|
||||
*/
|
||||
.xarxaprod-filtered-funds {
|
||||
//.xarxaprod-filtered-content, .xarxaprod-filtered-funds, .xarxaprod-filtered-calls {
|
||||
.xarxaprod-filtered-content {
|
||||
display:grid;
|
||||
grid: 1fr;
|
||||
.os_fund_target,
|
||||
|
@ -192,11 +193,12 @@
|
|||
//only bigger than 48em
|
||||
.xarxaprod-filters {
|
||||
padding-right: 2em;
|
||||
section {
|
||||
section , xarxaprod-filtered-calls{
|
||||
margin: 1em 0;
|
||||
}
|
||||
}
|
||||
.xarxaprod-filtered-funds {
|
||||
//.xarxaprod-filtered-content, .xarxaprod-filtered-funds, .xarxaprod-filtered-calls {
|
||||
.xarxaprod-filtered-content {
|
||||
grid-template-columns: 1fr 2fr;
|
||||
}
|
||||
.archive-posts {
|
||||
|
@ -206,7 +208,8 @@
|
|||
}
|
||||
@media screen and (min-width: 80em) {
|
||||
//only bigger than 80rem
|
||||
.xarxaprod-filtered-funds {
|
||||
//.xarxaprod-filtered-content, .xarxaprod-filtered-funds, xarxaprod-filtered-calls {
|
||||
.xarxaprod-filtered-content {
|
||||
grid-template-columns: 1fr 3fr;
|
||||
}
|
||||
.archive-posts {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue