From 335eb98bb77364d6c86736185adeb900f2d106a6 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Thu, 23 Aug 2018 11:14:21 +1200 Subject: [PATCH] Increase size of the "..." button --- scripts/system/html/css/miniTablet.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/scripts/system/html/css/miniTablet.css b/scripts/system/html/css/miniTablet.css index 5ff9944a2c..75da2eaf82 100644 --- a/scripts/system/html/css/miniTablet.css +++ b/scripts/system/html/css/miniTablet.css @@ -80,23 +80,24 @@ footer { text-align: center; color: #e3e3e3; font-weight: bold; + font-size: 26px; } footer div { display: inline-block; - height: 12px; - width: 24px; + height: 14px; + width: 30px; position: relative; - top: 16px; + top: 14px; } footer div p { position: relative; - top: -8px; + top: -15px; } footer .button:hover { border: 1px solid #e3e3e3; - border-radius: 2px; - margin: -1px; + border-radius: 3px; + margin: -8px; }