]> git.mxchange.org Git - friendica.git/commitdiff
vier nav-notification-menu: further polishing
authorrabuzarus <>
Mon, 28 Dec 2015 21:04:54 +0000 (22:04 +0100)
committerrabuzarus <>
Mon, 28 Dec 2015 21:04:54 +0000 (22:04 +0100)
view/theme/vier/style.css

index e69f05da097cf14bd9033843a3f4372dd17cdd78..7bd8ab531010dffc46c55a2e8d5a4ff7ea1cf366 100644 (file)
@@ -938,16 +938,20 @@ ul.menu-popup .empty {
   background-color: #e5e5e5;
   color: #000;
 }
+#nav-notifications-mark-all a {
+  color: #737373;
+}
 
 #nav-notifications-menu img {
-  width: 35px;
-  height: 35px;
+  width: 32px;
+  height: 32px;
   border-radius: 5px;
+  margin: 0;
+  padding: 0;
 }
 
 #nav-notifications-menu .notif-desc-wrapper a {
   display: inline;
-/*  color: #2d2d2d;*/
   padding: 0px;
 }
 
@@ -968,13 +972,13 @@ ul.menu-popup .empty {
 
 .notif-entry-wrapper {
   padding: 5px 10px;
-  min-height: 35px;
-  border-bottom: 1px solid #DDDDDD;
+  min-height: 32px;
+  /*border-bottom: 1px solid #DDDDDD;*/
 }
 
 .notif-photo-wrapper {
   float: left;
-  margin-right: 5px;
+  margin-right: 10px;
 }
 
 .notif-photo-wrapper a {