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

188 lines
2.9 KiB
CSS
Raw Normal View History

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