join-vre/src/main/webapp/explore.css

65 lines
1.0 KiB
CSS

body {
border: 5px solid white;
}
ul.dropdown-menu > li {
font-size: 1.1em !important;
}
.nav-tabs > li > a {
font-size: 2em !important;
padding-left: 10px;
}
@media only screen and (min-width: 800px) {
.aui .row-fluid .span3 {
width: 19% !important;
}
}
@media screen and (min-width: 1024px) {
.modal-custom {
width: 75% !important;
margin-left: -38% !important;
}
.modal-body-custom {
height: 500px !important;
}
.modal-header-custom>.close {
font-size: 40px;
}
}
@media screen and (min-width: 800px) and (max-width: 1024px) {
.modal-custom {
width: 85% !important;
margin-left: -42% !important;
}
.modal-body-custom {
height: 450px !important;
}
}
@media screen and (min-width: 600px) and (max-width: 800px) {
.modal-body-custom {
height: 350px !important;
}
}
@media screen and (min-width: 300px) and (max-width: 600px) {
.modal-body-custom {
height: 300px !important;
}
}
.modal-custom {
min-width: 300px !important;
top: 3% !important;
}
.modal-body-custom {
max-height: 50% !important;
}