From 08032e04536e67dbf488654a0142350690154c57 Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 31 Mar 2011 04:57:31 -0700 Subject: change language dynamically - bound to F8 key --- view/theme/duepuntozero/style.css | 6 ++++++ view/theme/loozah/style.css | 6 ++++++ 2 files changed, 12 insertions(+) (limited to 'view') diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 042cc380f..0d59b6590 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2183,3 +2183,9 @@ a.mail-list-link { .side-link { margin-bottom: 15px; } + +#language-selector { + position: absolute; + top: 0; + left: 0; +) diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index a61838157..566220711 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -2205,3 +2205,9 @@ a.mail-list-link { .side-link { margin-bottom: 15px; } + +#language-selector { + position: absolute; + top: 0; + left: 0; +) -- cgit v1.2.3