report list

list article
This commit is contained in:
Nicolas Michard
2008-02-25 15:04:25 +00:00
parent d8a31c0219
commit 812f7f7c06
5 changed files with 122 additions and 84 deletions

View File

@@ -503,6 +503,12 @@ a.manage_link:hover {
color: #f00;
}
#account_data fieldset div span.content{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color:#847d6e;
font-size:11px;
}
a.back_link {
text-decoration: none;
padding-left: 50px;
@@ -512,6 +518,15 @@ a.back_link {
color: #008281;
font-weight: bold;
}
a.download {
text-decoration: none;
padding-left: 50px;
background: url(../images/cc-download_manager-32x32.png) no-repeat left top;
padding-top: 10px;
padding-bottom: 10px;
color: #008281;
font-weight: bold;
}
a.back_link:hover{
color: #003e82;
@@ -797,4 +812,4 @@ div.user_new {
display:none;
height:0px;
width:0px;
}
}