diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-02-12 18:29:37 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-02-12 18:29:37 +0000 |
commit | 2df07ad811f0929103ef03c4ac84fdbfde00412f (patch) | |
tree | e6ee1cf1e302ef715b928e51745d85af35dd5780 /sca-cpp/trunk/modules/edit/htdocs/page | |
parent | 085c66b5066a1b47d3980496069762361aa98bba (diff) |
Add a few sample composites and a few fixes to the existing ones.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1070123 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/modules/edit/htdocs/page')
-rw-r--r-- | sca-cpp/trunk/modules/edit/htdocs/page/page.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sca-cpp/trunk/modules/edit/htdocs/page/page.html b/sca-cpp/trunk/modules/edit/htdocs/page/page.html index e1800bcdb5..e305058475 100644 --- a/sca-cpp/trunk/modules/edit/htdocs/page/page.html +++ b/sca-cpp/trunk/modules/edit/htdocs/page/page.html @@ -34,10 +34,10 @@ <table style="width: 100%;"> <tr> -<th class="thl thr" style="width: 230px; min-width: 230px;">Palette</th><th class="ths" style="width: 3px; min-width: 3px;"></th> +<th class="thl" style="width: 225px; min-width: 225px;">Palette</th> -<th class="thl thr" style="padding-top: 0px; padding-bottom: 0px;"> -<input id="widgetName" type="text" value="widget name" style="position: relative; width: 150px;"/> +<th class="thr" style="padding-left: 4px; padding-top: 0px; padding-bottom: 0px;"> +<input id="widgetName" type="text" value="widget name" style="position: relative; width: 200px;"/> <input id="widgetText" type="text" value="widget text" style="position: relative; width: 300px;"/> </th> @@ -47,7 +47,7 @@ </th> </tr> -<tr style="height: 5000px;"><td class="tdl"></td><th class="ths"></th><td class="tdr" colspan="2"></td></tr> +<tr style="height: 5000px;"><td class="tdl"></td><td class="tdr" colspan="2"></td></tr> </table> <div id="page" style="position: absolute; top: 40px; left: 0px; width: 5000px; height: 5000px;"> |