From 8ad26def303c7dc0db1049b8c72f21c17133ab33 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Mon, 21 May 2012 21:21:00 +0200 Subject: Sidebar blocks of Article editor can be expanded/collapsed. --- ratatoeskr/cms_style/images/expandarrow_collapsed.png | Bin 0 -> 142 bytes ratatoeskr/cms_style/images/expandarrow_expanded.png | Bin 0 -> 154 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 ratatoeskr/cms_style/images/expandarrow_collapsed.png create mode 100644 ratatoeskr/cms_style/images/expandarrow_expanded.png (limited to 'ratatoeskr/cms_style/images') diff --git a/ratatoeskr/cms_style/images/expandarrow_collapsed.png b/ratatoeskr/cms_style/images/expandarrow_collapsed.png new file mode 100644 index 0000000..62f662b Binary files /dev/null and b/ratatoeskr/cms_style/images/expandarrow_collapsed.png differ diff --git a/ratatoeskr/cms_style/images/expandarrow_expanded.png b/ratatoeskr/cms_style/images/expandarrow_expanded.png new file mode 100644 index 0000000..a5e4c41 Binary files /dev/null and b/ratatoeskr/cms_style/images/expandarrow_expanded.png differ -- cgit v1.2.3-54-g00ecf From 26bd77a253cd0ff4b53ad76c05d53a07d84b2b2f Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sat, 26 May 2012 13:21:14 +0200 Subject: Awesome background / watermark for backend. Many pages had a lot of empty white space, that watermark fills this space without being too annoying. --- ratatoeskr/cms_style/images/backendbg.png | Bin 0 -> 4816 bytes ratatoeskr/cms_style/layout.css | 1 + 2 files changed, 1 insertion(+) create mode 100644 ratatoeskr/cms_style/images/backendbg.png (limited to 'ratatoeskr/cms_style/images') diff --git a/ratatoeskr/cms_style/images/backendbg.png b/ratatoeskr/cms_style/images/backendbg.png new file mode 100644 index 0000000..995e8cf Binary files /dev/null and b/ratatoeskr/cms_style/images/backendbg.png 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 { -- cgit v1.2.3-54-g00ecf