summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-09-17 19:00:23 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-09-17 19:00:23 +0200
commitab2b8b65572aa2338411c98f68e41d7b0adcfd60 (patch)
tree8db86c16616190ea9766008562a21913440fffb1
parentremoved unneeded css, new login style (diff)
downloadpyload-ab2b8b65572aa2338411c98f68e41d7b0adcfd60.tar.xz
different bg pattern
-rw-r--r--module/web/static/css/default/style.css2
-rw-r--r--module/web/static/img/default/bgpattern.pngbin0 -> 2487 bytes
-rw-r--r--module/web/templates/default/dashboard.html2
3 files changed, 2 insertions, 2 deletions
diff --git a/module/web/static/css/default/style.css b/module/web/static/css/default/style.css
index 9c56d2d6d..4694605da 100644
--- a/module/web/static/css/default/style.css
+++ b/module/web/static/css/default/style.css
@@ -17,7 +17,7 @@ body {
font-family: 'Abel', sans-serif;
font-size: 16px;
color: #757575;
- background: url("../../img/default/fancy_deboss.png") repeat scroll 0 0 transparent;
+ background: url("../../img/default/bgpattern.png") repeat scroll 0 0 transparent;
min-width: 1000px;
}
diff --git a/module/web/static/img/default/bgpattern.png b/module/web/static/img/default/bgpattern.png
new file mode 100644
index 000000000..5111e6bdf
--- /dev/null
+++ b/module/web/static/img/default/bgpattern.png
Binary files differ
diff --git a/module/web/templates/default/dashboard.html b/module/web/templates/default/dashboard.html
index 777e73ae7..74d6a70f3 100644
--- a/module/web/templates/default/dashboard.html
+++ b/module/web/templates/default/dashboard.html
@@ -1,6 +1,6 @@
{% extends 'default/base.html' %}
{% block title %}
- {{_("Dashboard")}} - {{ super()}}}
+ {{_("Dashboard")}} - {{ super()}}
{% endblock %}
{% block require %}