layout tweaks in nextmatch widget: fixed width for the selectboxes

This commit is contained in:
Ralf Becker 2007-05-25 18:15:55 +00:00
parent 75c797d0f2
commit ca496bed5e
3 changed files with 27 additions and 34 deletions

File diff suppressed because one or more lines are too long

View File

@ -88,4 +88,14 @@
} }
.tab_body { .tab_body {
border: black solid 2px; border: black solid 2px;
}
.nextmatch_header {
border: 1px solid black;
}
.nextmatch_header select {
width: 140px;
}
.nm_num_rows select {
width: 40px;
} }

View File

@ -2,7 +2,7 @@
<!-- $Id$ --> <!-- $Id$ -->
<overlay> <overlay>
<template id="etemplate.nextmatch_widget.nm_row" template="" lang="" group="0" version="1.3.002"> <template id="etemplate.nextmatch_widget.nm_row" template="" lang="" group="0" version="1.3.002">
<grid width="100%" spacing="0" padding="5"> <grid width="100%" spacing="0" padding="3">
<columns> <columns>
<column width="1%"/> <column width="1%"/>
<column width="1%"/> <column width="1%"/>
@ -21,17 +21,17 @@
<button image="first.gif" ro_image="first-grey.gif" label="First" id="first" statustext="go to the first entry"/> <button image="first.gif" ro_image="first-grey.gif" label="First" id="first" statustext="go to the first entry"/>
<button image="left.gif" ro_image="left-grey.gif" label="Left" id="left" statustext="go to the previous page of entries"/> <button image="left.gif" ro_image="left-grey.gif" label="Left" id="left" statustext="go to the previous page of entries"/>
<menulist> <menulist>
<menupopup type="select-cat" options="-1,,,$cont[cat_app]" label="Category" id="cat_id" onchange="1" statustext="select a Category"/> <menupopup type="select-cat" options="-1,,,$cont[cat_app]" label="Category" id="cat_id" onchange="1" statustext="select a Category" align="center"/>
</menulist> </menulist>
<menulist> <menulist>
<menupopup label="@filter_label" align="center" id="filter" onchange="@filter_onchange" statustext="@filter_help"/> <menupopup label="@filter_label" align="center" id="filter" onchange="@filter_onchange" statustext="@filter_help"/>
</menulist> </menulist>
<menulist> <menulist>
<menupopup label="@filter2_label" align="right" id="filter2" onchange="@filter2_onchange" statustext="@filter2_help"/> <menupopup label="@filter2_label" align="center" id="filter2" onchange="@filter2_onchange" statustext="@filter2_help"/>
</menulist> </menulist>
<textbox align="right" id="search" onchange="1" statustext="a pattern to be searched for"/> <textbox align="right" id="search" onchange="1" statustext="a pattern to be searched for" size="12"/>
<button label="Search" id="start_search" statustext="to start the search"/> <button label="Search" id="start_search" statustext="to start the search"/>
<menulist> <menulist class="nm_num_rows">
<menupopup id="num_rows" no_lang="1" onchange="1" statustext="How many entries should the list show"/> <menupopup id="num_rows" no_lang="1" onchange="1" statustext="How many entries should the list show"/>
</menulist> </menulist>
<button image="right.gif" ro_image="right-grey.gif" label="Right" id="right" statustext="go to the next page of entries"/> <button image="right.gif" ro_image="right-grey.gif" label="Right" id="right" statustext="go to the next page of entries"/>
@ -51,9 +51,6 @@
</row> </row>
</rows> </rows>
</grid> </grid>
<styles>
.thinBorder { border: 1px solid black; }
</styles>
</template> </template>
<template id="etemplate.nextmatch_widget" template="" lang="" group="0" version="1.3.001"> <template id="etemplate.nextmatch_widget" template="" lang="" group="0" version="1.3.001">
<grid width="100%"> <grid width="100%">