aboutsummaryrefslogtreecommitdiffstats
path: root/alias-angular/app/css/app.css
blob: b391db17710a513f4b2164611cc5f42c7ca601f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/* app css stylesheet */

body{
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

#roster{
    width: 250px;
}

#roster ul{
    list-style:none;
    padding:0;
    margin:0;
}

#roster li{
    background-color: #F4F3F1;
    border-bottom: 1px solid #E0E0E0;
    border-top: 1px solid white;
    padding: 0;
    margin: 0;
    padding: 1em 1em;
    color: #363636;
}

#roster li:hover{
    background-color: white;
}