summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-21 22:55:57 +0300
committerAndrew Dolgov <[email protected]>2010-11-21 22:55:57 +0300
commitbcf5ed46e304efad2da6dcb632d7b9d45df42cad (patch)
tree7ec7439d35db63e7a7227a9801c93d869e63f5a2 /tt-rss.css
parent247bb1bf462dd51e3579d5d8d803bd73cca743f8 (diff)
small dialog tweaks to better center elements vertically
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 {