Skip to content

Commit

Permalink
bug fixing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Mercier committed Feb 10, 2012
1 parent 3b29065 commit a959eb0
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 16 deletions.
6 changes: 5 additions & 1 deletion app/css/event-phone.css
Original file line number Diff line number Diff line change
Expand Up @@ -330,11 +330,15 @@ vertical-align: middle;
}

li.mainitemlist.item-BlogPosting .preview img{

max-height: 220%;
max-width: 150%;
max-width: 300%;
background-color: #EEE;

}



/* Liste EVENT */
/*
.event {
Expand Down
9 changes: 8 additions & 1 deletion app/css/event-shared.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,14 @@ li.mainitemlist.list .abstract p, li.mainitemlist.list .abstract img, li.mainite
margin: 0;
}


li.mainitemlist.list .preview {
position: absolute;
left: 0;
top: 0;
width: 90px;
overflow: hidden;

background: rgba(0, 0, 0, 0.2)url(../images/placeholder-event.png) no-repeat center;
}

li.mainitemlist.list .preview img {
Expand All @@ -124,6 +125,12 @@ li.mainitemlist .thumbnail {
background-size: cover;
}


/* List BlogPosting */


/* List twitter */

li.mainitemlist.list .tweet {
margin: 15px;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
Expand Down
26 changes: 12 additions & 14 deletions app/css/event-tablet.css
Original file line number Diff line number Diff line change
Expand Up @@ -363,23 +363,21 @@ li.mainitemlist.item-BlogPosting.active .title{


li.mainitemlist.item-BlogPosting .preview{
height: 74px;
width: 101px;
overflow: hidden;
text-align: center;
display: table-cell;
vertical-align: middle;
height: 74px;
width: 101px;
overflow: hidden;
text-align: center;
display: table-cell;
vertical-align: middle;
background-color: rgba(255,255,255,0.1);
}

li.mainitemlist.item-BlogPosting .preview img{
max-height: 220%;
max-width: 150%;
/*
max-height: 100%;
max-width: 100%;
*/
}
max-height: 220%;
max-width: 300%;
background-color: #EEE;

}



Expand Down Expand Up @@ -740,7 +738,7 @@ padding: 71px 211px 10px 71px;

}

/* vidŽo */
/* video */

#defaultApp__content__itemList_-0{

Expand Down

0 comments on commit a959eb0

Please sign in to comment.