GPS Tab: CSS adjustments for collapsed view

10.3.x-maintenance
skaman82 2015-12-02 02:12:50 +01:00
parent c19424ac4b
commit 3eb596c499
2 changed files with 22 additions and 2 deletions

View File

@ -16,6 +16,11 @@
background-color: #ececec;
}
.tab-gps .gps_map {
height: 460px;
}
.tab-gps #connect {
display:none;
text-align:center;
@ -113,4 +118,19 @@ progress[value]::-webkit-progress-value {
-webkit-linear-gradient(left, #59aa29, #59aa29);
border-radius: 2px;
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25) inset;
}
}
@media only screen and (max-width: 1055px) , only screen and (max-device-width: 1055px) {
.tab-gps iframe {
height: 347px;
width: 100%;
float: left;
}
.tab-gps .gps_map {
height: 403px;
}
}

View File

@ -146,7 +146,7 @@
</div>
</div>
<div class="cf_column half">
<div class="gui_box grey" style="height: 460px;">
<div class="gui_box grey gps_map">
<div class="gui_box_titlebar" style="margin-bottom: 0px;">
<div class="spacer_box_title" i18n="gpsHead"></div>
</div>