forked from extern/egroupware
moving addressbook index photo to addressbook and use app.css (width:100%; height:auto)
This commit is contained in:
parent
f5783649c1
commit
18bdbde9d1
@ -86,8 +86,9 @@ input.et2_radiobox {
|
|||||||
/**
|
/**
|
||||||
* Index page
|
* Index page
|
||||||
*/
|
*/
|
||||||
img.iphoto {
|
div#addressbook-index img.iphoto {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
#addressbook-index_org_view {
|
#addressbook-index_org_view {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
|
@ -28,7 +28,7 @@ td.addressbook_sidebox_header {
|
|||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
}
|
}
|
||||||
div#addressbook-view.et2_container {
|
div#addressbook-view.et2_container {
|
||||||
height: 0;
|
height: 0 !important;
|
||||||
}
|
}
|
||||||
td.addressbook_sidebox_toolbar {
|
td.addressbook_sidebox_toolbar {
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
@ -106,8 +106,9 @@ input.et2_radiobox {
|
|||||||
/**
|
/**
|
||||||
* Index page
|
* Index page
|
||||||
*/
|
*/
|
||||||
img.iphoto {
|
div#addressbook-index img.iphoto {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
#addressbook-index_org_view {
|
#addressbook-index_org_view {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
@ -182,7 +183,7 @@ img.iphoto {
|
|||||||
div#addressbook-index div.et2_hbox_left select#addressbook-index_org_view {
|
div#addressbook-index div.et2_hbox_left select#addressbook-index_org_view {
|
||||||
/*.box_shadow_standard_light;*/
|
/*.box_shadow_standard_light;*/
|
||||||
width: auto;
|
width: auto;
|
||||||
margin: 5px 0em 5px 5px;
|
margin: 5px 0em 5px 0px;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
outline: none;
|
outline: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -215,7 +216,7 @@ img.iphoto {
|
|||||||
div#addressbook-index div.et2_hbox_right select.et2_selectbox {
|
div#addressbook-index div.et2_hbox_right select.et2_selectbox {
|
||||||
/*.box_shadow_standard_light;*/
|
/*.box_shadow_standard_light;*/
|
||||||
width: auto;
|
width: auto;
|
||||||
margin: 5px 0em 5px 5px;
|
margin: 5px 0em 5px 0px;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
outline: none;
|
outline: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
Loading…
Reference in New Issue
Block a user