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, 9 insertions, 2 deletions
diff --git a/tt-rss.css b/tt-rss.css
index e97ab9636..d14e6f473 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1273,9 +1273,16 @@ div.dlgSecCont {
font-weight : normal;
}
+div.dlgSecCont hr {
+ height : 0px;
+ line-height : 0px;
+ border : 0px solid transparent;
+ margin : 2px;
+}
+
div.dlgSecCont > * {
- margin-top : 4px;
- vertical-align : bottom;
+ position : relative;
+ top : -2px;
}
div.dlgButtons {