summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-08-06 07:47:56 +0100
committerAndrew Dolgov <[email protected]>2008-08-06 07:47:56 +0100
commit10fa66154912a6b69252b7decf6a3426448be486 (patch)
tree056f7a367a7d55ce4384118002b61302071d6ebc /tt-rss.css
parentbf39ed62bd901a33999b80a0d2f02b596385def7 (diff)
rework filter and label edit/create dialog layouts
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css30
1 files changed, 30 insertions, 0 deletions
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;
+}