]> git.wh0rd.org - tt-rss.git/blob - plugins/mobile/mobile.css
Merge branch 'master' of git://github.com/RaphaelRochet/Tiny-Tiny-RSS into RaphaelRoc...
[tt-rss.git] / plugins / mobile / mobile.css
1 div.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 }
10 div.nav label {
11 line-height: 40px;
12 color: black;
13 font-weight: bold;
14 }
15 div.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 }
23 div.nav .button.left {
24 float: left;
25 }
26 div.nav .button.right {
27 float: right;
28 }
29
30 ul li a.read {
31 color: #666666;
32 }
33
34 ul li span.browse {
35 color : #909090;
36 text-align : right;
37 float : right;
38 }