Commit f954ed1b authored by Nicolas Widart's avatar Nicolas Widart

Modifing some minor styling

parent e05b3aa5
...@@ -2762,6 +2762,9 @@ Component: timeline ...@@ -2762,6 +2762,9 @@ Component: timeline
.iradio_minimal.checked.disabled { .iradio_minimal.checked.disabled {
background-position: -180px 0; background-position: -180px 0;
} }
input[type="checkbox"] {
margin-left: 0 !important;
}
/* Retina support */ /* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) { @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
.icheckbox_minimal, .icheckbox_minimal,
......
...@@ -56,6 +56,10 @@ ...@@ -56,6 +56,10 @@
background-position: -180px 0; background-position: -180px 0;
} }
input[type="checkbox"] {
margin-left: 0 !important;
}
/* Retina support */ /* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment