more changes by Pierre Ducarme

This commit is contained in:
Frédéric Péters 2011-11-16 18:16:37 +01:00
parent 7f5be8b263
commit 917c72f85d
1 changed files with 30 additions and 14 deletions

View File

@ -1126,15 +1126,15 @@ margin-top: 8px;
/*content top*/
.content_top_inner {
background: url(../img/content_top_container_b.jpg) no-repeat 0 bottom;
/* background: url(../img/content_top_container_b.jpg) no-repeat 0 bottom; */
padding: 0 10px 10px 10px;
overflow: hidden;
}
.content_top {
/*.content_top {
background: url(../img/content_top_container_m.jpg) repeat-y;
margin-top: 20px;
}
} */
.content_top .menu a,
.content_top p{
font-weight:400;
@ -1168,15 +1168,24 @@ margin-top: 8px;
/*portletNavigationTree*/
.portletNavigationTree {
background: url(../img/content_top_container_t.jpg) no-repeat;
padding-top: 9px;
}
.portletNavigationTree .portletItem{
/* 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;
border: 1px solid #E8E6E2;
border-right: 1px solid #D6D6CE;
border-bottom: 1px solid #D6D6CE;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
/* .portletNavigationTree .portletItem{
background: url(../img/content_top_container_m.jpg) repeat-y;
}
} */
.portletNavigationTree .portletItem .navTree{
margin:0;
background: url(../img/content_top_container_b.jpg) no-repeat left bottom;
/* background: url(../img/content_top_container_b.jpg) no-repeat left bottom; */
padding: 0 10px 10px 10px;
list-style: none;
}
@ -1204,21 +1213,28 @@ margin-top: 8px;
background: inherit;
padding: 0 !important;
}
.portletNavigationTree ul a {color:#565655 !important; font-size: 13px;}
.portletNavigationTree ul a {color:#565655 !important; font-size: 11px;}
.portletNavigationTree ul a:hover {color:#565655 !important;}
/*content-description*/
#content-description{
/*#content-description{
background: url(../img/content_top_container_t.jpg) no-repeat;
padding: 9px 0 0 0;
}
} */
#content-description .content_top_inner{
/* background: url(../img/content_top_container_b.jpg) no-repeat bottom; */
padding: 0 0 5px 0;
background: #F9F9F9;
padding: 10px 0 5px 0;
border: 1px solid #E8E6E2;
border-right: 1px solid #D6D6CE;
border-bottom: 1px solid #D6D6CE;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#content-description .content_top_inner #parent-fieldname-description,
#content-description .content_top_inner .documentDescription{
background: url(../img/content_top_container_m.jpg) repeat-y;
/* background: url(../img/content_top_container_m.jpg) repeat-y; */
padding: 0 9px 8px 9px;
overflow: hidden;
}