1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:35:56 +00:00

rework filter dialogs to use dijit.Form

This commit is contained in:
Andrew Dolgov
2010-11-20 14:10:26 +03:00
parent 48b05a2986
commit d90868d719
7 changed files with 144 additions and 145 deletions

View File

@@ -1259,7 +1259,11 @@ div.dlgSecCont {
float : left;
font-size : 12px;
font-weight : normal;
line-height : 200%;
}
div.dlgSecCont > * {
margin-top : 4px;
vertical-align : bottom;
}
div.dlgButtons {
@@ -1603,3 +1607,8 @@ span.labelFixedLength {
display : inline-block;
width : 70%;
}
#filter_dlg_date_chk_box {
display : inline-block;
}