Commit fabf3c73 authored by Sven Franck's avatar Sven Franck

css: add new custom css

parent 1741266d
...@@ -562,42 +562,17 @@ tbody .large { ...@@ -562,42 +562,17 @@ tbody .large {
} }
/* ======================== CUSTOM CSS ===================================*/ /* ======================== CUSTOM CSS ===================================*/
/* override grid */
.ui-listview.responsive.custom_grid li {
width: 45%;
}
.mockup_image {
border-radius: .6em;
-webkit-border-radius: .6em;
border: 1px solid #AAAAAA;
float: right;
}
.mockup_text { .mockup_text {
margin: 0; margin: 0;
width: 50%; width: 100%;
max-width: auto; max-width: 100%;
display: block; display: block;
float: left;
clear: none !important;
height: 203px;
} }
.mockup_text, .mockup_image { .mockup_text, .mockup_image {
margin-top: .25em !important; margin-top: .25em !important;
} }
@media (max-width: 40em) { @media (max-width: 40em) {
.ui-listview.responsive.custom_grid li {
width: 100%;
}
.mockup_image, .mockup_text {
float: none;
clear: both;
}
.mockup_image {
width: 100%;
padding-bottom: .5em;
}
.mockup_text { .mockup_text {
height: auto;
width: auto; width: auto;
margin: 0 !important; margin: 0 !important;
} }
...@@ -612,9 +587,27 @@ html .ui-page-theme-slapos-white .ui-input-action:active, ...@@ -612,9 +587,27 @@ html .ui-page-theme-slapos-white .ui-input-action:active,
html .ui-page-theme-slapos-white .ui-input-action.ui-btn-active { html .ui-page-theme-slapos-white .ui-input-action.ui-btn-active {
background: #DDDDDD !important; background: #DDDDDD !important;
} }
html body .ui-content .dyno > h3 {
margin-top: 1em;
margin-bottom: 1em;
}
html body form label, html body form label,
html body form legend, html body form legend,
html body .crumbs a, html body .crumbs a,
html body .crumbs a:after { html body .crumbs a:after,
html body .ui-content .dyno > h3,
html body .info,
html body .request_headline,
html body .request_subheader,
html body .request_contact {
color: #235185; /* white on light background does not fly... */ color: #235185; /* white on light background does not fly... */
} }
/* pull up */
.ui-content .ui-listview ~ .ui-controlbar {
clear: none;
margin: 0;
padding: 0;
}
.request_headline {
font-size: 150%;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment