Chemmaster autism (#13612)

This commit is contained in:
9600bauds
2017-01-30 16:54:57 +02:00
committed by Probe1
parent d25ec1835d
commit 3590eeaedb
3 changed files with 172 additions and 53 deletions

View File

@@ -1,7 +1,23 @@
table{
width: 100%;
border-collapse: collapse;
}
.column1{
width: 100%;
overflow: hidden;
}
.column2{
white-space: nowrap;
}
.li{
padding: 0px 0px 4px;
}
.pillIconsContainer {
text-align: center
}
.pillIconWrapper{
display: inline-block;
padding:0px 4px 0px 4px;
@@ -24,4 +40,4 @@
margin: -16px -16px -16px -16px;
/* Remove antialias to prevent cataracts */
-ms-interpolation-mode: nearest-neighbor;
}
}