From 9d9ed2b32a1a9c2560a43a85c94caecf140974d5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 26 Mar 2013 18:55:57 +0400 Subject: add classic mobile as a system plugin --- plugins/mobile/mobile.css | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 plugins/mobile/mobile.css (limited to 'plugins/mobile/mobile.css') diff --git a/plugins/mobile/mobile.css b/plugins/mobile/mobile.css new file mode 100644 index 000000000..8068e3d38 --- /dev/null +++ b/plugins/mobile/mobile.css @@ -0,0 +1,38 @@ +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; +} + +ul li span.browse { + color : #909090; + text-align : right; + float : right; +} -- cgit v1.2.3