diff options
author | Marc Englund <marc.englund@itmill.com> | 2009-01-08 11:30:58 +0000 |
---|---|---|
committer | Marc Englund <marc.englund@itmill.com> | 2009-01-08 11:30:58 +0000 |
commit | e3a5ac3529ced108c4db0192b29246f65e9d5650 (patch) | |
tree | 75e44a6322a9008128ae16057f371a1ce6c508b0 /WebContent/ITMILL/themes/sampler | |
parent | eb4bc4e598bad21733587e1ac7e67b3a2b5aedab (diff) | |
download | vaadin-framework-e3a5ac3529ced108c4db0192b29246f65e9d5650.tar.gz vaadin-framework-e3a5ac3529ced108c4db0192b29246f65e9d5650.zip |
Could not make customlayout scroll as wanted, implemented w/o customlayout, fixes #2362
svn changeset:6451/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL/themes/sampler')
-rw-r--r-- | WebContent/ITMILL/themes/sampler/layouts/featureview.html | 16 | ||||
-rw-r--r-- | WebContent/ITMILL/themes/sampler/sampler/styles.css | 18 |
2 files changed, 3 insertions, 31 deletions
diff --git a/WebContent/ITMILL/themes/sampler/layouts/featureview.html b/WebContent/ITMILL/themes/sampler/layouts/featureview.html deleted file mode 100644 index 31937e0e67..0000000000 --- a/WebContent/ITMILL/themes/sampler/layouts/featureview.html +++ /dev/null @@ -1,16 +0,0 @@ -<table width="100%" height="100%" cellpadding="0" cellspacing="0"> - <tbody> - <tr valign="top"> - <td class="feature-main"> - <div class="feature-controls" location="feature-controls"></div> - <div class="feature-example" location="feature-example"></div> - </td> - <td width="350px" class="feature-info"> - <div class="feature-name" location="feature-name"></div> - <div class="feature-desc" location="feature-desc"></div> - <div class="feature-res" location="feature-res"></div> - <div class="feature-api" location="feature-api"></div> - <div class="feature-rel" location="feature-rel"></div> - </td> - </tbody> -</table>
\ No newline at end of file diff --git a/WebContent/ITMILL/themes/sampler/sampler/styles.css b/WebContent/ITMILL/themes/sampler/sampler/styles.css index 0ca6ec6055..40b985d1f5 100644 --- a/WebContent/ITMILL/themes/sampler/sampler/styles.css +++ b/WebContent/ITMILL/themes/sampler/sampler/styles.css @@ -74,29 +74,22 @@ border-top: 0px; } -.i-app-SamplerApplication .feature-main { - padding: 0px 5px 0px 5px; -} -.i-app-SamplerApplication .feature-controls { - padding-top: 10px; -} -.i-app-SamplerApplication .feature-controls .i-caption { +.i-app-SamplerApplication .i-caption-feature-controls { font-weight: bold; font-size: 16px; text-indent: 10px; } - .i-app-SamplerApplication .feature-info { background-color: #999; color: white; - padding: 20px; line-height: 20px; } .i-app-SamplerApplication .feature-info div.i-link a { color: white; line-height: 20px; } -.i-app-SamplerApplication .feature-name { +.i-app-SamplerApplication .feature-info .i-panel-caption { + color: #fff; font-size: 22px; font-weight: bold; line-height: 35px; @@ -106,11 +99,6 @@ font-weight: bold; font-size: 16px; line-height: 30px; - padding-top: 10px; -} -.i-app-SamplerApplication .feature-example { - padding: 10px; - padding-top: 20px; } .i-app-SamplerApplication .i-button-showcode { |