]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/style.css
Merge pull request #2628 from rabuzarus/1906-event-test
[friendica.git] / view / theme / duepuntozero / style.css
index e5cc39046d9eb20db020111fda69bc4c25e04d55..9732edb150448429a45801905a9677177e86f062 100644 (file)
@@ -83,6 +83,26 @@ blockquote {
        margin-right: 5px;
 }
 
+ul.menu-popup {
+       position: absolute;
+       display: none;
+       width: auto;
+       margin: 2px 0 0;
+       padding: 0px;
+       list-style: none;
+       z-index: 100000;
+       border: 2px solid #444444;
+       background: #FFFFFF;
+}
+.menu-popup li a {
+       padding: 2px;
+       white-space: nowrap;
+}
+
+a.btn, a.btn:hover {
+       text-decoration: none;
+       color: inherit;
+}
 
 
 /* nav */
@@ -140,12 +160,12 @@ nav #banner #logo-text a:hover { text-decoration: none; }
 
 
 .nav-commlink, .nav-login-link {
-    display: block;
-    height: 15px;
+       display: block;
+       height: 15px;
        margin-top: 67px;
        margin-right: 2px;
        /*padding: 6px 10px;*/
-       padding: 6px 3px;
+       padding: 6px 3px;
        float: left;
        bottom: 140px;
        border: 1px solid #babdb6;
@@ -1092,7 +1112,8 @@ input#dfrn-url {
        left: 65px;
 }
 
-.wall-item-ago {
+.wall-item-ago,
+.shared-time {
        color: #888888;
        font-size: 0.8em;
 }
@@ -1181,7 +1202,8 @@ input#dfrn-url {
 .wall-item-wrapper-end {
        clear: both;
 }
-.wall-item-name-link {
+.wall-item-name-link,
+.shared-author {
        font-weight: bold;
        text-decoration: none;
        color: #3172BD;
@@ -1719,10 +1741,6 @@ blockquote.shared_content {
        /*margin-left: 175px;*/
 }
 
-.contact-edit-submit {
-       margin-top: 20px;
-}
-
 .contact-select {      position: absolute; top: 64px; left:64px; display:none; }
 .contact-select:checked,
 .contact-entry-photo:hover .contact-select {   display:block; }
@@ -3383,17 +3401,6 @@ div.jGrowl div.info {
 .nav-notify.show {
        display: block;
 }
-ul.menu-popup {
-       position: absolute;
-       display: none;
-       width: 10em;
-       margin: 0px;
-       padding: 0px;
-       list-style: none;
-       z-index: 100000;
-       top: 90px;
-       left: 200px;
-}
 #nav-notifications-menu {
        width: 320px;
        max-height: 400px;
@@ -3403,6 +3410,8 @@ ul.menu-popup {
        -webkit-border-radius: 5px;
        border-radius:5px;
        border: 1px solid #888;
+       top: 90px;
+       left: 200px;
 }
 #nav-notifications-menu .contactname { font-weight: bold; font-size: 0.9em; }
 #nav-notifications-menu img { float: left; margin-right: 5px; }