Added “noxlab” and “noxreas” classes
This commit is contained in:
parent
304e93d0ca
commit
988cb959fe
1 changed files with 12 additions and 5 deletions
|
@ -47,7 +47,7 @@ img {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
}
|
}
|
||||||
.idesc, .inote, .istat {
|
.idesc, .inote, .istat, .noxreas {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-height: 205px;
|
max-height: 205px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
@ -66,27 +66,34 @@ img {
|
||||||
width: 360px;
|
width: 360px;
|
||||||
height: 148px;
|
height: 148px;
|
||||||
}
|
}
|
||||||
.idesc p, .inote p {
|
.idesc p, .inote p, .noxreas p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
.idesc ul, .idesc ol, .inote ul, .inote ol {
|
.idesc ul, .idesc ol, .inote ul, .inote ol, .noxreas ul, .noxreas ol {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
.noxreas {
|
||||||
|
border-color: darkred;
|
||||||
|
}
|
||||||
|
|
||||||
.ilab, .idlab, .iblack, .iwarn, .igood, .ivgood, .ibad {
|
.ilab, .idlab, .noxlab, .iblack, .iwarn, .igood, .ivgood, .ibad {
|
||||||
display: inline;
|
display: inline;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background-color: #dbdee3;
|
background-color: #dbdee3;
|
||||||
color: white;
|
color: white;
|
||||||
padding: 0 6px 0 6px;
|
padding: 0 6px 0 6px;
|
||||||
}
|
}
|
||||||
.idlab {
|
.idlab, .noxlab {
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: black;
|
color: black;
|
||||||
border-radius: 3px 3px 0 0;
|
border-radius: 3px 3px 0 0;
|
||||||
}
|
}
|
||||||
|
.noxlab {
|
||||||
|
color: white;
|
||||||
|
background-color: darkred;
|
||||||
|
}
|
||||||
.ilab {
|
.ilab {
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue