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