Commit 3734d9c2 authored by Sven Franck's avatar Sven Franck

added breadcrumb css

parent af5b33e1
...@@ -17,6 +17,7 @@ html body .required.invalid ~ label { ...@@ -17,6 +17,7 @@ html body .required.invalid ~ label {
.info:last-child:after { .info:last-child:after {
content: none; content: none;
} }
.dashed a, .dashed.a { .dashed a, .dashed.a {
border-style: dashed; border-style: dashed;
opacity: .75; opacity: .75;
...@@ -176,7 +177,7 @@ tbody .large { ...@@ -176,7 +177,7 @@ tbody .large {
margin-bottom: .25em; margin-bottom: .25em;
} }
} }
/* custom signin buttons: thx Zocial http://zocial.smcllns.com/ */ /* ====================== Sign in With ===================================== */
.signin_google, .signin_google,
.signin_google:visited { .signin_google:visited {
background: #DD4B39 !important; background: #DD4B39 !important;
...@@ -294,3 +295,30 @@ html body div#recaptcha_area table#recaptcha_table td { ...@@ -294,3 +295,30 @@ html body div#recaptcha_area table#recaptcha_table td {
html body form input.secure_form { html body form input.secure_form {
display: none; display: none;
} }
/* ============================== breadcrumbs ============================== */
.crumbs a.ui-btn,
.crumbs a.ui-link {
font-size: 80%;
line-height: 100%;
display: inline-block;
background: 0 none;
background-image: none;
text-decoration: none;
border: 0 none;
box-shadow: none;
-webkit-box-shadow: none;
vertical-align: middle;
margin: 0;
text-transform: capitalize;
}
.crumbs a.ui-link {
}
.crumbs a.ui-link:hover,
.crumbs a.ui-link:active {
text-decoration: underline;
}
.crumbs a.ui-btn:after {
margin-top: -6px;
font-size: 1.2em;
}
\ 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