summaryrefslogtreecommitdiff
path: root/css/utility.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/utility.css')
-rw-r--r--css/utility.css18
1 files changed, 7 insertions, 11 deletions
diff --git a/css/utility.css b/css/utility.css
index 029fa9cb3..85f136ad9 100644
--- a/css/utility.css
+++ b/css/utility.css
@@ -1,5 +1,5 @@
body {
- background : #f9fbff;
+ background : #f5f5f5;
color : black;
padding : 0px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
@@ -15,11 +15,11 @@ form {
}
div.content {
+ overflow : hidden;
background : white;
- border : 1px solid #ccc;
+ border : 1px solid #ddd;
padding : 10px;
- border-radius : 4px;
- box-shadow : inset 0 0 3px rgba(0,0,0,0.1);
+ box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1);
}
p.warning {
@@ -40,9 +40,7 @@ div.insensitive-small {
}
.floatingLogo {
- float : right;
- position : relative;
- top : -10px;
+ display : none;
}
a {
@@ -61,7 +59,6 @@ div.notice, div.warning, div.error {
font-size : 12px;
border-style : solid;
border-color : #ccc;
- border-radius : 4px;
border-width : 1px;
box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1);
}
@@ -86,7 +83,7 @@ div.error {
}
div.warning img, div.notice img, div.error img {
- margin-right : 4px;
+ margin : 4px;
vertical-align : middle;
}
@@ -120,7 +117,6 @@ div.rss h1 {
border-color : gray;
border-style : dotted;
color : gray;
- margin-right : 90px;
}
div.rss h2 {
@@ -160,7 +156,7 @@ div.rss hr {
body#sharepopup {
background-color : white;
- background-image : url("images/toolbar.png");
+ background-image : url("../images/toolbar.png");
background-repeat : repeat-x;
background-position : bottom;
margin : 10px;