]> git.wh0rd.org - tt-rss.git/blame - mobile/mobile.css
update translations
[tt-rss.git] / mobile / mobile.css
CommitLineData
a6d56d81
AD
1div.nav {
2 height: 40px;
3 -webkit-border-radius: 10px;
4 -moz-border-radius: 10px;
5 background-color: #ffffff;
6 border: 1px solid #999999;
7 text-align: center;
8 margin-bottom: 1em;
9}
10div.nav label {
11 line-height: 40px;
12 color: black;
13 font-weight: bold;
14}
15div.nav .button {
16 position: static;
17 margin: 5px 10px;
18 -webkit-border-image: url(../lib/iui/whiteButton.png) 0 12 0 12;
19 text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0;
20 color: black;
21 cursor: pointer; /* On a touch screen ? */
22}
23div.nav .button.left {
24 float: left;
25}
26div.nav .button.right {
27 float: right;
28}
29
30ul li a.read {
31 color: #666666;
32}
cfad9259
AD
33
34ul li span.browse {
35 color : #909090;
36 text-align : right;
37 float : right;
38}