]> git.wh0rd.org - tt-rss.git/blobdiff - css/utility.css
add styles for several other dijit elements (2)
[tt-rss.git] / css / utility.css
index 587061bcc19a84250b95d0016b2a3b909634b5b2..77452a9a5b994ed699a655a98f0c73612ddf6603 100644 (file)
@@ -1,5 +1,5 @@
 body {
-       background : #f9fbff;
+       background : #f5f5f5;
        color : black;
        padding : 0px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
@@ -9,6 +9,11 @@ body {
        max-width : 800px;
 }
 
+body.small_margins {
+       margin : 1em;
+       max-width : none;
+}
+
 form {
        margin : 10px 0px 0px 0px;
        padding : 0px;
@@ -17,10 +22,9 @@ 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 {
@@ -41,9 +45,7 @@ div.insensitive-small {
 }
 
 .floatingLogo {
-       float : right;
-       position : relative;
-       top : -10px;
+       display : none;
 }
 
 a {
@@ -62,7 +64,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);
 }