]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/loozah/style.css
use icon for language selector instead of hotkey
[friendica.git] / view / theme / loozah / style.css
index 753998347c52d110857718292325721c84ff10bf..0f9e1e956b617529544158d667fad0eb36603827 100644 (file)
@@ -114,8 +114,10 @@ blockquote:before {
 #profile-link,
 #profile-title, 
 #wall-image-upload,
+#wall-file-upload,
 #profile-upload-wrapper,
 #wall-image-upload-div,
+#wall-file-upload-div,
 .hover, .focus {
        cursor: pointer;
 }
@@ -1203,7 +1205,10 @@ padding: 5px 10px 0px;
        float: left;
        margin-left: 30px;
 }
-
+#profile-attach-wrapper {
+    float: left;
+    margin-left: 30px;
+}
 #profile-rotator {
        float: left;
        margin-left: 30px;
@@ -2314,7 +2319,7 @@ a.mail-list-link {
 #language-selector {
        position: absolute;
        top: 0;
-       left: 0;
+       left: 16px;
 }
 
 
@@ -2406,6 +2411,21 @@ a.mail-list-link {
        width: 300px;
 }
 
+#netsearch-box {
+       margin-top: 20px;       
+}
+
+#netsearch-box #search-submit {
+       margin: 5px 0px 0px 0px;
+}
+
+#lang-select-icon {
+       cursor: pointer;
+       position: absolute;
+       left: 0px;
+       top: 0px;
+}
+
 /**
  * ICONS
  */
@@ -2440,11 +2460,17 @@ a.mail-list-link {
 .unlock { background-position: -32px -32px;}
 .video { background-position: -48px -32px;}
 .youtube { background-position: -64px -32px;}
+.attach { background-position: -80px -32px; }
+.language { background-position: -96px -32px; }
 
 .attachtype {
        display: block; width: 20px; height: 23px;
        float: left;
-       background-image: url('../../../images/content-types.gif');
+       background-image: url('../../../images/content-types.png');
+}
+
+.body-attach {
+       margin-top: 10px;
 }
 
 .type-video { background-position: 0px; 0px; }