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

191 lines
3 KiB
CSS
Raw Normal View History

.dashboard-container {
2017-08-02 19:29:05 +00:00
padding-top:70px;
padding-bottom: 70px;
width: 90%;
margin: 0 auto;
max-width: 768px;
}
.content-dashboard{
2017-08-11 19:19:20 +00:00
min-height: calc(100vh - 70px);
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%;
}
}
2017-07-27 11:51:22 +00:00
.btn:focus, .btn:active:focus {
outline: 0;
2017-08-02 21:57:46 +00:00
}
2017-07-24 12:25:36 +00:00
2017-07-03 17:02:34 +00:00
/***********Styles for Model********************/
.modal-content {
border-radius: 0px;
font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
2017-07-03 17:02:34 +00:00
width: 100%;
float: left;
border-radius: 0;
font-weight: 300;
2017-07-03 17:02:34 +00:00
}
2017-07-24 12:25:36 +00:00
.modal-header {
2017-08-03 20:35:27 +00:00
min-height: 30px;
2017-07-24 12:25:36 +00:00
}
.modal-header .close {
font-size: 75px;
2017-07-03 17:02:34 +00:00
font-weight: 300;
2017-07-24 12:25:36 +00:00
margin-top: 0;
position: absolute;
top: 0;
2017-08-03 20:35:27 +00:00
right: 11px;
2017-07-25 16:51:39 +00:00
z-index: 10;
2017-08-03 20:35:27 +00:00
line-height: 60px;
}
.modal-header .close span {
display: block;
2017-07-24 12:25:36 +00:00
}
2017-07-25 16:51:39 +00:00
.modal-header .close:focus {
outline: 0;
}
2017-07-03 17:02:34 +00:00
.modal-header {
border-bottom: 0px solid #e5e5e5;
padding: 0px 15px;
width: 100%;
2017-07-24 12:25:36 +00:00
}
2017-07-03 17:02:34 +00:00
.modal-body {
text-align: center;
width: 100%;
2017-08-03 20:35:27 +00:00
float: left;
padding: 0px 40px 15px 30px;
2017-07-03 17:02:34 +00:00
}
.modal-body .modal-icon i {
2017-07-24 12:25:36 +00:00
font-size: 80px;
2017-07-03 17:02:34 +00:00
font-weight: 100;
color: #999;
}
.modal-body .modal-icon {
margin-bottom: 10px;
}
2017-07-03 17:02:34 +00:00
.modal-title {
margin: 0;
line-height: 1.42857143;
2017-07-03 19:26:49 +00:00
font-size: 25px;
padding: 0;
/*font-family: 'Lato', sans-serif;*/
font-weight: 300;
2017-07-03 17:02:34 +00:00
}
2017-07-03 19:26:49 +00:00
.modal-text {
2017-07-24 12:25:36 +00:00
padding-top: 15px;
2017-07-03 19:26:49 +00:00
font-size: 16px;
}
2017-07-03 17:02:34 +00:00
.modal-footer {
border-top: 0px solid #e5e5e5;
width: 100%;
2017-07-24 12:25:36 +00:00
float: left;
text-align: center;
padding: 15px 15px;
2017-07-03 17:02:34 +00:00
}
2017-07-31 15:16:57 +00:00
.modal-footer button[type="submit"] {
min-width: 80px;
}
2017-07-03 17:02:34 +00:00
@media (min-width: 1300px) {
.modal-dialog {/* top: 30%; */width: 35%;}
2017-07-03 17:02:34 +00:00
}
@media (max-width: 1299px) {
.modal-dialog {
2017-07-24 12:25:36 +00:00
/* top: 20%; */
2017-07-03 17:02:34 +00:00
width: 43%;
}
2017-07-03 17:02:34 +00:00
}
@media (max-width: 900px) {
.modal-dialog {
2017-07-24 12:25:36 +00:00
/* top: 20%; */
2017-07-03 17:02:34 +00:00
width: 50%;
}
2017-07-03 17:02:34 +00:00
}
@media (max-width: 767px) {
.modal-dialog {
2017-07-24 12:25:36 +00:00
/* top: 30%; */
2017-08-03 20:35:27 +00:00
width: 95%;
2017-07-03 17:02:34 +00:00
margin: 0 auto !important;
}
2017-07-03 17:02:34 +00:00
}
2017-07-24 12:25:36 +00:00
/* ========= */
2017-07-24 12:25:36 +00:00
@media(min-width: 320px) {
.modal:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -4px;
}
}
2017-07-24 12:25:36 +00:00
@media (min-width: 768px) {
.modal-dialog {
/* width: 520px; */
margin: 15px auto;
}
}
2017-07-24 12:25:36 +00:00
.modal {
text-align: center;
}
2017-07-24 12:25:36 +00:00
.modal-dialog {
display: inline-block;
text-align: left;
vertical-align: middle;
2017-08-02 21:57:46 +00:00
}