use dijit form widget for attachments dropdown

This commit is contained in:
Andrew Dolgov
2015-08-11 14:53:07 +03:00
parent 176a489e54
commit 6810a1de42
4 changed files with 22 additions and 40 deletions

View File

@@ -52,7 +52,6 @@ div.postReply div.postContent video {
}
div.postReply div.postEnclosures {
margin-top : 1em;
color : #555;
}
@@ -1114,3 +1113,7 @@ body#ttrssMain #feedTree .dijitTreeRow img.dijitTreeExpandoLeaf {
:focus {
outline: none;
}
.dijitDropDownButton.attachments {
margin-bottom : 10px;
}