Resetting .subscription_name line-height and adding padding-top to adjust vertical position

(imported from commit 067ac448dee9ff2fa4795ade1f99f8425d4bf28c)
This commit is contained in:
Allen Rabinovich 2013-05-08 15:49:04 -07:00 committed by Tim Abbott
parent 8d6551e37d
commit 2327bcd5ca
1 changed files with 5 additions and 0 deletions

View File

@ -185,6 +185,7 @@ a:hover code {
margin: 10px 10px 0;
padding: 10px 0 10px 0;
}
#stream_filters:hover {
overflow-y: auto;
}
@ -905,6 +906,10 @@ table.floating_recipient {
.subscription_name {
padding-left: 0.5em;
vertical-align: middle;
display: inline-block;
line-height: 14px;
padding-top: 4px;
height: 16px;
}
.subscription_settings {