Commit cc151e57 authored by Sven Franck's avatar Sven Franck

added CSS for disabled/readonly/editable form fields

parent 79683bda
......@@ -22,6 +22,18 @@ html body input.invalid ~ .ui-invalid-label {
padding: 0px 1em;
position: absolute;
}
/* ======================== disabled form fields ========================= */
span.static {
padding: 0 .5em;
}
/* TODO: don't use important!!! */
.ui-mask-input {
background: 0 none !important;
}
.ui-mask-input.ui-focus {
box-shadow: none !important;
-webkit-box-shadow: none !important;
}
/* ======================== generic things ========================= */
.bold {
font-weight: bold;
......@@ -79,9 +91,6 @@ html body input.invalid ~ .ui-invalid-label {
max-width: 50%;
margin: 0 auto;
}
.inline a.ui-btn:after {
font-size: .9em;
}
@media (max-width: 40em) {
.inline {
max-width: 70%;
......
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