]> git.mxchange.org Git - friendica.git/commitdiff
style vcard infos
authorFabio Comuni <fabrix.xm@gmail.com>
Thu, 8 Sep 2011 08:11:57 +0000 (10:11 +0200)
committerFabio Comuni <fabrix.xm@gmail.com>
Thu, 8 Sep 2011 08:11:57 +0000 (10:11 +0200)
view/theme/quattro/colors.less
view/theme/quattro/quattro.less
view/theme/quattro/style.css

index 3d3074d605dea64c73e05f52d45fb341a06dd086..b5a203b9477f8eccb9ae600cfe28d5836eaffa42 100644 (file)
@@ -58,6 +58,7 @@
 @AsideConnect: @Grey1;
 @AsideConnectBg: @Blue3;
 @AsideConnectHoverBg: @Blue1;
+@VCardLabelColor: @Grey3;
 
 @InfoColor: @Grey1;
 @InfoBackgroundColor: @Metalic3;
index 01d0b94b911de4ccc33960a81e96287fb3242b8d..54bd11806f78ecd305f6bf29346139b3b83bba77 100644 (file)
@@ -149,6 +149,7 @@ nav {
                        .menu-popup{ right: 0px; left: auto; }
                }
        
+               #nav-notifications-linkmenu.on .icon.s22.notify,
                #nav-notifications-linkmenu.selected .icon.s22.notify { background-image: url("../../../images/icons/22/notify_on.png") }
                #nav-apps-link.selected { background-color: @NavbarSelectedBg; }
 }
@@ -201,7 +202,7 @@ aside {
                .fn { font-size: 16px; font-weight: bold; margin-bottom: 5px; }
                .title { margin-bottom: 5px; }
                dl { height: auto; overflow: auto; }
-               dt {float: left; margin-left: 0px; width: 35%; }
+               dt {float: left; margin-left: 0px; width: 35%; text-align: right; color: @VCardLabelColor; }
                dd {float: left; margin-left: 4px; width: 60%;}
        
        }
index 6daef77a30bfb74096845d5a850d434f54d6e57a..70e0a3b9427670b7d1d5c58507a074f2deacd54e 100644 (file)
@@ -243,7 +243,7 @@ nav #nav-site-linkmenu .menu-popup {
   right: 0px;
   left: auto;
 }
-nav #nav-notifications-linkmenu.selected .icon.s22.notify {
+nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-linkmenu.selected .icon.s22.notify {
   background-image: url("../../../images/icons/22/notify_on.png");
 }
 nav #nav-apps-link.selected {
@@ -331,6 +331,8 @@ aside .vcard dt {
   float: left;
   margin-left: 0px;
   width: 35%;
+  text-align: right;
+  color: #999999;
 }
 aside .vcard dd {
   float: left;