From 611abdf51a7a5baeecab574181af8e85a421b2bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Sun, 24 Aug 2014 17:14:35 +0100 Subject: [PATCH] Use "off" glyphicon instead of "remove" Needs a few fixes to not look disproportionately large next to the cog. Also remove that sodden trailing space. --- css/glowingbear.css | 6 +++++- index.html | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 337ffa7..ac263eb 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -118,6 +118,10 @@ input[type=text], input[type=password], #sendMessage, .badge { .glyphicon { top: 0; /* Fixes alignment issue in top bar */ } +.glyphicon-off { + top: 1px; /* Fixes for relative glyphicon size */ + font-size: 28px; +} #topbar { position: fixed; width: 100%; @@ -220,7 +224,7 @@ input[type=text], input[type=password], #sendMessage, .badge { overflow-x: hidden; right: 0; top: 0; - padding-top: 35px; + padding-top: 35px; padding-left: 5px; padding-bottom: 35px; z-index: 2; diff --git a/index.html b/index.html index c187d30..fb59a80 100644 --- a/index.html +++ b/index.html @@ -215,7 +215,7 @@ $ openssl req -nodes -newkey rsa:4096 -keyout relay.pem -x509 -days 365 -out rel - +