summaryrefslogtreecommitdiff
path: root/mobile/mobile.css
blob: bbf286b075f3bbbbbcf3303d6dbb35c021d3c180 (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
32
div.nav {
    height: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #999999;
    text-align: center;
    margin-bottom: 1em;
}
div.nav label {
    line-height: 40px;
    color: black;
    font-weight: bold;
}
div.nav .button {
    position: static;
    margin: 5px 10px;
    -webkit-border-image: url(../lib/iui/whiteButton.png) 0 12 0 12;
    text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0;
    color: black;
    cursor: pointer; /* On a touch screen ? */
}
div.nav .button.left {
    float: left;
}
div.nav .button.right {
    float: right;
}

ul li a.read {
    color: #666666;
}