From 38fb8cc9af6093bc8a00016ce65eae55c524f654 Mon Sep 17 00:00:00 2001 From: luciash Date: Tue, 3 May 2016 15:47:35 +0200 Subject: [PATCH] defines base body font size to override the Bootstrap one and to compute same font size defined in ems across browsers + fixes to get the same new look of the top toolbar as designed by Yana --- css/main.css | 3 ++- css/videolayout_default.css | 7 ++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/css/main.css b/css/main.css index 55050e858..77a2cfdb3 100644 --- a/css/main.css +++ b/css/main.css @@ -8,6 +8,7 @@ html, body{ height:100%; color: #424242; font-family:'Helvetica Neue', Helvetica, sans-serif; + font-size: 16px; font-weight: 400; background: #000000; overflow-x: hidden; @@ -53,7 +54,7 @@ a { top:0px; padding-top: 10px; width: 38px; - height: 28px; + height: 38px; cursor: pointer; text-align: center; text-shadow: 0 1px 0 rgba(255,255,255,.3), 0 -1px 0 rgba(0,0,0,.6); diff --git a/css/videolayout_default.css b/css/videolayout_default.css index a7db1282e..1971c2c77 100644 --- a/css/videolayout_default.css +++ b/css/videolayout_default.css @@ -364,12 +364,9 @@ margin-top:5px; margin-left:auto; margin-right:auto; - padding-left:2px; - padding-right:2px; width:auto; - background-color: rgba(0,0,0,0.8); - border: 1px solid rgba(256, 256, 256, 0.2); - border-radius: 6px; + background-color: rgba(0,0,0,0.5); + border-radius: 1px; pointer-events: auto; }