[Frontend] Tweaks and minor mods

WTD-894
Changed image CSS from contain to cover
Modded default colors for text and telemetry elements to visibility;
Moved click handler position in menu-button.html for better clickability;

Conflicts:
	platform/commonUI/general/res/css/theme-espresso.css
This commit is contained in:
Charles Hacskaylo
2015-02-26 11:04:21 -08:00
committed by Victor Woeltjen
parent 7c7f1c3dbc
commit 679e56d231
6 changed files with 34 additions and 31 deletions

View File

@@ -49,7 +49,7 @@
}
.l-fixed-position-image {
background-size: contain;
background-size: cover;
background-repeat: no-repeat;
background-position: left top;
}
@@ -60,7 +60,7 @@
font-size: 0.8rem;
$p: $interiorMarginSm;
&.l-static-text {
overflow: auto;
// overflow: auto;
padding: $p;
}
&.l-telemetry {

View File

@@ -318,6 +318,10 @@ label.checkbox.custom {
}
}
.l-click-area {
// @include test();
}
.type-icon {
margin-right: $interiorMargin;
}