Regioagenda layout en breadcrumbs

This commit is contained in:
2020-01-18 03:01:24 +01:00
parent a93addfb6d
commit 811fab79d5
13 changed files with 447 additions and 1784 deletions

View File

@@ -15,6 +15,18 @@ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
}
}
.page_header_left {
width: auto;
float: none;
clear: both;
}
.page_header_right {
float: right;
clear: both;
margin-top: -2em;
}
.tabs_navigation li a:hover,
.tabs_navigation li a.selected,
.tabs_navigation li.ui-tabs-active a {
@@ -107,6 +119,10 @@ button[disabled]:hover
width: 100%;
}
.post.no_img .post_content {
width: 100%;
}
.action_button
{
position: relative;
@@ -165,67 +181,4 @@ button[disabled]:hover
background-color: #E4E4E4;
}
/*
.action_button span {
display: inline-block;
line-height: 29px;
height: 29px;
font-size: 12px;
font-weight: bold;
}
.action_button :not(.fa) {
padding: 0 10px 0 12px !important;
}
.action_button .fa {
width: 29px;
background-color: #1F3977;
text-align: center;
vertical-align: middle;
color: white;
}
.action_button:hover span, .action_button:hover .fa {
transition: 500ms;
background-color: transparent;
}
*/
/* Responsiveness */
@media (min-width: 576px) {
.d-sm-none {
display: none !important;
}
.d-md-only, .d-lg-only, .d-xl-only {
display: none !important;
}
}
@media (min-width: 768px) {
.d-md-none {
display: none !important;
}
.d-sm-only, .d-lg-only, .d-xl-only {
display: none !important;
}
}
@media (min-width: 992px) {
.d-lg-none {
display: none !important;
}
.d-sm-only, .d-md-only, .d-xl-only {
display: none !important;
}
}
@media (min-width: 1200px) {
.d-xl-none {
display: none !important;
}
.d-sm-only, .d-md-only, .d-lg-only {
display: none !important;
}
}