center text of 'activities' portlet

This commit is contained in:
Frédéric Péters 2012-05-10 10:47:28 +02:00
parent 4efba4d6e3
commit 4e4b9279f8
1 changed files with 5 additions and 4 deletions

View File

@ -3213,17 +3213,18 @@ p.un-parlement-qui-bouge {
.portlet-static-activites {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13pt;
line-height: 9pt;
vertical-align: middle;
background-color: #91a9b2;
text-align: left;
text-align: center;
vertical-align: middle;
padding-left: 20px;
padding-left: 0px;
height: 40px;
}
.portlet-static-activites div {
width: 180px;
height:40px;
#position: absolute; #top: 50%;display: table-cell; vertical-align: middle;
}