diff --git a/plonetheme/pcfweb/static/css/style.css b/plonetheme/pcfweb/static/css/style.css index f737962..ddef165 100644 --- a/plonetheme/pcfweb/static/css/style.css +++ b/plonetheme/pcfweb/static/css/style.css @@ -1449,9 +1449,23 @@ border: none; /* background: none repeat scroll 0 0 #D2A907; */ background: none repeat scroll 0 0 #fdc600; padding: 1px; + -webkit-border-top-right-radius: 5px; + -moz-border-radius-topright: 5px; + border-top-right-radius: 5px; + min-height: 265px; } #content #pcfhome-second-part dd{padding:0;} -#content #pcfhome-second-part .formPanel{background: none;padding: 5px; margin: 0; background: white;overflow: hidden;} +#content #pcfhome-second-part .formPanel{ + background: none; + padding: 5px; + margin: 0; + background: white; + overflow: hidden; + -webkit-border-top-right-radius: 5px; + -moz-border-radius-topright: 5px; + border-top-right-radius: 5px; + min-height: 254px; +} #content #pcfhome-second-part .formPanel img{width: auto; float: left; height: auto; margin: 0; padding: 0; vertical-align: top;} #pcfhome-second-part .tabs_content{background: #d2a907;padding: 3px;} #pcfhome-second-part .tab_content{background: #ffffff; padding: 3px;} @@ -1465,15 +1479,16 @@ border: none; /*date*/ .portaltype-tabellio-agenda-parlement .blocdate, .portaltype-tabellio-agenda-parlevent .blocdate, -.template-pcfhome_folder .blocdate { +/*.template-pcfhome_folder .blocdate { */ +.blocdate { float:right; padding: 15px; - border:1px solid #e5e5e5; +/* border:1px solid #e5e5e5; */ border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; position: relative; - margin-right: 40px; +/* margin-right: 40px; */ } .portaltype-tabellio-agenda-parlement .blocdate, @@ -1482,10 +1497,15 @@ border: none; border:1px solid #888888; } +.template-pcfhome_folder .blocdate { +/* border:1px solid #e5e5e5; */ + margin-bottom: 0; +} .portaltype-tabellio-agenda-parlement .blocdate .previous, .portaltype-tabellio-agenda-parlevent .blocdate .previous, -.template-pcfhome_folder .blocdate .previous{ +/*.template-pcfhome_folder .blocdate .previous{ */ +.blocdate .previous { background: url(../img/date-left.jpg) no-repeat; height:28px; width: 29px; @@ -1498,7 +1518,8 @@ border: none; } .portaltype-tabellio-agenda-parlement .blocdate .next, .portaltype-tabellio-agenda-parlevent .blocdate .next, -.template-pcfhome_folder .blocdate .next{ +/* .template-pcfhome_folder .blocdate .next{ */ +.blocdate .next { background: url(../img/date-right.jpg) no-repeat; height:28px; width: 29px; @@ -1511,12 +1532,14 @@ border: none; } .portaltype-tabellio-agenda-parlement .date, .portaltype-tabellio-agenda-parlevent .date, -.template-pcfhome_folder .date { - background: url(../img/datebg.jpg) no-repeat; - height: 176px; - width: 176px; +/* .template-pcfhome_folder .date { + background: url(../img/datebg.jpg) no-repeat; */ +.blocdate .date { + background: url(../img/datebg.jpg) no-repeat; + height: 134px; + width: 134px; position: relative; - padding: 17px 17px 30px 17px; + padding: 17px 0px 0px 17px; } @@ -1526,36 +1549,45 @@ border: none; } .portaltype-tabellio-agenda-parlement .date .day, .portaltype-tabellio-agenda-parlevent .date .day, -.template-pcfhome_folder .date .day { +/*.template-pcfhome_folder .date .day { +.template-pcfhome_folder .blocdate .date { + background: url(../img/datebg.jpg) no-repeat; +} */ + +.blocdate .date .day { font-size: 80px; - text-align: center; display: block; line-height: normal; position: absolute; - bottom: 40px; - width: 176px; + bottom: 18px; + width: 100px; text-align: center; color:white; } .portaltype-tabellio-agenda-parlement .date .month, .portaltype-tabellio-agenda-parlevent .date .month, -.template-pcfhome_folder .date .month { +/* .template-pcfhome_folder .date .month { */ + +.blocdate .date .month { display: block; - font-size: 27px; +/* font-size: 27px; */ + font-size: 18px; text-transform: uppercase; line-height: normal; position: absolute; - top: 30px; - width: 176px; +/* top: 30px; */ +/* width: 176px; */ text-align: center; color:white; } .portaltype-tabellio-agenda-parlement #content .open-calendar, .portaltype-tabellio-agenda-parlevent #content .open-calendar, -.template-pcfhome_folder #content .open-calendar { +/* .template-pcfhome_folder #content .open-calendar { */ + +#content .open-calendar { position: absolute; bottom: 0; - width: 176px; + width: 110px; text-align: center; color:#aa0000; border: none; diff --git a/plonetheme/pcfweb/static/img/datebg.jpg b/plonetheme/pcfweb/static/img/datebg.jpg index 66300b4..67a05cf 100644 Binary files a/plonetheme/pcfweb/static/img/datebg.jpg and b/plonetheme/pcfweb/static/img/datebg.jpg differ