]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed Sampler styles to work with new "poro" theme.
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Tue, 12 May 2009 06:00:09 +0000 (06:00 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Tue, 12 May 2009 06:00:09 +0000 (06:00 +0000)
svn changeset:7749/svn branch:6.0

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

index 6e6144d63945bc78c3cc80aee06006ecec46b2b2..c9eaef8032ab549790253bc9b92c9e44b4faff23 100644 (file)
 .i-app-SamplerApplication .i-button-screenshot:hover {
        border-color: #abc;
 }
-.i-app-SamplerApplication .i-button-screenshot img {
+.i-app-SamplerApplication .i-button-screenshot img.i-icon {
+       margin: 0;
        margin-top: -2px;
        margin-left: -3px;
+       width: auto;
+       height: auto;
+       -moz-border-radius: 5px;
+       -webkit-border-radius: 5px;
+       overflow: hidden;
 }
-.i-ie .i-app-SamplerApplication .i-button-screenshot img {
+.i-ie .i-app-SamplerApplication .i-button-screenshot img.i-icon {
        margin-left: -12px;
 }
 
        padding-bottom: 12px;
        padding-left: 28px;
        padding-top: 15px;
+       border: none;
 }
 .i-app-SamplerApplication .feature-info .i-panel-content {
        background: transparent url(info-bubble-top.png) no-repeat 0 -44px;
+       border: none;
 }
 .i-app-SamplerApplication .i-panel-deco-feature-info {
        height: 28px;
        background: transparent url(info-bubble-bottom.png);
        margin: 0;
+       border: none;
 }
 
 .i-app-SamplerApplication .feature-info .i-verticallayout .i-verticallayout-margin-left {
        cursor: default;
        padding: 0;
 }
+.i-customcomponent-ModeSwitch .i-button span {
+       display: none;
+}
+.i-customcomponent-ModeSwitch .i-button .i-icon {
+       width: auto;
+       height: auto;
+}
 .i-customcomponent-ModeSwitch .i-button-first-on,
 .i-customcomponent-ModeSwitch .i-button-first:active {
        background-position: left bottom;
index bcd1cfab44b7847f7e936bb69bcc0b4984cbfe6c..2707893d3d5d356c6e3e6a58c70db431db933975 100644 (file)
@@ -1,4 +1,4 @@
-@import url(../default/styles.css);
+@import url(../reindeer/styles.css);
 
 @import url(sampler/styles.css);