Added CSS class "iphoto" to photo in address list and give it a width:

60px; to scale bigger images down.
This commit is contained in:
Ralf Becker 2009-07-22 07:24:05 +00:00
parent e5c802a3a6
commit 35a0323027
3 changed files with 9 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -10,8 +10,10 @@
width: 100%;
font-weight: bold;
}
.photo img {
.photo img, .iphoto img {
width: 60px;
}
.photo img {
cursor: hand;
}
.uploadphoto{

View File

@ -14,8 +14,8 @@
</hbox>
<styles>.rightPadAdd { width: 30px; }</styles>
</template>
<template id="addressbook.index.rows" template="" lang="" group="0" version="1.7.001">
<grid>
<template id="addressbook.index.rows" template="" lang="" group="0" version="1.7.002">
<grid width="100%">
<columns>
<column/>
<column/>
@ -114,7 +114,7 @@
<menulist>
<menupopup type="select-cat" options="1" id="${row}[cat_id]" readonly="true"/>
</menulist>
<image src="${row}[photo]"/>
<image src="${row}[photo]" class="iphoto"/>
<date id="${row}[bday]" readonly="true" options="Y-m-d"/>
<vbox options="0,0">
<description id="${row}[adr_one_countryname]" no_lang="1"/>