Commit 03e76775 authored by Sven Franck's avatar Sven Franck

css: add more custom css

parent 57e7ee07
......@@ -743,7 +743,48 @@ html body .custom_footer .ui-listview {
padding: auto;
}
}
/* custom bar */
.custom_bar {
vertical-align: top;
}
.custom_bar_header {
border-top-left-radius: 0.6em;
border-top-right-radius: 0.6em;
line-height: 1em;
min-height: 1em;
padding: 0.5em 0;
vertical-align: bottom;
width: 100%;
background-color: #fff;
border: 1px solid #aaa;
color: #fff;
margin-bottom: -1.5em;
position: relative;
z-index: 1;
background-color: #FF712B;
}
.custom_bar_header ~ img {
border: 1px solid #aaa;
border-radius: 0;
-webkit-border-radius: 0;
border-bottom-width: 1px;
border-bottom-left-radius: .6em;
border-bottom-right-radius: .6em;
-webkit-bottom-left-radius: .6em;
-webkit-bottom-right-radius: .6em;
width: 100%;
z-index: -1;
}
/* custom_profit button position */
html body .custom_bar a.ui-btn.custom_profit {
margin-top: -3.5em;
background-color: #FF712B;
color: #fff;
text-shadow: none !important;
}
html body .custom_bar a.ui-btn.custom_profit:hover {
color: #aaa;
}
......
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