]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/loozah/style.css
fix html reshares when editplain in use
[friendica.git] / view / theme / loozah / style.css
old mode 100644 (file)
new mode 100755 (executable)
index 4470723..73c8639
@@ -131,6 +131,23 @@ blockquote:before {
        float: left;
 }
 
+#jot-title-desc {
+       color: #cccccc;
+}
+
+#jot-title-wrapper {
+       margin-bottom: 5px;
+}
+
+#jot-title {
+       border: 1px solid #cccccc;
+       width: 530px;
+}
+
+#jot-title-display {
+       font-weight: bold;
+}
+
 .fakelink, .fakelink:visited {
        color: #15607B;
        text-decoration: none;
@@ -147,7 +164,7 @@ blockquote:before {
     margin-bottom: 10px;
 }
 
-.group-selected {
+.group-selected, .nets-selected {
     padding: 3px;
     border: 1px solid #CCCCCC;
     background: #F8F8F8;
@@ -623,6 +640,10 @@ input#dfrn-url {
        margin-top: 10px;
 }
 
+.profile-edit-side-div {
+       float: right;
+}
+
 .view-contact-wrapper {
        margin-top: 20px;
        float: left;
@@ -1195,6 +1216,16 @@ padding: 5px 10px 0px;
        font-size: 1.2em;
 }
 
+#jot-preview-link {
+       margin-left: 45px;
+}
+
+.preview {
+       background: #FFFFC8;
+}
+
+
+
 #profile-jot-perms-end {
        clear: both;
 }
@@ -1874,6 +1905,26 @@ a.mail-list-link {
        margin-top: 10px;
 }
 
+#sidebar-group-list .icon {
+       display: inline-block;
+       height: 12px;
+       width: 12px;
+}
+
+.nets-ul {
+       list-style-type: none;
+}
+
+.nets-ul li {
+       margin-top: 10px;
+}
+
+.nets-link {
+       margin-left: 24px;
+}
+.nets-all {
+       margin-left: 42px;
+}
 
 #search-save {
     margin-left: 5px;
@@ -1903,6 +1954,11 @@ a.mail-list-link {
        margin-top: 15px;
 }
 
+.photos {
+       height: auto;
+       overflow: auto;
+}
+
 .photo-album-image-wrapper {
        float: left;
        margin-top: 15px;
@@ -2745,9 +2801,31 @@ a.mail-list-link {
        margin-top: 10px;
 }
 
-.type-video { background-position: 0px; 0px; }
-.type-image { background-position: -20px; 0px; }
-.type-audio { background-position: -40px; 0px; }
-.type-text  { background-position: -60px; 0px; }
-.type-unkn  { background-position: -80px; 0px; }
+.type-video { background-position: 0px 0px; }
+.type-image { background-position: -20px 0px; }
+.type-audio { background-position: -40px 0px; }
+.type-text  { background-position: -60px 0px; }
+.type-unkn  { background-position: -80px 0px; }
+
+/* autocomplete popup */
+.acpopup {
+       max-height:150px;
+       background-color:#ffffff;
+       overflow:auto;
+       z-index:100000;
+       border:1px solid #cccccc;
+}
+.acpopupitem {
+       background-color:#ffffff; padding: 4px;
+       clear:left;
+}
+.acpopupitem img {
+       float: left;
+       margin-right: 4px;
+}
+
+.acpopupitem.selected {
+       color: #FFFFFF; background: #3465A4;
+}
+