From 3185f3a52404baacaef29e4ace534c97e5ddc931 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Mon, 30 Jul 2012 14:26:41 +0200 Subject: Backported default -> classic skin renaming --- plugins/help/skins/classic/help.css | 29 +++++++++++++++++++ plugins/help/skins/classic/help.gif | Bin 0 -> 898 bytes plugins/help/skins/classic/templates/help.html | 37 +++++++++++++++++++++++++ 3 files changed, 66 insertions(+) create mode 100644 plugins/help/skins/classic/help.css create mode 100644 plugins/help/skins/classic/help.gif create mode 100644 plugins/help/skins/classic/templates/help.html (limited to 'plugins/help/skins/classic') diff --git a/plugins/help/skins/classic/help.css b/plugins/help/skins/classic/help.css new file mode 100644 index 000000000..8f67f111e --- /dev/null +++ b/plugins/help/skins/classic/help.css @@ -0,0 +1,29 @@ +/***** Roundcube|Mail Help task styles *****/ + +#taskbar a.button-help +{ + background-image: url('help.gif'); +} + +.help-box +{ + overflow: auto; + background-color: #F2F2F2; +} + +#helplicense, #helpabout +{ + width: 46em; + padding: 1em 2em; +} + +#helplicense a, #helpabout a +{ + color: #900; +} + +#helpabout +{ + margin: 0 auto; +} + diff --git a/plugins/help/skins/classic/help.gif b/plugins/help/skins/classic/help.gif new file mode 100644 index 000000000..fe41e43c0 Binary files /dev/null and b/plugins/help/skins/classic/help.gif differ diff --git a/plugins/help/skins/classic/templates/help.html b/plugins/help/skins/classic/templates/help.html new file mode 100644 index 000000000..98beb6655 --- /dev/null +++ b/plugins/help/skins/classic/templates/help.html @@ -0,0 +1,37 @@ + + + +<roundcube:object name="pagetitle" /> + + + + + + + + + + +
+ + + + + +
+ +
+ +
+ + + -- cgit v1.2.3