1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 11:31:29 +00:00

move attachment dropdown to cdmFooter, use table styles for cdmFooter

This commit is contained in:
Andrew Dolgov
2015-08-11 15:29:27 +03:00
parent 8a1b2a1015
commit bc20cb9fad
3 changed files with 22 additions and 11 deletions

View File

@@ -1114,6 +1114,10 @@ body#ttrssMain #feedTree .dijitTreeRow img.dijitTreeExpandoLeaf {
outline: none;
}
.dijitDropDownButton.attachments .dijitButtonText {
font-size : 12px;
}
.dijitDropDownButton.attachments {
margin-bottom : 10px;
display : inline-block;
}