mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Fix styling of CRV view's close button
This commit is contained in:
parent
df40f8dacf
commit
f56c73816e
@ -21,13 +21,19 @@ td.addressbook_sidebox_toolbar {
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
div#addressbook_view_sidebox img.photo {
|
||||
.addressbook_view_sidebox img.photo {
|
||||
width: 68px;
|
||||
padding-right: 3px;
|
||||
height: auto;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
div.addressbook_view_sidebox button[id$='_button[close]'] {
|
||||
vertical-align: middle;
|
||||
}
|
||||
div.addressbook_view_sidebox img[id$='_button[delete]'] {
|
||||
float: right;
|
||||
margin-top: 7px;
|
||||
}
|
||||
/**
|
||||
* new addressbook.edit
|
||||
*/
|
||||
|
@ -54,7 +54,7 @@
|
||||
<hbox>
|
||||
<button id="button[edit]" label="open" background_image="1" image="edit" onclick="app.addressbook.view_actions"/>
|
||||
<button id="button[copy]" label="copy" background_image="1" image="copy" onclick="app.addressbook.view_actions"/>
|
||||
<button id="button[close]" label="close" background_image="1" readonly="false" image="close" onclick="app.addressbook.view_actions"/>
|
||||
<button id="button[close]" statustext="close" background_image="1" readonly="false" image="close" onclick="app.addressbook.view_actions"/>
|
||||
<buttononly id="button[delete]" label="delete" image="delete" onclick="app.addressbook.view_actions"/>
|
||||
</hbox>
|
||||
</row>
|
||||
|
@ -34,12 +34,19 @@ td.addressbook_sidebox_toolbar {
|
||||
vertical-align: bottom;
|
||||
height: 32px;
|
||||
}
|
||||
div#addressbook_view_sidebox img.photo {
|
||||
.addressbook_view_sidebox img.photo {
|
||||
width: 68px;
|
||||
padding-right: 3px;
|
||||
height: auto;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
div.addressbook_view_sidebox button[id$='_button[close]'] {
|
||||
vertical-align: middle;
|
||||
}
|
||||
div.addressbook_view_sidebox img[id$='_button[delete]'] {
|
||||
float: right;
|
||||
margin-top: 7px;
|
||||
}
|
||||
/**
|
||||
* new addressbook.edit
|
||||
*/
|
||||
@ -219,6 +226,13 @@ select#addressbook-index_col_filter\[tid\] {
|
||||
font-size: 11px;
|
||||
padding: 2px 0 2px 0;
|
||||
}
|
||||
div.addressbook_view_sidebox button[id$='_button[close]'] {
|
||||
vertical-align: middle;
|
||||
}
|
||||
div.addressbook_view_sidebox img[id$='_button[delete]'] {
|
||||
float: right;
|
||||
margin-top: 7px;
|
||||
}
|
||||
/**
|
||||
* Give space to both contact view & infolog list
|
||||
*/
|
||||
|
@ -75,6 +75,13 @@
|
||||
.fontsize_m;
|
||||
padding: 2px 0 2px 0;
|
||||
}
|
||||
button[id$='_button[close]'] {
|
||||
vertical-align: middle;
|
||||
}
|
||||
img[id$='_button[delete]'] {
|
||||
float: right;
|
||||
margin-top: 7px;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user