]> source.dussan.org Git - vaadin-framework.git/commitdiff
Compensating for orderedlayout style changes.
authorMarc Englund <marc.englund@itmill.com>
Fri, 9 Jan 2009 12:41:36 +0000 (12:41 +0000)
committerMarc Englund <marc.englund@itmill.com>
Fri, 9 Jan 2009 12:41:36 +0000 (12:41 +0000)
svn changeset:6477/svn branch:trunk

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

index 105273abc749a6a6ba0310ce34bac1fb687a89f5..53b8d268b0c84caa30180ab16031d956eef64f8e 100644 (file)
@@ -4,10 +4,10 @@
 .i-app-SamplerApplication {
        background-color: white;
 }
-.i-app-SamplerApplication .i-orderedlayout-topbar {
+.i-app-SamplerApplication .i-horizontallayout-topbar {
        border-bottom: 3px solid #ccc;
 }
-.i-app-SamplerApplication .i-orderedlayout-togglebar {
+.i-app-SamplerApplication .i-horizontallayout-togglebar {
        border-bottom: 1px solid #eee;
        background: transparent url(grayfade.png) repeat-x;
 }
        font-weight: bold;      
 }
 
-.i-app-SamplerApplication .i-orderedlayout-topbar .i-button-link span {
+.i-app-SamplerApplication .i-horizontallayout-topbar .i-button-link span {
        text-decoration: none;
 }
-.i-app-SamplerApplication .i-orderedlayout-topbar .i-button-link:hover span {
+.i-app-SamplerApplication .i-horizontallayout-topbar .i-button-link:hover span {
        text-decoration: underline;
 }