summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-20 14:10:26 +0300
committerAndrew Dolgov <[email protected]>2010-11-20 14:10:26 +0300
commitd90868d719a4a620ff5c1f74457626c429196590 (patch)
tree71e92f7f7b88a0454e9c4eee490343befa50fa21 /tt-rss.css
parent48b05a29860da1b2181689bc93622ca6f89d87ab (diff)
rework filter dialogs to use dijit.Form
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 54eefc6b6..b0733d186 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -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;
+}
+