mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 14:28:45 +01:00
MyStylite bug #972: automatic scrollbar in calendar listview for long describtion is not right aligned
This commit is contained in:
parent
021c417345
commit
1bb103f2b0
File diff suppressed because one or more lines are too long
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!-- $Id$ -->
|
<!-- $Id$ -->
|
||||||
<overlay>
|
<overlay>
|
||||||
<template id="calendar.list.rows" template="" lang="" group="0" version="1.7.003">
|
<template id="calendar.list.rows" template="" lang="" group="0" version="1.7.004">
|
||||||
<grid width="100%">
|
<grid width="100%">
|
||||||
<columns>
|
<columns>
|
||||||
<column/>
|
<column/>
|
||||||
@ -46,12 +46,12 @@
|
|||||||
<button label="Check all" onclick="toggle_all(this.form,form::name('checked[]')); return false;" needed="1" align="right" id="check_all" image="check" statustext="Check all"/>
|
<button label="Check all" onclick="toggle_all(this.form,form::name('checked[]')); return false;" needed="1" align="right" id="check_all" image="check" statustext="Check all"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
</row>
|
</row>
|
||||||
<row class="row" valign="top">
|
<row class="$row_cont[category]" valign="top">
|
||||||
<vbox id="start">
|
<vbox id="start">
|
||||||
<date-time readonly="true" id="${row}[start]" options=",$cont[format]" class="noWrap"/>
|
<date-time readonly="true" id="${row}[start]" options=",$cont[format]" class="noWrap"/>
|
||||||
<date-time readonly="true" id="${row}[end]" options=",$cont[format]" class="noWrap"/>
|
<date-time readonly="true" id="${row}[end]" options=",$cont[format]" class="noWrap"/>
|
||||||
</vbox>
|
</vbox>
|
||||||
<vbox>
|
<vbox class="listVbox">
|
||||||
<description readonly="true" no_lang="1" id="${row}[title]" options="b"/>
|
<description readonly="true" no_lang="1" id="${row}[title]" options="b"/>
|
||||||
<box no_lang="1" class="listDescription">
|
<box no_lang="1" class="listDescription">
|
||||||
<description no_lang="1" id="${row}[description]"/>
|
<description no_lang="1" id="${row}[description]"/>
|
||||||
@ -125,6 +125,10 @@
|
|||||||
.image16 img {
|
.image16 img {
|
||||||
height: 16px;
|
height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.listVbox {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
</styles>
|
</styles>
|
||||||
</template>
|
</template>
|
||||||
</overlay>
|
</overlay>
|
Loading…
Reference in New Issue
Block a user