diff options
author | Friendika <info@friendika.com> | 2011-06-05 17:51:39 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-05 17:51:39 -0700 |
commit | c4cec593ba4551069d442bf46d87bb0c952ebdab (patch) | |
tree | f41f6d4799532506446f9ad76a3f4de513efd135 | |
parent | 4284c6f9ee471d253354b8ba9508281b98976f52 (diff) | |
download | volse-hubzilla-c4cec593ba4551069d442bf46d87bb0c952ebdab.tar.gz volse-hubzilla-c4cec593ba4551069d442bf46d87bb0c952ebdab.tar.bz2 volse-hubzilla-c4cec593ba4551069d442bf46d87bb0c952ebdab.zip |
position language selector in dispy
-rw-r--r-- | view/theme/dispy/style.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index 51cb6dd4a..5cedf4118 100644 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -170,6 +170,20 @@ nav .nav-link { #notify-update { background-position: -60px 0px; } #home-update { background-position: -90px 0px; } +#lang-select-icon { + cursor: pointer; + position: absolute; + left: 0px; + top: 0px; +} + +#language-selector { + position: absolute; + top: 0; + left: 16px; +} + + /** sysmsg **/ #sysmsg_info{ position:fixed; @@ -776,6 +790,7 @@ section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;} border-bottom: 0px; }*/ + .border { border: 1px solid #babdb6; -webkit-border-radius: 3px; |