From 8057217f1f5a7f0c1a4057854c375b73b467e010 Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Thu, 10 Jul 2014 20:36:25 -0700 Subject: [PATCH] Line up elements in the left side Now you can draw a straight vertical line and see that the logo image, the beginning breadcrumb, and the build history are all in a straight line. --- core/src/main/resources/lib/layout/breadcrumbs.css | 8 ++++---- war/src/main/webapp/css/style.css | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/src/main/resources/lib/layout/breadcrumbs.css b/core/src/main/resources/lib/layout/breadcrumbs.css index 686e8ff1c5..ac30ca9dc3 100644 --- a/core/src/main/resources/lib/layout/breadcrumbs.css +++ b/core/src/main/resources/lib/layout/breadcrumbs.css @@ -19,9 +19,9 @@ } #breadcrumbs { - list-style-type:none; - padding:0; - margin:0; + list-style-type: none; + padding: 0 0 0 8px; + margin: 0; height: 2em; border-bottom: 1px solid #d3d7cf; } @@ -86,4 +86,4 @@ A.model-link.inside, #breadcrumbs A.inside {/* additional 'inside' class allows pre-allocation of the context menu space */ padding-right: 16px; -} \ No newline at end of file +} diff --git a/war/src/main/webapp/css/style.css b/war/src/main/webapp/css/style.css index 79f61ffbf5..68ba84eef5 100644 --- a/war/src/main/webapp/css/style.css +++ b/war/src/main/webapp/css/style.css @@ -47,7 +47,7 @@ body { height: inherit; } #header .logo { - margin-left: 20px; + margin-left: 16px; } #jenkins-head-icon { -- GitLab