[Mpuls-commits] r5393 - base/trunk/mpulsweb/public/styles

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Sep 26 12:35:07 CEST 2011


Author: bricks
Date: 2011-09-26 12:35:06 +0200 (Mon, 26 Sep 2011)
New Revision: 5393

Modified:
   base/trunk/mpulsweb/public/styles/screen.css
Log:
Fix navipath layout

The path triangle was displayed above the text which looked a bit ugly. Also
the triangle was overlapping the text a bit.

Commit to trunk this time.


Modified: base/trunk/mpulsweb/public/styles/screen.css
===================================================================
--- base/trunk/mpulsweb/public/styles/screen.css	2011-09-26 10:24:48 UTC (rev 5392)
+++ base/trunk/mpulsweb/public/styles/screen.css	2011-09-26 10:35:06 UTC (rev 5393)
@@ -237,18 +237,17 @@
 }
 
 #navipath li{
-	display: inline;
-        background-image:url(../images/icons/arrow_right_small.png);
-	background-repeat:no-repeat;
-	background-position:0.1em 0.5em !important;
-	background-position:0.1em 0.75em;
-	padding:0.3em 0.1em 0.25em 0.9em;
-	
+    display: inline;
+    background-image: url(../images/icons/arrow_right_small.png);
+    background-repeat: no-repeat;
+    background-position: 0.1em center !important;
+    padding: 0.3em 0.1em 0.25em 0.9em;
+    vertical-align: middle;
 }
 
 #navipath a {
-	text-decoration:none;
-	padding:0.2em 0.1em;
+    text-decoration: none;
+    padding: 0.2em 0.3em;
 }
 
 #navipath a:hover, #startmenu a:hover {



More information about the Mpuls-commits mailing list