iopsys-feed/luciexpress/htdocs/css/app.css
2015-06-15 22:03:03 +02:00

29 lines
531 B
CSS

.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }
/* needed for modals */
.modal-backdrop {
z-index: 0;
}
input[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
cursor: pointer;
font-weight: normal;
line-height: 20px;
margin-bottom: 15px;
padding-left: 25px;
position: relative;
z-index: 2;
}
.field-error {
border-left: 4px solid rgba(255, 0, 0, 0.6);
}
.no-side-padding {
padding-left: 0;
padding-right: 0;
}
.no-padding {
padding: 0;
}