pixelegg changes

This commit is contained in:
Ralf Becker 2013-11-28 20:21:17 +00:00
parent 33b01975b2
commit 3e471a8fb5
4 changed files with 10 additions and 3 deletions

View File

@ -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;
}

View File

@ -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;}

View File

@ -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;
}
/*###########################################
# #

View File

@ -205,7 +205,7 @@ span#favorite_sidebox_infolog{
table.egwGridView_grid {
img{height: 16px; width: 16px;}
img{height: 16px;}
}