mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 00:09:13 +01:00
pixelegg changes
This commit is contained in:
parent
33b01975b2
commit
3e471a8fb5
@ -286,6 +286,9 @@ div#addressbook-index div.filters select#infolog-index_filter2 {
|
||||
div#addressbook-index table.egwGridView_outer {
|
||||
width: 99%;
|
||||
}
|
||||
.et2_container {
|
||||
height: auto;
|
||||
}
|
||||
#egw_fw_sidemenu .egw_fw_ui_category_content table {
|
||||
margin-left: -14px;
|
||||
}
|
||||
@ -717,3 +720,7 @@ table.uploadphoto {
|
||||
.image16 img {
|
||||
height: 16px;
|
||||
}
|
||||
.fixedHeight,
|
||||
.telNumbers {
|
||||
height: auto;
|
||||
}
|
||||
|
@ -134,7 +134,7 @@ div#addressbook-index{
|
||||
|
||||
} // iframe
|
||||
|
||||
|
||||
.et2_container {height: auto;}
|
||||
|
||||
|
||||
//******************************************************************
|
||||
@ -587,6 +587,7 @@ table.uploadphoto {width: 360px !important; background-color: @gray-20 !importan
|
||||
.image16 img {
|
||||
height: 16px;
|
||||
}
|
||||
.fixedHeight,.telNumbers { height: auto;}
|
||||
|
||||
|
||||
|
||||
|
@ -213,7 +213,6 @@ span#favorite_sidebox_infolog .favorites li img.sideboxstar {
|
||||
}
|
||||
#infolog-index #infolog-index_nm .egwGridView_scrollarea table.egwGridView_grid img {
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
}
|
||||
/*###########################################
|
||||
# #
|
||||
|
@ -205,7 +205,7 @@ span#favorite_sidebox_infolog{
|
||||
|
||||
table.egwGridView_grid {
|
||||
|
||||
img{height: 16px; width: 16px;}
|
||||
img{height: 16px;}
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user