aboutsummaryrefslogtreecommitdiffstats
path: root/account/static/css/account_profile.css
blob: 3522143fac16f9c5f0289285b8efd5738550a8c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * account_profile.css
 * used in 'profile.html' template
 */

/* table th cell vertical middle */
/*
th.attachments {
    vertical-align: middle;
}
*/

/* ul padding margin */
td.attachments-data ul {
    padding-left: 15px;
    margin-bottom: 0px;
}