スタイル修正

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

View File

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