diff options
| author | Andrew Dolgov <noreply@madoka.volgo-balt.ru> | 2015-08-11 14:53:07 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@madoka.volgo-balt.ru> | 2015-08-11 14:53:07 +0300 |
| commit | 6810a1de4213fb1e4354e410e3cfa7e10df12db9 (patch) | |
| tree | 292a938d9f32b4d18f9c0bf079d4278b3ac17303 /css/tt-rss.css | |
| parent | 176a489e54557d2b3157145d09dd1c57c204bcf7 (diff) | |
use dijit form widget for attachments dropdown
Diffstat (limited to 'css/tt-rss.css')
| -rw-r--r-- | css/tt-rss.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css index 38c255950..789319ccb 100644 --- a/css/tt-rss.css +++ b/css/tt-rss.css @@ -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; +}
\ No newline at end of file |