}
.boxes_container th {
- background-color: &dtml-boxeHeaderBackgroundColor;;
color: &dtml-fontColor;;
- border-bottom: &dtml-tabsBorderWidth; solid &dtml-boxesBorderColor;;
+ border-bottom: thin dotted &dtml-boxesBorderColor;;
}
.boxes_container ul {
margin-left : 0 ;
color: &dtml-bulletColor;;
list-style-position : inside ;
- list-style-image : url(list_bullet.gif);
+ list-style-image : url(&dtml-portal_url;/list_bullet.png);
}
.tree_box table {
.clipboard,
.news_box {
border: &dtml-tabsBorderWidth; solid &dtml-tabsBorderColor;;
+ border-radius:7px;
}
.news_box td.even { background-color: &dtml-evenRowBackgroundColor;; }