mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-25 08:09:02 +01:00
moving addressbook index photo to addressbook and use app.css (width:100%; height:auto)
This commit is contained in:
parent
f48c57e4af
commit
65b9a8e1a0
@ -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;*/
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user