moving addressbook index photo to addressbook and use app.css (width:100%; height:auto)

This commit is contained in:
Ralf Becker 2014-10-25 16:05:50 +00:00
parent f48c57e4af
commit 65b9a8e1a0
2 changed files with 0 additions and 15 deletions

View File

@ -5835,20 +5835,6 @@ table.egwGridView_grid {
table.egwGridView_grid img { table.egwGridView_grid img {
height: 16px; height: 16px;
} }
table.egwGridView_grid img.iphoto {
height: 9em;
margin: 0.2em;
max-height: 60px;
/*filter grey*/
filter: none;
-webkit-filter: initial;
-moz-filter: initial;
-ms-filter: initial;
-o-filter: initial;
/*filter: url(grayscale.svg); Firefox 4+ */
filter: initial;
/* IE 6-9 */
}
table.egwGridView_grid tbody { table.egwGridView_grid tbody {
border-bottom: 1px solid #000000; border-bottom: 1px solid #000000;
/*padding: 2px 3px 2px 4px;*/ /*padding: 2px 3px 2px 4px;*/

View File

@ -205,7 +205,6 @@ table.egwGridView_grid{
width: 100%; width: 100%;
img{ .dimension_height_s;} img{ .dimension_height_s;}
img.iphoto {height: 9em;margin: 0.2em; max-height: 60px; .img_filter_none;}
tbody { tbody {
border-bottom: 1px solid @lightgray; border-bottom: 1px solid @lightgray;