summaryrefslogtreecommitdiff
path: root/utility.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-09-12 01:31:44 +0400
committerAndrew Dolgov <[email protected]>2012-09-12 01:31:44 +0400
commit22439dad49018119a9a37b5d595116724a99057a (patch)
tree7eda7a1c5560e22ae2c47789c63b2734504cde57 /utility.css
parent50634356ab9b436ab105769b756d9f4ce0e5f539 (diff)
sharepopup look tweaks
Diffstat (limited to 'utility.css')
-rw-r--r--utility.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/utility.css b/utility.css
index bce87edd4..41541c707 100644
--- a/utility.css
+++ b/utility.css
@@ -124,7 +124,10 @@ div.rss hr {
}
body#sharepopup {
- background : #88b0f0;
+ background-color : white;
+ background-image : url("images/toolbar.png");
+ background-repeat : repeat-x;
+ background-position : bottom;
margin : 10px;
padding : 0px;
}
@@ -137,7 +140,7 @@ body#sharepopup h1 {
body#sharepopup table {
background : white;
- border : 1px solid black;
+ border : 1px solid #88b0f0;
padding : 5px;
}