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%; width: 100%;
font-weight: bold; font-weight: bold;
} }
.photo img { .photo img, .iphoto img {
width: 60px; width: 60px;
}
.photo img {
cursor: hand; cursor: hand;
} }
.uploadphoto{ .uploadphoto{

View File

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