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

small dialog tweaks to better center elements vertically

This commit is contained in:
Andrew Dolgov
2010-11-21 22:55:57 +03:00
parent 247bb1bf46
commit bcf5ed46e3
4 changed files with 25 additions and 20 deletions

View File

@@ -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 {