From c40419bdfe866932fecf9fcb1f552312c669c228 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Mon, 30 Jul 2012 12:00:52 +0200 Subject: Rename old 'default' skin folder to 'classic' --- 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 +++++++++++++++++++++++++ plugins/help/skins/default/help.css | 29 ------------------- plugins/help/skins/default/help.gif | Bin 898 -> 0 bytes plugins/help/skins/default/templates/help.html | 37 ------------------------- 6 files changed, 66 insertions(+), 66 deletions(-) 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 delete mode 100644 plugins/help/skins/default/help.css delete mode 100644 plugins/help/skins/default/help.gif delete mode 100644 plugins/help/skins/default/templates/help.html (limited to 'plugins/help') 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" /> + + + + + + + + + + +
+ + + + + +
+ +
+ +
+ + + diff --git a/plugins/help/skins/default/help.css b/plugins/help/skins/default/help.css deleted file mode 100644 index 8f67f111e..000000000 --- a/plugins/help/skins/default/help.css +++ /dev/null @@ -1,29 +0,0 @@ -/***** 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/default/help.gif b/plugins/help/skins/default/help.gif deleted file mode 100644 index fe41e43c0..000000000 Binary files a/plugins/help/skins/default/help.gif and /dev/null differ diff --git a/plugins/help/skins/default/templates/help.html b/plugins/help/skins/default/templates/help.html deleted file mode 100644 index 98beb6655..000000000 --- a/plugins/help/skins/default/templates/help.html +++ /dev/null @@ -1,37 +0,0 @@ - - - -<roundcube:object name="pagetitle" /> - - - - - - - - - - -
- - - - - -
- -
- -
- - - -- cgit v1.2.3