mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
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:
parent
e5c802a3a6
commit
35a0323027
File diff suppressed because one or more lines are too long
@ -10,8 +10,10 @@
|
||||
width: 100%;
|
||||
font-weight: bold;
|
||||
}
|
||||
.photo img {
|
||||
.photo img, .iphoto img {
|
||||
width: 60px;
|
||||
}
|
||||
.photo img {
|
||||
cursor: hand;
|
||||
}
|
||||
.uploadphoto{
|
||||
|
@ -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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user