Dashboard agora com rss e ical

This commit is contained in:
2008-03-05 06:52:52 -03:00
parent ba4a6a20fe
commit e5bc6024ba
15 changed files with 101 additions and 35 deletions

View File

@@ -28,11 +28,6 @@ h1, h2, h3, h4, h5, th {
background-color: <%= color[0] %>;
}
#footer {
background-color: <%= color[3] %>;
border-top: 5px solid <%= color[3] %>;
}
.icon img:hover {
background-color: <%= color[1] %>;
}

View File

@@ -120,13 +120,15 @@ body {
font-weight: normal;
min-width: 780px;
background-image: url(<%= App.base_path %>/images/bg_body.png);
background-repeat: repeat-x;
background-color: #f4f4f4;
background-color: #fff;
}
#wrapper {
margin: 0em auto;
margin: 0em -9px;
padding: 0px 9px;
background-image: url(<%= App.base_path %>/images/bg_body.png);
background-repeat: repeat-x;
background-color: #f4f4f4;
}
#header {
@@ -194,16 +196,14 @@ body {
#site {
padding: 0px;
margin-top: 18px;
border-bottom: 30px solid #eee;
}
#footer {
display: none;
background-image: url(<%= App.base_path %>/images/footer_bg.png);
background-position: top;
background-repeat: repeat-x;
margin: 0em;
height: 10em;
border-top: 3px solid #f0f0f0;
margin: 0px -9px;
padding: 18px 0px;
text-align: center;
color: #aaa;
}
.float_panel_left {