From 5c07e551943f1671fee52ecf9253a3f0232459c1 Mon Sep 17 00:00:00 2001 From: Kiooeht Date: Wed, 15 Jun 2011 00:46:45 -0700 Subject: [PATCH] Bug fix: Rick-click menu in Trollion memo/convo input is now full sized, not weird half-menu --- themes/trollian/style.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/trollian/style.js b/themes/trollian/style.js index 3888002..6a1f1c5 100644 --- a/themes/trollian/style.js +++ b/themes/trollian/style.js @@ -276,7 +276,7 @@ "style": "background: white; border:2px solid #c2c2c2; font-size: 14px;" }, "input": { - "style": "background: white;margin-top:5px; border:1px solid #c2c2c2; margin-right: 54px; font-size: 12px; height: 19px;" + "style": "background: white;margin-top:5px; border:1px solid #c2c2c2; margin-right: 54px; font-size: 12px;" }, "tabwindow" : { "style": "background: rgb(190, 19, 4); font-family: 'Arial'" @@ -319,7 +319,7 @@ "style": "background: white; border:2px solid #c2c2c2; font-size: 12px;" }, "input": { - "style": "background: white;margin-top:5px; border:1px solid #c2c2c2; font-size: 12px; height: 19px; margin-bottom: 5px; " + "style": "background: white;margin-top:5px; border:1px solid #c2c2c2; font-size: 12px; margin-bottom: 5px; " }, "margins": {"top": 22, "bottom": 10, "left": 9, "right": 4 }, "userlist": { "width": 125,