summaryrefslogtreecommitdiff
path: root/digest.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-25 12:58:29 +0300
committerAndrew Dolgov <[email protected]>2010-11-25 12:58:29 +0300
commitba7e88e5a59295ac3eed38ea627e9fa2a414b989 (patch)
tree64c5475fcb5734b5f0a1758355b4174e1992ebc4 /digest.css
parent411fe209d642f64ee1f856908e6c1b4507893fcf (diff)
add tweet button to digest, misc digest fixes; rework article tweeting to use ajax loading of needed info
Diffstat (limited to 'digest.css')
-rw-r--r--digest.css14
1 files changed, 12 insertions, 2 deletions
diff --git a/digest.css b/digest.css
index 2ed6aae93..a31680325 100644
--- a/digest.css
+++ b/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;
+}
+