Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-07-05 16:28:08 +0400
committerAleksander Machniak <alec@alec.pl>2012-07-05 16:28:08 +0400
commite466f67c33c0a8fff47d470e3ca3e63a731dafba (patch)
treea0a45d3b3accfdf28e18903d0d9edcbe8efbd72d /plugins/help
parent0bf0b3fe6cd242f65eb0a1f6a17e090d75eb2089 (diff)
Move Help toolbar to the left
Diffstat (limited to 'plugins/help')
-rw-r--r--plugins/help/skins/larry/help.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/help/skins/larry/help.css b/plugins/help/skins/larry/help.css
index eab80b5d9..20caa7a87 100644
--- a/plugins/help/skins/larry/help.css
+++ b/plugins/help/skins/larry/help.css
@@ -11,7 +11,7 @@
#helptoolbar {
position: absolute;
top: -6px;
- right: 0;
+ left: 0;
height: 40px;
white-space: nowrap;
}