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:
14
digest.css
14
digest.css
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user