From 97905983815ca5b312a72bf54f3caadd3d82a501 Mon Sep 17 00:00:00 2001 From: 0ip Date: Sat, 25 Feb 2012 16:41:10 +0100 Subject: [PATCH] fix for #491 + #415a (floating chat icon) & fixed hidden authorship colors button on iOS --- static/css/pad.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/static/css/pad.css b/static/css/pad.css index 167aed253..e12738b50 100644 --- a/static/css/pad.css +++ b/static/css/pad.css @@ -816,8 +816,8 @@ ul#colorpickerswatches li:hover #chaticon { z-index: 400; - position:absolute; - bottom:0px; + position: fixed; + bottom: 0px; right: 20px; padding: 5px; border-left: 1px solid #999; @@ -1292,4 +1292,7 @@ label { bottom: 33px; right: 0; } + .separator { + display: none; + } }