From 7a2b28fc1d3863677819e0be0065cbb20991e85b Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Tue, 12 May 2009 06:00:09 +0000 Subject: [PATCH] Fixed Sampler styles to work with new "poro" theme. svn changeset:7749/svn branch:6.0 --- .../ITMILL/themes/sampler/sampler/styles.css | 20 +++++++++++++++++-- WebContent/ITMILL/themes/sampler/styles.css | 2 +- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/WebContent/ITMILL/themes/sampler/sampler/styles.css b/WebContent/ITMILL/themes/sampler/sampler/styles.css index 6e6144d639..c9eaef8032 100644 --- a/WebContent/ITMILL/themes/sampler/sampler/styles.css +++ b/WebContent/ITMILL/themes/sampler/sampler/styles.css @@ -223,11 +223,17 @@ .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; } @@ -307,14 +313,17 @@ 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 { @@ -446,6 +455,13 @@ 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; diff --git a/WebContent/ITMILL/themes/sampler/styles.css b/WebContent/ITMILL/themes/sampler/styles.css index bcd1cfab44..2707893d3d 100644 --- a/WebContent/ITMILL/themes/sampler/styles.css +++ b/WebContent/ITMILL/themes/sampler/styles.css @@ -1,4 +1,4 @@ -@import url(../default/styles.css); +@import url(../reindeer/styles.css); @import url(sampler/styles.css); -- 2.39.5