mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-12-06 07:52:02 +00:00
La sconfitta del socialismului
This commit is contained in:
@@ -44,10 +44,10 @@ fetch(newsURL)
|
|||||||
span.setAttribute("class","red");
|
span.setAttribute("class","red");
|
||||||
}
|
}
|
||||||
if(element.type=="Biglietti"){
|
if(element.type=="Biglietti"){
|
||||||
span.setAttribute("class","blu");
|
span.setAttribute("class","blue");
|
||||||
}
|
}
|
||||||
if(element.type=="Personale"){
|
if(element.type=="Personale"){
|
||||||
span.setAttribute("class","blu");
|
span.setAttribute("class","blue");
|
||||||
}
|
}
|
||||||
//P creation
|
//P creation
|
||||||
span.innerHTML=element.type;
|
span.innerHTML=element.type;
|
||||||
|
|||||||
@@ -319,6 +319,7 @@ table.image-table img {
|
|||||||
#news-container{
|
#news-container{
|
||||||
display:flex;
|
display:flex;
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.news-card{
|
.news-card{
|
||||||
@@ -327,13 +328,11 @@ table.image-table img {
|
|||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
background-color: #282828;
|
background-color: #282828;
|
||||||
min-width: 250px;
|
min-width: 250px;
|
||||||
max-height: 113px;
|
max-height: 118px;
|
||||||
|
align-items: center;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
display: flex;
|
|
||||||
align-items:center;
|
|
||||||
}
|
}
|
||||||
.news-card a{
|
.news-card a{
|
||||||
flex:1;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user