From 11ca39b94cf85d24012d02f824420815e4a47c13 Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Wed, 28 Oct 2015 21:44:56 -0700 Subject: [PATCH] [Frontend] t-item-icon open #90 Tweaked bottom position of link indicator; --- platform/commonUI/general/res/sass/_icons.scss | 2 +- platform/commonUI/themes/espresso/res/css/theme-espresso.css | 2 +- platform/commonUI/themes/snow/res/css/theme-snow.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/platform/commonUI/general/res/sass/_icons.scss b/platform/commonUI/general/res/sass/_icons.scss index a257779b50..3b41b31011 100644 --- a/platform/commonUI/general/res/sass/_icons.scss +++ b/platform/commonUI/general/res/sass/_icons.scss @@ -94,7 +94,7 @@ content: "\f4"; height: auto; width: auto; position: absolute; - left: 0; top: 0; right: 0; bottom: 0; + left: 0; top: 0; right: 0; bottom: 10%; @include transform-origin(bottom, left); @include transform(scale(0.3)); z-index: 2; diff --git a/platform/commonUI/themes/espresso/res/css/theme-espresso.css b/platform/commonUI/themes/espresso/res/css/theme-espresso.css index 51b5d37ca5..d80d53736d 100644 --- a/platform/commonUI/themes/espresso/res/css/theme-espresso.css +++ b/platform/commonUI/themes/espresso/res/css/theme-espresso.css @@ -670,7 +670,7 @@ mct-container { left: 0; top: 0; right: 0; - bottom: 0; + bottom: 10%; -moz-transform-origin: bottom left; -ms-transform-origin: bottom left; -webkit-transform-origin: bottom left; diff --git a/platform/commonUI/themes/snow/res/css/theme-snow.css b/platform/commonUI/themes/snow/res/css/theme-snow.css index 7bb12d61d4..0ef77b26fb 100644 --- a/platform/commonUI/themes/snow/res/css/theme-snow.css +++ b/platform/commonUI/themes/snow/res/css/theme-snow.css @@ -670,7 +670,7 @@ mct-container { left: 0; top: 0; right: 0; - bottom: 0; + bottom: 10%; -moz-transform-origin: bottom left; -ms-transform-origin: bottom left; -webkit-transform-origin: bottom left;