dynamicweb/hosting/static/hosting/css/commons.css
2017-05-27 10:39:30 -05:00

28 lines
400 B
CSS

.dashboard-container {
padding-top:70px; padding-bottom: 11%;
}
.borderless td {
border: none !important;
}
.borderless thead {
}
.borderless tbody:before {
content: "-";
display: block;
color: transparent;
}
.inline-headers h3, .inline-headers h4 {
display: inline-block;
vertical-align: baseline;
}
.space-above {
margin-top: 4%;
}
.space-above-big {
margin-top: 20%;
}