From e81c021756446b5c75aba64f204b5c59462bbaa8 Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Fri, 22 Jan 2016 18:30:16 -0500 Subject: [PATCH] Widen PM windows --- style/client.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style/client.css b/style/client.css index 9a3984a69..325265142 100644 --- a/style/client.css +++ b/style/client.css @@ -791,7 +791,10 @@ p.or:after { min-height: 2px; } .pm-window { - margin-bottom: 12px; + margin: 0 -12px 12px -10px; +} +.tiny-layout .pm-window { + margin: 0 0 12px 0; } .pm-window h3 { background: rgba(248,248,248,.8);