]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/loozah/style.css
Merge branch 'master' of github.com:fabrixxm/friendica
[friendica.git] / view / theme / loozah / style.css
index d9b0b6f2ec81f1f47d69d1f4cc099db8da810b70..222edc1660afee5aa0006661e4b5d035cc722df1 100644 (file)
@@ -41,18 +41,21 @@ input:hover {
        cursor: pointer;
 }
 
-#id_openid_url,
-.openid {
+.openid input{
    background-color: #ECECEC !important;
    background: url(login-bg.gif) no-repeat;
    background-position: 0 50%;
    padding-left: 18px;
+   width: 385px !important;
 }
-#id_openid_url:hover,
-.openid:hover {
+
+.openid input:hover {
        background-color: #0CBEFE !important;
 }
 
+
+
+
 option {
        background-color: #ECD6D2;
 }
@@ -287,6 +290,9 @@ nav {
        margin-bottom: 5px;
 }
 
+.vcard dl {
+       clear: both;
+}
 
 .powered {
        font-size: 0.6em;
@@ -319,6 +325,7 @@ nav {
        float: right;
        margin-left: 0px;
        margin-right: 3px;
+       margin-top: 20px;
        padding: 6px;
        /*border: 2px solid #000000;*/
        background: #D5D5D5;
@@ -340,6 +347,7 @@ nav {
 .nav-ajax-left {
        margin-left: 1px;
        margin-right: 2px;
+       margin-top: 15px;
        float: left;
        font-size: 0.6em;
        font-weight: bold;
@@ -373,6 +381,7 @@ nav {
        float: left;
        margin-left: 3px;
        margin-right: 0px;
+       margin-top: 20px;
        padding: 6px;
        /*border: 2px solid #000000;*/
        background: #D5D5D5;
@@ -400,6 +409,7 @@ nav {
 }
 
 #profile-extra-links {
+       clear: both;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 20px;
@@ -444,27 +454,20 @@ nav {
        margin-top: 10px;
 }
 
-#label-login-name, #label-login-password, #login-extra-filler {
+#login_standard {
+       width: 480px;
        float: left;
-       width: 200px;
-       margin-bottom: 20px;
 }
-
-
-#login-password {
-       float: left;
-       width: 170px;
+#login_openid {
+       width: 480px;
+       margin-left: 490px;
 }
 
-#login-name {
-       float: left;
-       width: 153px;
-}
-
-#login-name.no-openid {
-       float: left;
-       width: 170px;
+#login_standard input,
+#login_openid input {
+       width: 180px!important;
 }
+#login-extra-links { clear: both; }
 
 #register-link, #lost-password-link {
        float: left;
@@ -472,9 +475,6 @@ nav {
        margin-right: 15px;
 }
 
-#login-name-end, #login-password-end, #login-extra-end, #login-submit-end {
-       clear: both;
-}
 
 #login-submit-button {
 /*     margin-top: 10px; */
@@ -623,6 +623,10 @@ input#dfrn-url {
        margin-top: 10px;
 }
 
+.profile-edit-side-div {
+       float: right;
+}
+
 .view-contact-wrapper {
        margin-top: 20px;
        float: left;
@@ -1563,7 +1567,7 @@ padding: 5px 10px 0px;
        width: 600px;
 }
 
-.profile-tabs {
+.tab {
        float: left;
        padding: 4px;
        margin-top: 10px;
@@ -1576,16 +1580,15 @@ padding: 5px 10px 0px;
        background-color: #ECECEC;
        border: 1px solid #858585;
 }
-.profile-tabs:hover {
+.tab.active,
+.tab:hover {
        background-color: #0CBEFE;
        color: #F5F6FB;
        border: 1px solid #F5F6FB;
        /*cursor: pointer;*/
 }
-
-#profile-tabs-end {
-       clear: both;
-}
+.tabs {        padding:0px; margin: 0px; overflow: auto; height: auto;}
+.tabs li { margin: 0px; list-style: none; }
 
 .comment-edit-text-empty {
        color: gray;
@@ -1875,6 +1878,11 @@ a.mail-list-link {
        margin-top: 10px;
 }
 
+#sidebar-group-list .icon {
+       display: inline-block;
+       height: 12px;
+       width: 12px;
+}
 
 #search-save {
     margin-left: 5px;
@@ -2746,9 +2754,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;
+}
+