]> git.mxchange.org Git - friendica.git/commitdiff
position language selector in dispy
authorFriendika <info@friendika.com>
Mon, 6 Jun 2011 00:51:39 +0000 (17:51 -0700)
committerFriendika <info@friendika.com>
Mon, 6 Jun 2011 00:51:39 +0000 (17:51 -0700)
view/theme/dispy/style.css

index 51cb6dd4a1980cc8e1862ea18a17825cf98336f9..5cedf4118826423e21a984e485b0136a1904c7dc 100644 (file)
@@ -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;