pdnsmanager/include/custom.css
2016-01-16 16:12:41 +01:00

20 lines
467 B
CSS

.vspacer-2 { height: 2px; }
.vspacer-5 { height: 5px; }
.vspacer-10 { height: 10px; }
.vspacer-15 { height: 15px; }
.vspacer-30 { height: 30px; }
.vspacer-40 { height: 40px; }
.vspacer-60 { height: 60px; }
.vspacer-80 { height: 80px; }
.vspacer-100 { height: 100px; }
.vspacer-150 { height: 150px; }
.defaulthidden { display: none !important; }
.cursor-pointer {cursor: pointer; }
.no-shadow {
box-shadow: none!important;
border-color: #CCC!important;
}