forked from extern/egroupware
backport of r3389: moving addressbook index photo to addressbook and use app.css (width:100%; height:auto)
This commit is contained in:
parent
0caf6d14d9
commit
fdb6ece069
@ -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;*/
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user