dynamicweb/hosting/static/hosting/css/commons.css

61 lines
849 B
CSS
Raw Normal View History

.dashboard-container {
padding-top:70px; padding-bottom: 70px;
2017-06-09 18:55:45 +00:00
width: 90%;
margin: 0 auto;
max-width: 768px;
}
.content-dashboard{
2017-06-09 18:55:45 +00:00
min-height: 100vh;
width: 80%;
margin: 0 auto;
max-width: 1120px;
}
.container-table{
margin-top: 35px;
overflow-y: hidden;
}
.container-table table{
overflow-y: auto;
}
.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%;
}
.table>tbody>tr>td{
vertical-align: middle;
}
.fa-separate{
margin-right: 15px;
}
@media (max-width: 540px) {
select {
width: 280px;
}
2017-06-04 02:19:13 +00:00
.content-dashboard {
width: 90%;
}
}