Commit 293d3397 authored by Sven Franck's avatar Sven Franck

css: add custom css

parent ba9d8e80
......@@ -470,7 +470,7 @@ form .span_3 {
}
@media (max-width: 40em) {
.span_1, .span_2, .span_3, form .span_1, form .span_2, form .span_3 {
width: 100%;
width: auto; /* 100 does not work... */
padding: .25em 0;
}
.span_1 textarea {
......@@ -559,6 +559,14 @@ tbody .large {
}
/* ======================== CUSTOM CSS ===================================*/
/* green */
.vert {
color: #79AC21;
}
/* no idea why it's center */
html div.ui-page div.ui-content div.ui-content-element {
text-align: left;
}
/* white background */
.ui-page-theme-slapos-white, .ui-page-theme-slapos-white .ui-panel-wrapper {
background: none repeat scroll 0 0 #FFFFFF;
......@@ -597,4 +605,29 @@ html .ui-page-theme-slapos-white .ui-input-action.ui-btn-active {
.crumbs {
display: auto;
}
}
/* decorate header */
.job_headline {
font-size: 200%;
text-align: left;
}
/* decorate location */
.job_locator {
line-height: 3.5em;
vertical-align: middle;
}
/* job_logo */
.job_logo {
margin: 7px 0;
max-height: 2.5em;
padding: 0 0.5em 0 0;
}
/* content-element */
html div.ui-page div.ui-content .ui-content-element {
margin: 0;
}
/* alignment */
.dyno > .ui-controlbar,
.dyno > .ui-controlbar ~ .ui-controlbar {
text-align: center;
}
\ No newline at end of file
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