fixed layout of infolog edit: addr is now width:100%; instead of fixed width

This commit is contained in:
Ralf Becker 2008-07-30 06:31:43 +00:00
parent 161fa364b9
commit a17e5ebad0
3 changed files with 14 additions and 54 deletions

File diff suppressed because one or more lines are too long

View File

@ -16,4 +16,5 @@ table.fullWidth { width: 100%; }
.infoId:before { content:"#" }
.fixedHeight { line-height: 12px; }
.noWrap { white-space: nowrap; }
.user_filter select { width: 100px; }
.user_filter select { width: 100px; }
.inputFullWidth input { width: 100%; }

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- $Id$ -->
<overlay>
<template id="infolog.edit.description" template="" lang="" group="0" version="1.0.1.001">
<template id="infolog.edit.description" template="" lang="" group="0" version="1.0.1.002">
<grid width="100%" height="245" border="0">
<columns>
<column width="100"/>
@ -13,7 +13,7 @@
</row>
<row class="row" valign="top">
<description/>
<textbox multiline="true" rows="13" cols="75" no_lang="1" id="info_des" statustext="enter a textual description of the log-entry"/>
<textbox multiline="true" rows="13" no_lang="1" id="info_des" statustext="enter a textual description of the log-entry" class="description"/>
</row>
</rows>
</grid>
@ -138,13 +138,13 @@
</rows>
</grid>
</template>
<template id="infolog.edit" template="" lang="" group="0" version="1.3.002">
<template id="infolog.edit" template="" lang="" group="0" version="1.5.001">
<grid width="100%">
<columns>
<column width="103"/>
<column width="260"/>
<column width="140"/>
<column/>
<column width="27%"/>
</columns>
<rows>
<row disabled="!@msg">
@ -177,8 +177,8 @@
</hbox>
<textbox size="36" maxlength="255" id="info_from" statustext="Custom contact-information, leave emtpy to use information from most recent link" blur="@blur_title" class="$cont[hide_from_css]"/>
</vbox>
<description value="Phone/Email" options=",,,_info_addr"/>
<textbox size="30" maxlength="255" id="info_addr" statustext="Custom contact-address, leave empty to use information from most recent link"/>
<description options=",,,info_addr" value="Phone/Email"/>
<textbox size="30" maxlength="255" id="info_addr" statustext="Custom contact-address, leave empty to use information from most recent link" class="inputFullWidth"/>
</row>
<row class="row">
<description value="Subject" options=",,,info_subject"/>
@ -257,6 +257,7 @@
<styles>
.hideFrom input { display: none; }
.link_select select { width: 250px; }
.description textarea { width: 98%; }
</styles>
</template>
</overlay>