mirror of
https://github.com/fspc/workstand.git
synced 2025-02-23 09:13:23 -05:00
Extra form styles.
This commit is contained in:
parent
f8fee04cfa
commit
c1a5c17917
@ -224,3 +224,27 @@ _:-ms-input-placeholder, :root .demo-graph {
|
|||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mddtp-picker {
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
span.mdl-textfield__error, span.error {
|
||||||
|
ul {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
li {
|
||||||
|
float: left;
|
||||||
|
margin-right: 5px;
|
||||||
|
list-style: none inside none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.error {
|
||||||
|
color: rgb(213,0,0);
|
||||||
|
font-size: 12px;
|
||||||
|
margin-top: 3px;
|
||||||
|
visibility: visible;
|
||||||
|
display: block;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user