From a5c3450bfcad201b95d044cae6cb0aeff90f63f1 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Thu, 30 Aug 2018 13:43:31 +1200 Subject: [PATCH] Tweak mini tablet UI layout --- .../system/html/css/img/mt-bubble-a-hover.svg | 4 ++-- .../html/css/img/mt-bubble-a-normal.svg | 4 ++-- .../system/html/css/img/mt-bubble-i-hover.svg | 4 ++-- .../html/css/img/mt-bubble-i-normal.svg | 4 ++-- .../system/html/css/img/mt-expand-hover.svg | 24 +++++++++---------- .../system/html/css/img/mt-expand-normal.svg | 24 +++++++++---------- scripts/system/html/css/img/mt-mute-hover.svg | 4 ++-- .../system/html/css/img/mt-mute-normal.svg | 4 ++-- scripts/system/html/css/miniTablet.css | 13 ++++------ 9 files changed, 40 insertions(+), 45 deletions(-) diff --git a/scripts/system/html/css/img/mt-bubble-a-hover.svg b/scripts/system/html/css/img/mt-bubble-a-hover.svg index 36abbf5c34..88ddfff808 100644 --- a/scripts/system/html/css/img/mt-bubble-a-hover.svg +++ b/scripts/system/html/css/img/mt-bubble-a-hover.svg @@ -1,5 +1,5 @@  - - + + diff --git a/scripts/system/html/css/img/mt-bubble-a-normal.svg b/scripts/system/html/css/img/mt-bubble-a-normal.svg index e6e8021bf5..3d9d0a1286 100644 --- a/scripts/system/html/css/img/mt-bubble-a-normal.svg +++ b/scripts/system/html/css/img/mt-bubble-a-normal.svg @@ -1,5 +1,5 @@  - - + + diff --git a/scripts/system/html/css/img/mt-bubble-i-hover.svg b/scripts/system/html/css/img/mt-bubble-i-hover.svg index e39dff3888..c8c407139b 100644 --- a/scripts/system/html/css/img/mt-bubble-i-hover.svg +++ b/scripts/system/html/css/img/mt-bubble-i-hover.svg @@ -1,5 +1,5 @@  - - + + diff --git a/scripts/system/html/css/img/mt-bubble-i-normal.svg b/scripts/system/html/css/img/mt-bubble-i-normal.svg index ef2591ba16..6be11c464e 100644 --- a/scripts/system/html/css/img/mt-bubble-i-normal.svg +++ b/scripts/system/html/css/img/mt-bubble-i-normal.svg @@ -1,5 +1,5 @@  - - + + diff --git a/scripts/system/html/css/img/mt-expand-hover.svg b/scripts/system/html/css/img/mt-expand-hover.svg index eea3487bd8..97737f42c0 100644 --- a/scripts/system/html/css/img/mt-expand-hover.svg +++ b/scripts/system/html/css/img/mt-expand-hover.svg @@ -5,26 +5,26 @@ - - - + + + - - - + + + - - - + + + - - - + + + diff --git a/scripts/system/html/css/img/mt-expand-normal.svg b/scripts/system/html/css/img/mt-expand-normal.svg index 7b5b59a7c9..8b849ecc70 100644 --- a/scripts/system/html/css/img/mt-expand-normal.svg +++ b/scripts/system/html/css/img/mt-expand-normal.svg @@ -5,26 +5,26 @@ - - - + + + - - - + + + - - - + + + - - - + + + diff --git a/scripts/system/html/css/img/mt-mute-hover.svg b/scripts/system/html/css/img/mt-mute-hover.svg index 59c38ca5a0..909ecb0272 100644 --- a/scripts/system/html/css/img/mt-mute-hover.svg +++ b/scripts/system/html/css/img/mt-mute-hover.svg @@ -1,5 +1,5 @@  - - + + diff --git a/scripts/system/html/css/img/mt-mute-normal.svg b/scripts/system/html/css/img/mt-mute-normal.svg index 1f25bce9c6..506756216f 100644 --- a/scripts/system/html/css/img/mt-mute-normal.svg +++ b/scripts/system/html/css/img/mt-mute-normal.svg @@ -1,5 +1,5 @@  - - + + diff --git a/scripts/system/html/css/miniTablet.css b/scripts/system/html/css/miniTablet.css index e633f93664..3b01a45613 100644 --- a/scripts/system/html/css/miniTablet.css +++ b/scripts/system/html/css/miniTablet.css @@ -26,11 +26,11 @@ body { section { background-color: #404040; position: relative; - padding: 13px; + padding: 13px 9px; } .button { - width: 100%; + width: 128px; height: 90px; margin-top: 10px; text-align: center; @@ -41,7 +41,7 @@ section { } img { - width: 44px; + width: 46px; } #mute { @@ -78,14 +78,9 @@ img { background-image: url("./img/mt-bubble-a-hover.svg"); } - #bubble img { - position: relative; - left: -2px; - } - #expand { position: absolute; - right: 14px; + right: 12px; bottom: 13px; width: 40px; height: 40px;