summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2013-09-24 14:14:53 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2013-09-24 14:14:53 +0200
commitc6f4dd24adee00828f0b54cf99fb3c51302c0c9c (patch)
tree6827542ee112f50dd6fa464714b0980c38dbaccc /static
parent5aae6298b4641b7414f30e435e7c587a123e897d (diff)
downloadkosten-c6f4dd24adee00828f0b54cf99fb3c51302c0c9c.tar.gz
kosten-c6f4dd24adee00828f0b54cf99fb3c51302c0c9c.tar.bz2
kosten-c6f4dd24adee00828f0b54cf99fb3c51302c0c9c.zip
Increase width of page to 760px
Diffstat (limited to 'static')
-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