module.less: reset styles, thnx web 2.0.0 :-/

This commit is contained in:
Thomas Gelf 2015-10-13 18:01:36 +02:00
parent 1ec6f86e8e
commit 5ed1059841
1 changed files with 25 additions and 1 deletions

View File

@ -1,15 +1,37 @@
/* normalize 2.0 bs */
.content {
line-height: normal;
font-size: 1em;
}
a {
font-weight: normal;
}
pre {
font-size: 0.8em;
}
table.avp th {
font-size: inherit;
}
form p.description {
/* display: none; */
padding-bottom: 1em;
color: #888;
padding-left: 2em;
padding-left: 32%;
font-size: 0.75em;
font-style: italic;
}
/*
input, select, select option, textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
*/
select::-ms-expand, input::-ms-expand, textarea::-ms-expand { /* for IE 11 */
display: none;
@ -18,6 +40,7 @@ select::-ms-expand, input::-ms-expand, textarea::-ms-expand { /* for IE 11 */
select {
border: 1px solid #ddd;
cursor: pointer;
background: none;
}
input, textarea {
@ -90,6 +113,7 @@ ul.main-actions {
form dt label {
width: auto;
font-weight: normal;
font-size: inherit;
&.required {
font-weight: bold;