make ldap keys bold
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 10 Jul 2011 23:27:03 +0000 (01:27 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 10 Jul 2011 23:27:03 +0000 (01:27 +0200)
public/user.html

index 1e3ee78..c281294 100644 (file)
@@ -223,6 +223,9 @@ th, td {
        float: right;
 }
 
+li > tt {
+       font-weight: bold;
+}
 
 </style>
 
@@ -268,7 +271,7 @@ th, td {
     <h2><tt>{{selected_username}}</tt> LDAP entry</h2>
 
     <ul ng:show="LDAP">
-     <li ng:repeat="c in keys(LDAP)">{{c}} <b>{{LDAP[0][c]}}</b></li>
+     <li ng:repeat="c in keys(LDAP)"><tt>{{c}}</tt> {{LDAP[0][c]}}</li>
     </ul>
 
    <div class="panel_right" ng:show="cpe.table">