another bunch of changes by Pierre Ducarme

This commit is contained in:
Frédéric Péters 2011-11-21 18:05:00 +01:00
parent dd103abffd
commit e36e658236
4 changed files with 34 additions and 21 deletions

View File

@ -1171,7 +1171,7 @@ margin-top: 8px;
/* background: url(../img/content_top_container_t.jpg) no-repeat;
padding-top: 9px; */
background-color: rgba(249,249,249,1);
padding: 10px 0 5px 0;
padding: 5px 0 5px 0;
border: 1px solid #E8E6E2;
border-right: 1px solid #D6D6CE;
border-bottom: 1px solid #D6D6CE;
@ -1186,9 +1186,10 @@ margin-top: 8px;
.portletNavigationTree .portletItem .navTree{
margin:0;
/* background: url(../img/content_top_container_b.jpg) no-repeat left bottom; */
padding: 0 10px 10px 10px;
padding: 0 5px 5px 5px;
list-style: none;
}
.portletNavigationTree .portletItem .navTree ul{
padding-bottom: 5px;
}
@ -1197,7 +1198,7 @@ margin-top: 8px;
padding: 0;
background: none;
margin: 0 0 0 20px;
list-style: disc;
/* list-style: disc; */
line-height: 1em;
}
.portletNavigationTree .portletItem .navTree .navTreeItem a{
@ -1292,7 +1293,7 @@ margin-top: 8px;
.nav-list-month,
.portletCalendar .month_navigator {
font-size: 14px;
font-size: 18px;
/* color:#884a4a; */
text-align: center;
padding: 5px 0;
@ -1476,7 +1477,7 @@ border: none;
#content #pcfhome-second-part .formPanel{
background: none;
padding: 5px 35px 5px 5px;
padding: 5px 5px 5px 35px;
margin: 0;
background: white;
overflow: hidden;
@ -1497,6 +1498,10 @@ border: none;
/*date*/
.template-pcfhome_folder #content .blocdate{
float:left;
padding: 10px 15px 15px 15px;
}
.portaltype-tabellio-agenda-parlement .blocdate,
.portaltype-tabellio-agenda-parlevent .blocdate,
@ -1504,12 +1509,14 @@ border: none;
.blocdate {
display : inline-block;
float:right;
padding: 15px;
padding: 0px 15px 15px 15px;
/* border:1px solid #e5e5e5; */
position: relative;
/* margin-right: 40px; */
}
/*.portaltype-tabellio-agenda-parlement .blocdate,
.portaltype-tabellio-agenda-parlevent .blocdate{
margin: 0 40px 40px 40px;
@ -1525,13 +1532,13 @@ border: none;
.portaltype-tabellio-agenda-parlevent .blocdate .previous,
/*.template-pcfhome_folder .blocdate .previous{ */
.blocdate .previous {
background: url(../img/date-left.jpg) no-repeat;
background: url(../img/date-left.png) no-repeat;
height:28px;
width: 29px;
text-indent:-99999px;
display: block;
top:50%;
left:-29px;
left:-15px;
position: absolute;
border:none;
}
@ -1539,13 +1546,13 @@ border: none;
.portaltype-tabellio-agenda-parlevent .blocdate .next,
/* .template-pcfhome_folder .blocdate .next{ */
.blocdate .next {
background: url(../img/date-right.jpg) no-repeat;
background: url(../img/date-right.png) no-repeat;
height:28px;
width: 29px;
text-indent:-99999px;
display: block;
top:50%;
right:-29px;
right:-15px;
position: absolute;
border:none;
}
@ -1553,7 +1560,7 @@ border: none;
.portaltype-tabellio-agenda-parlevent .date,
/* .template-pcfhome_folder .date { */
.blocdate .date {
background: url(../img/datebg.jpg) no-repeat;
background: url(../img/datebg.png) no-repeat;
height: 134px;
width: 134px;
position: relative;
@ -1575,19 +1582,18 @@ border: none;
} */
.blocdate .date .day {
font-size: 80px;
font-size: 72px;
display: block;
line-height: normal;
position: absolute;
bottom: 0px;
bottom: 5px;
width: 134px;
text-align: center;
color:white;
color:#4c4c4c;
}
.portaltype-tabellio-agenda-parlement .date .month,
.portaltype-tabellio-agenda-parlevent .date .month,
/* .template-pcfhome_folder .date .month { */
.blocdate .date .month {
display: block;
/* font-size: 27px; */
@ -1607,18 +1613,19 @@ border: none;
#content .open-calendar {
position: absolute;
bottom: 0;
width: 110px;
text-align: center;
width: 134px;
top: 132px;
text-align: right;
color:#aa0000;
border: none;
font-size: 10px;
}
.template-pcfhome_folder #hp-agenda{
overflow: hidden;
}
.template-pcfhome_folder #content .event-description {
display: inline-block;
float:left;
float:right;
width:442px;
color:#333333;
padding: 30px;
@ -1891,7 +1898,11 @@ dl.portlet {
{
margin: 0 0 5px 0;
overflow: hidden;
background: url("../img/reunions_container_t.jpg") no-repeat scroll center top transparent;
border-bottom: 1px solid #DDDAD0;
/* border-left: 1px solid #DDDAD0;
border-right: 1px solid #DDDAD0;*/
background: rgba(249, 249, 249, 1);
/* background: url("../img/reunions_container_t.jpg") no-repeat scroll center top transparent; */
padding: 5px 0 0 0;
}
#events-ul-list li div,
@ -1899,7 +1910,8 @@ dl.portlet {
{
margin: 0;
overflow: hidden;
background: url("../img/reunions_container_b.jpg") no-repeat scroll center bottom transparent;
background: rgba(249, 249, 249, 1);
/* background: url("../img/reunions_container_b.jpg") no-repeat scroll center bottom transparent; */
padding: 0 10px 5px 10px;
}
#events-ul-list li div div,
@ -2156,6 +2168,7 @@ body.template-pcfhome_folder div.centerContentTop {
.portaltype-tabellio-agenda-parlement .centerContentBottom #content,
.portaltype-tabellio-agenda-comevent .centerContentBottom #content,
.portaltype-tabellio-agenda-event .centerContentBottom #content,
.portaltype-tabellio-agenda-parlevent .centerContentBottom #content {
padding: 0 35px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB