]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Some more tweaks for the mobile css...
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Mon, 21 Oct 2013 22:24:07 +0000 (22:24 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Mon, 21 Oct 2013 22:24:07 +0000 (22:24 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11350 a1ca3aef-8c08-0410-bb20-df032aa958be

doc/cups.css

index 95cf597c3f1d3c06d87cd567e14359b81d9a80dc..d43ca746aac7d1c3829c463d114ddb0d38e09dd2 100644 (file)
@@ -1,13 +1,14 @@
 /* Layout CSS */
 .header {
   background: #333333;
+  box-shadow: 0px 2px 5px rgba(0,0,0,0.25);
   color: white;
-  float: left;
   left: 0;
   margin-bottom: 20px;
   padding: 0px;
-  position: relative;
+  position: fixed;
   right: 0;
+  top: 0;
   width: 100%;
 }
 .header ul {
 }
 
 .body {
-  padding: 20px 20px 40px;
+  padding: 40px 20px;
 }
 
 .footer {
   background: #333333;
   bottom: 0;
+  box-shadow: 0px -2px 5px rgba(0,0,0,0.25);
   color: #cccccc;
   font-size: 10px;
   height: 20px;
@@ -568,6 +570,18 @@ div.body dd {
     display: none;
   }
 
+  .header {
+    margin: 0;
+    position: relative;
+  }
+  .header ul li {
+    float: none;
+  }
+
+  .body {
+    paddng: 0px;
+  }
+
   .footer {
     font-size: 10px;
     height: auto;