diff --git a/theme/formal_white/fw_color.css b/theme/formal_white/fw_color.css index 4343f79e5d0..1f81f666e47 100644 --- a/theme/formal_white/fw_color.css +++ b/theme/formal_white/fw_color.css @@ -59,7 +59,7 @@ div.header { background-color:#C6BDA8; border-color:#666666; /* height: 20px; */ - /* background: url(pix/grad/bg_bread.jpg) repeat-x; */ + background: url(pix/grad/bg_bread.jpg) repeat-x; } .sitetopiccontent { diff --git a/theme/formal_white/fw_layout.css b/theme/formal_white/fw_layout.css index ad4ad2181e8..6d2bb1b11fd 100644 --- a/theme/formal_white/fw_layout.css +++ b/theme/formal_white/fw_layout.css @@ -68,13 +68,22 @@ input { } .navbar { - width:100%; - padding:3px 0.5em; - height:1.3em; + padding:0px; + height: 25px; border-width:1px; border-style:solid; } +.breadcrumb { + padding-top: 3px; + padding-left: 3px; + } + +.navbar .navbutton { + padding-right: 3px; + } + + /*** *** Login ***/ diff --git a/theme/formal_white/pix/grad/bg_bread.jpg b/theme/formal_white/pix/grad/bg_bread.jpg index 5beeee08b65..a6cfe63ed51 100644 Binary files a/theme/formal_white/pix/grad/bg_bread.jpg and b/theme/formal_white/pix/grad/bg_bread.jpg differ