summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-01-27 23:21:26 +0400
committerAndrew Dolgov <[email protected]>2014-01-27 23:21:26 +0400
commitea55c93c01696b66e9c912e0e293cd360280a00c (patch)
tree850942f0066f68dc19f1716a4e8bba5ab476d5d2 /css
parent4e2f219c1663461894ade717c35435bb204b2035 (diff)
further style updates
Diffstat (limited to 'css')
-rw-r--r--css/tt-rss.css21
1 files changed, 13 insertions, 8 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css
index ee921716a..21fa8356f 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -22,11 +22,13 @@ div.postReply {
}
div.postReply div.postHeader {
- background : white;
- box-shadow : 0px 1px 1px 0px rgba(0,0,0,0.1);
padding : 5px;
+ margin-right : 4px;
color : #909090;
background : #fafafa;
+ border-width : 1px;
+ border-color : #eee;
+ border-style : solid;
}
div.postReply div.postTitle {
@@ -350,7 +352,8 @@ div.prefHelp {
#main-toolbar #selected_prompt {
font-style : italic;
- text-align : center;
+ text-align : right;
+ margin-right : 4px;
}
span.contentPreview {
@@ -790,13 +793,16 @@ div.fatalError textarea {
border-width : 0px;
white-space: nowrap;
font-size : 12px;
- /* box-shadow : 0px 0px 2px rgba(0,0,0,0.1); */
}
#main-toolbar {
- background : white;
- border-width : 0px;
- padding-left : 0px;
+ background : #fafafa;
+ border-width : 0px 0px 1px 1px;
+ border-color : #eee;
+ border-style : solid;
+ padding-left : 4px;
+ height : 26px;
+
}
#header {
@@ -1219,4 +1225,3 @@ div.enclosure_title {
}
-