aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2012-05-26 13:21:14 +0200
committerKevin Chabowski <kevin@kch42.de>2012-05-26 13:21:14 +0200
commit26bd77a253cd0ff4b53ad76c05d53a07d84b2b2f (patch)
tree97953b6f2669a36c5e80e9d5df340764317e41b3
parent3d406946eea06096c780054e173ebdbb0f787ceb (diff)
downloadratatoeskr-cms-26bd77a253cd0ff4b53ad76c05d53a07d84b2b2f.tar.gz
ratatoeskr-cms-26bd77a253cd0ff4b53ad76c05d53a07d84b2b2f.tar.bz2
ratatoeskr-cms-26bd77a253cd0ff4b53ad76c05d53a07d84b2b2f.zip
Awesome background / watermark for backend.
Many pages had a lot of empty white space, that watermark fills this space without being too annoying.
-rw-r--r--ratatoeskr/cms_style/images/backendbg.pngbin0 -> 4816 bytes
-rw-r--r--ratatoeskr/cms_style/layout.css1
2 files changed, 1 insertions, 0 deletions
diff --git a/ratatoeskr/cms_style/images/backendbg.png b/ratatoeskr/cms_style/images/backendbg.png
new file mode 100644
index 0000000..995e8cf
--- /dev/null
+++ b/ratatoeskr/cms_style/images/backendbg.png
Binary files differ
diff --git a/ratatoeskr/cms_style/layout.css b/ratatoeskr/cms_style/layout.css
index 53ab8e0..aac132a 100644
--- a/ratatoeskr/cms_style/layout.css
+++ b/ratatoeskr/cms_style/layout.css
@@ -19,6 +19,7 @@ a:hover {
body, html {
margin: 0px;
padding:0px;
+ background: white url(images/backendbg.png) bottom right no-repeat fixed;
}
hr {