attachment dropdown: limit width, set top margin

This commit is contained in:
Andrew Dolgov 2013-03-29 19:42:50 +04:00
parent 9cac360bd7
commit 255b0f65d6

View file

@ -1034,5 +1034,7 @@ body#ttrssZoom div.footer {
select.attachments {
display : block;
margin-top : 10px;
max-width : 120px;
}