tag css of poll page

This commit is contained in:
senza 2020-08-08 14:46:31 +02:00
parent 5a323381cc
commit 7309aa310c

View File

@ -19,7 +19,7 @@
width: 64px; width: 64px;
height: 24px; height: 24px;
p{ p{
font-size: 11px; font-size: 11px;
} }
} }
} }
@ -29,8 +29,24 @@
} }
} }
} }
/*personnalise css on poll page*/
#pollPage{ #pollPage{
width: 85%; width: 85%;
margin: auto; margin: auto;
solid-display.topline{
>div:first-of-type{
*[name="right"]{
etuc-display-votetags{
>div{
width: 64px;
height: 24px;
p{
font-size: 11px;
}
}
}
}
}
}
} }
} }