1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-29 14:27:12 +00:00

add tweet button to digest, misc digest fixes; rework article tweeting to use ajax loading of needed info

This commit is contained in:
Andrew Dolgov
2010-11-25 12:58:29 +03:00
parent 411fe209d6
commit ba7e88e5a5
7 changed files with 96 additions and 48 deletions

View File

@@ -1,7 +1,7 @@
body {
body#ttrssDigest {
background : #f0f0f0;
color : black;
font-family : sans-serif;
font-family : "Lucida Grande", Arial, sans-serif;
font-size : 12px;
}
@@ -298,3 +298,13 @@ a:hover {
#overlay img {
vertical-align : middle;
}
div.fatalError button {
margin-top : 5px;
}
div.fatalError textarea {
width : 100%;
height : 100px;
}