fix labels and text editors for Quest creation

This commit is contained in:
oliver 2016-01-15 12:33:07 +01:00
commit 476c18b6a9
4278 changed files with 1196345 additions and 0 deletions

View file

@ -0,0 +1,45 @@
#systemCheckOptional,
#systemCheckRequired {
border: 1px solid #dadada;
width: 100%;
max-width: 900px;
}
#systemCheckOptional {
margin-bottom: 2em;
}
#systemCheckOptional td,
#systemCheckRequired td {
padding: 1em .5em 1em 2em;
vertical-align: middle;
font-size: 1.2em;
margin: 0;
}
#systemCheckOptional tr:nth-child(even),
#systemCheckRequired tr:nth-child(even) {
background-color: #EFEEEC;
}
#systemCheckOptional tr:nth-child(odd),
#systemCheckRequired tr:nth-child(odd) {
background-color: #F6F5F3;
}
.error {
color: red;
font-size: 100%;
font-weight: bold;
border: 2px solid red;
width: 550px;
padding: 20px;
margin-bottom: 10px;
}
.error img {
border: 0;
float: right;
margin: 10px;
}