summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
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;
+}