]> source.dussan.org Git - vaadin-framework.git/commitdiff
Adjusted breadcrumbs in IE and FF; fixes #2571
authorMarc Englund <marc.englund@itmill.com>
Thu, 12 Feb 2009 11:32:07 +0000 (11:32 +0000)
committerMarc Englund <marc.englund@itmill.com>
Thu, 12 Feb 2009 11:32:07 +0000 (11:32 +0000)
svn changeset:6818/svn branch:trunk

WebContent/ITMILL/themes/sampler/sampler/styles.css

index 2b1fc5c061ec76316fc208ee93c71f256f73d7c7..538c7dcf257cb306b0f250ca9d4f808d004e4d9c 100644 (file)
@@ -47,6 +47,7 @@
        line-height: 13px;
        padding-top: 3px;
        display: block;
+       float: left;
 }
 .i-customcomponent-breadcrumbs .i-label {
        font-size: 13px;
 .i-sa .i-customcomponent-breadcrumbs .i-label {
        padding-top: 3px;
 }
+.i-ie .i-customcomponent-breadcrumbs .i-label {
+       margin-top: -1px;
+}
+.i-ff .i-customcomponent-breadcrumbs .i-label {
+       margin-top: -2px;
+}
 .i-customcomponent-breadcrumbs .i-link span {
        text-decoration: none;
 }
 .i-customcomponent-breadcrumbs .i-link-bold {
        height: 20px;
        padding: 0 0 0 9px;
-       background: transparent url(breadcrumb-current-left.png);
+       background: transparent url(breadcrumb-current-left.png) no-repeat;
+       float: left;
+}
+.i-ie .i-customcomponent-breadcrumbs .i-link-bold {
+       margin-top: 1px;
 }
 .i-customcomponent-breadcrumbs .i-link-bold a {
        display: block;
        height: 17px;
        padding-top: 3px;
 }
+.i-ie .i-customcomponent-breadcrumbs .i-link-bold a {
+       padding-top: 2px;
+       padding-bottom: 2px;
+}
+.i-ff .i-customcomponent-breadcrumbs .i-link-bold a {
+       padding-top: 2px;
+       padding-bottom: 2px;
+}
 .i-customcomponent-breadcrumbs .i-link-bold a:hover {
        color: #c2c4c6;
 }