From 116e984ac81bbea057f097c846fb281242f5b3f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Wed, 30 Apr 2014 09:01:42 +0100 Subject: [PATCH] Add space to bottom of bufferlines --- css/glowingbear.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 656e4a5..04eb66b 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -248,8 +248,8 @@ input[type=text], input[type=password], #sendMessage, .badge { height: 100%; overflow-y: auto; width: auto; - bottom: 35px; - padding-top: 35px; /* topbar */ + bottom: 42px; + padding-top: 42px; /* topbar */ -webkit-transition:0.35s ease all; transition:0.35s ease all; } @@ -257,10 +257,6 @@ input[type=text], input[type=password], #sendMessage, .badge { margin-top: 35px; } -/* Placeholder for firefox specific CSS */ -@-moz-document url-prefix() { -} - .withnicklist { margin-right: 100px !important; /* nicklist */ }