スタイル修正

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4682 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2009-07-09 01:46:14 +00:00
parent b13b7b17f6
commit 80c3900602
2 changed files with 25 additions and 18 deletions

View File

@ -7,23 +7,21 @@
<box class="background-image-container">
<image class="icon background-image"/>
</box>
<vbox class="content" flex="1">
<hbox>
<deck id="deck" flex="1">
<hbox align="center">
<image class="icon"/>
<label id="label"
flex="1"
crop="end"/>
</hbox>
<hbox align="center">
<image class="icon"/>
<textbox id="editor"
flex="1"
onkeypress="onKeyPress(event)"/>
</hbox>
</deck>
</hbox>
<vbox class="label-container" flex="1">
<deck id="deck">
<hbox align="center">
<image class="icon"/>
<label id="label"
flex="1"
crop="end"/>
</hbox>
<hbox align="center">
<image class="icon"/>
<textbox id="editor"
flex="1"
onkeypress="onKeyPress(event)"/>
</hbox>
</deck>
</vbox>
</stack>
<link xmlns="http://www.w3.org/1999/xhtml" rel="icon"

View File

@ -5,8 +5,17 @@
padding: 0;
}
.content {
.label-container {
padding: 1em;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.label-container > * {
width: 100%;
}
#label {