Merge branch 'newstyles' of https://code.grnet.gr/git/astakos into newstyles
[astakos] / snf-astakos-app / astakos / im / static / im / cloudbar / cloudbar.css
index e6181d4..7c9aa6c 100644 (file)
@@ -7,6 +7,11 @@
 
 /* cloudbar header */
 div.cloudbar                                    { background:#000; color:#fff;    line-height:35px;  width:100%;   font-size:13px; font-family: 'Didact Gothic', Verdana, sans-serif;} 
+
+div.cloudbar a, 
+div.cloudbar .profile span,
+div.cloudbar li {font-family:'Didact Gothic',Verdana,sans-serif !important; letter-spacing: 1px !important}
+
 .cloudbar .wrapper                              { width:auto; padding:0;}                      
 .cloudbar a                                     { color:#fff; text-decoration:none;}
 .cloudbar .profile                              { float:right; background:#3582AC; min-width:190px; padding:0; text-align:right;  }
@@ -30,4 +35,4 @@ div.cloudbar                                    { background:#000; color:#fff;
 @media screen and (max-width : 480px)          { 
        .cloudbar .profile                                                      { float:none; }  
        .cloudbar .services li:first-child                      { position:absolute; left:0; top:0; background:#000}
-}
\ No newline at end of file
+}