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

This commit is contained in:
Ralf Becker 2014-12-03 10:37:22 +00:00
parent 0caf6d14d9
commit fdb6ece069
2 changed files with 0 additions and 15 deletions

View File

@ -5801,20 +5801,6 @@ table.egwGridView_grid {
table.egwGridView_grid img {
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 {
border-bottom: 1px solid #000000;
/*padding: 2px 3px 2px 4px;*/

View File

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