From patchwork Tue Nov 29 09:37:18 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 5372 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id C9C8C23E17 for ; Tue, 29 Nov 2011 09:45:18 +0000 (UTC) Received: from mail-lpp01m010-f52.google.com (mail-lpp01m010-f52.google.com [209.85.215.52]) by fiordland.canonical.com (Postfix) with ESMTP id AEF45A18066 for ; Tue, 29 Nov 2011 09:45:18 +0000 (UTC) Received: by mail-lpp01m010-f52.google.com with SMTP id h2so1236092laa.11 for ; Tue, 29 Nov 2011 01:45:18 -0800 (PST) Received: by 10.152.135.179 with SMTP id pt19mr30637571lab.47.1322559918596; Tue, 29 Nov 2011 01:45:18 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.152.41.198 with SMTP id h6cs32955lal; Tue, 29 Nov 2011 01:45:18 -0800 (PST) Received: by 10.180.7.164 with SMTP id k4mr8602282wia.52.1322559438640; Tue, 29 Nov 2011 01:37:18 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id m20si17882291wbh.146.2011.11.29.01.37.18 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 29 Nov 2011 01:37:18 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mail=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1RVK7q-0007Iy-73 for ; Tue, 29 Nov 2011 09:37:18 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 2D59FE0435 for ; Tue, 29 Nov 2011 09:37:18 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-server X-Launchpad-Branch: ~linaro-validation/lava-server/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 311 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-server/trunk] Rev 311: Create nice looking breadcrumbs Message-Id: <20111129093718.13982.87418.launchpad@ackee.canonical.com> Date: Tue, 29 Nov 2011 09:37:18 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14399"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 873db8e66509db7477de58e98503e73e977ac01e ------------------------------------------------------------ revno: 311 committer: Zygmunt Krynicki 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 === 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); }