summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/css/style.css17
-rw-r--r--static/images/img02.gifbin4689 -> 4787 bytes
-rw-r--r--static/images/img03.gifbin229 -> 227 bytes
3 files changed, 9 insertions, 8 deletions
diff --git a/static/css/style.css b/static/css/style.css
index a79308e..99a5e06 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -112,23 +112,24 @@ ul.arrow {
color: #E15418;
}
-div.pie {
+.pie {
display: inline-block;
- width: 370px;
+ width: 410px;
height: 250px;
}
div.month_exp {
display: inline-block;
- width: 270px;
+ width: 280px;
vertical-align: top;
margin-bottom: 10px;
+ margin-right: 10px;
}
/* Header */
#header {
- width: 713px;
+ width: 760px;
margin: 0 auto;
height: 42px;
}
@@ -143,7 +144,7 @@ div.month_exp {
#menu {
float: left;
- width: 713px;
+ width: 760px;
height: 50px;
background: url(../images/img02.gif) no-repeat left top;
}
@@ -183,7 +184,7 @@ div.month_exp {
/** LOGO */
#logo {
- width: 713px;
+ width: 760px;
height: 80px;
margin: 0 auto;
}
@@ -230,7 +231,7 @@ div.month_exp {
/* Page */
#page {
- width: 663px;
+ width: 710px;
margin: 0 auto;
background: #4C4C4C url(../images/img03.gif) no-repeat left bottom;
padding: 0 25px;
@@ -240,7 +241,7 @@ div.month_exp {
.content {
float: left;
- width: 663px;
+ width: 710px;
padding: 15px 0px;
margin-bottom: 20px;
}
diff --git a/static/images/img02.gif b/static/images/img02.gif
index 45a3ae9..6f7624f 100644
--- a/static/images/img02.gif
+++ b/static/images/img02.gif
Binary files differ
diff --git a/static/images/img03.gif b/static/images/img03.gif
index d92ea38..137ec06 100644
--- a/static/images/img03.gif
+++ b/static/images/img03.gif
Binary files differ