1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

rework filter and label edit/create dialog layouts

This commit is contained in:
Andrew Dolgov
2008-08-06 07:47:56 +01:00
parent bf39ed62bd
commit 10fa661549
4 changed files with 183 additions and 24 deletions
+30
View File
@@ -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;
}