mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
moving addressbook index photo to addressbook and use app.css (width:100%; height:auto)
This commit is contained in:
parent
dc3948126b
commit
32dc7c1da8
@ -86,8 +86,9 @@ input.et2_radiobox {
|
||||
/**
|
||||
* Index page
|
||||
*/
|
||||
img.iphoto {
|
||||
div#addressbook-index img.iphoto {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
#addressbook-index_org_view {
|
||||
margin: 5px;
|
||||
|
@ -28,7 +28,7 @@ td.addressbook_sidebox_header {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
div#addressbook-view.et2_container {
|
||||
height: 0;
|
||||
height: 0 !important;
|
||||
}
|
||||
td.addressbook_sidebox_toolbar {
|
||||
vertical-align: bottom;
|
||||
@ -106,8 +106,9 @@ input.et2_radiobox {
|
||||
/**
|
||||
* Index page
|
||||
*/
|
||||
img.iphoto {
|
||||
div#addressbook-index img.iphoto {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
#addressbook-index_org_view {
|
||||
margin: 5px;
|
||||
@ -182,7 +183,7 @@ img.iphoto {
|
||||
div#addressbook-index div.et2_hbox_left select#addressbook-index_org_view {
|
||||
/*.box_shadow_standard_light;*/
|
||||
width: auto;
|
||||
margin: 5px 0em 5px 5px;
|
||||
margin: 5px 0em 5px 0px;
|
||||
padding: 3px;
|
||||
outline: none;
|
||||
display: inline-block;
|
||||
@ -215,7 +216,7 @@ img.iphoto {
|
||||
div#addressbook-index div.et2_hbox_right select.et2_selectbox {
|
||||
/*.box_shadow_standard_light;*/
|
||||
width: auto;
|
||||
margin: 5px 0em 5px 5px;
|
||||
margin: 5px 0em 5px 0px;
|
||||
padding: 3px;
|
||||
outline: none;
|
||||
display: inline-block;
|
||||
|
Loading…
Reference in New Issue
Block a user