diff options
author | Friendika <info@friendika.com> | 2011-03-31 04:57:31 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-31 04:57:31 -0700 |
commit | 08032e04536e67dbf488654a0142350690154c57 (patch) | |
tree | bd0fc507e4e25f2f780ea2bc1eaea1a618fb920b /view | |
parent | 75ad3219e67b803bebf028b69d59f26c44571b3d (diff) | |
download | volse-hubzilla-08032e04536e67dbf488654a0142350690154c57.tar.gz volse-hubzilla-08032e04536e67dbf488654a0142350690154c57.tar.bz2 volse-hubzilla-08032e04536e67dbf488654a0142350690154c57.zip |
change language dynamically - bound to F8 key
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/duepuntozero/style.css | 6 | ||||
-rw-r--r-- | view/theme/loozah/style.css | 6 |
2 files changed, 12 insertions, 0 deletions
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; +) |