From 10fa66154912a6b69252b7decf6a3426448be486 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 6 Aug 2008 07:47:56 +0100 Subject: rework filter and label edit/create dialog layouts --- tt-rss.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index 17cc8e936..322d3b678 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -2002,3 +2002,33 @@ div#l_progress_i { bottom : 0px; top : 6px; } + +div.dlgSec { + font-size : 14px; + color : gray; + font-weight : bold; + clear : both; + height : 20px; +} + +div.dlgSecCont { + position : relative; + left : 150px; + top : -20px; + float : left; + font-size : 12px; + font-weight : medium; +} + +div.dlgButtons { + text-align : right; + clear : both; +} + +textarea.labelSQL { + font-family : monospace; +} + +div#label_test_result { + clear : both; +} -- cgit v1.2.3-54-g00ecf