diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 311: Create nice looking breadcrumbs

Message ID 20111129093718.13982.87418.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Zygmunt Krynicki Nov. 29, 2011, 9:37 a.m. UTC
------------------------------------------------------------
revno: 311
committer: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
branch nick: lava-server
timestamp: Tue 2011-11-22 18:29:36 +0100
message:
  Create nice looking breadcrumbs
  
  Breadcrumbs are now visually connected to the main page content. A darker
  sheet extends from beneath the content area. This sheet can be used to
  store various context things (it could slide further up to show per-page
  settings without visually corrupting the main content are). Right now it
  is used to display the breadcrumbs.
modified:
  lava_server/htdocs/css/default.css


--
lp:lava-server
https://code.launchpad.net/~linaro-validation/lava-server/trunk

You are subscribed to branch lp:lava-server.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-server/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'lava_server/htdocs/css/default.css'
--- lava_server/htdocs/css/default.css	2011-11-22 17:11:35 +0000
+++ lava_server/htdocs/css/default.css	2011-11-22 17:29:36 +0000
@@ -205,8 +205,8 @@ 
 
 #lava-breadcrumbs {
   font-size: 10pt;
-  margin: 1ex 1em;
-  padding: 0;
+  margin: 0;
+  padding: 0.5ex 1em;
 }
 
 #lava-breadcrumbs ul {
@@ -228,7 +228,7 @@ 
 }
 
 #lava-breadcrumbs ul li:before {
-  content: "» ";
+  content: " » ";
 }
 
 #lava-breadcrumbs ul li:first-child:before {
@@ -236,9 +236,9 @@ 
 }
 
 #lava-around-content {
-  padding-bottom: 100px;
-  margin: 0 3em;
-  width: auto;
+  margin: 1em 3em 100px 3em;
+  background-color: #333;
+  border-radius: 8px;
 }
 
 
@@ -279,7 +279,7 @@ 
   color: #444;
   margin: 1ex 0 75px 0;
   overflow-x: auto;
-  box-shadow: 3pt 3pt 5pt rgba(0,0,0, 0.4);
+  box-shadow: 0 -3pt 5pt rgba(0,0,0, 0.4);
 }