]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/css/style.css
The user name moved to the central.
[friendica.git] / view / theme / frio / css / style.css
index 2295429d5ee95a1d3eef496055fae253b190ed25..7d45bddbec010a180be99d183d022d9c06a87c98 100644 (file)
@@ -45,6 +45,10 @@ body a:hover, body a:focus, body a:active, body a.active, body .btn-link:hover{
     text-decoration: none;
 }
 
+.wall-item-container a:hover {
+    text-decoration: underline;
+}
+
 hr {
     margin-top: 10px;
     margin-bottom: 10px;
@@ -523,7 +527,8 @@ nav.navbar a {
 }
 /* The Top Nav Bar user menu */
 #topbar-first .account .user-title {
-    text-align: right
+    text-align: right;
+    margin-top: 7px;
 }
 #topbar-first .account .user-title span {
     color: $nav_icon_color;
@@ -1088,9 +1093,11 @@ section #jotOpen {
 
 /* Thread hover effects */
 .wall-item-container .wall-item-content a,
+.wall-item-container a,
 .wall-item-container .fakelink,
 .toplevel_item .fakelink,
 .toplevel_item .wall-item-container .btn-link,
+.wall-item-container .btn-link,
 .toplevel_item .wall-item-container .wall-item-responses a {
     color: #555;
     -webkit-transition: all 0.25s ease-in-out;
@@ -1200,8 +1207,7 @@ section #jotOpen {
     font-weight: 500;
     color: #555;
 }
-.media .media-body .addional-info a,
-.media .media-body h5.media-heading a {
+.media .media-body .addional-info a, .media .media-body h5.media-heading > a {
     display: block;
 }
 .media .contact-info-comment {
@@ -1288,6 +1294,10 @@ blockquote.shared_content {
     color: #555;
 }
 
+.wall-item-tags a:hover {
+    text-decoration: none;
+}
+
 /* item social action buttons */
 .wall-item-actions, .wall-item-actions a {
     font-size: 13px;
@@ -1314,6 +1324,12 @@ blockquote.shared_content {
     padding-left: 5px;
     padding-right: 5px;
 }
+.wall-item-actions .button-comments,
+.wall-item-actions .button-votes,
+.wall-item-actions .button-likes {
+    padding-left: 0px;
+    padding-right: 0px;
+}
 
 /* wall item hover effects */
 .wall-item-container .wall-item-links,