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:
11
tt-rss.css
11
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 {
|
||||
|
||||
Reference in New Issue
Block a user