source: trunk/themes/smartpocket/theme.css @ 13182

Last change on this file since 13182 was 13182, checked in by patdenice, 12 years ago

feature:2577
Add mobile theme

File size: 676 bytes
Line 
1@import "jquery.mobile.css";
2@import "photoswipe.css";
3
4.title { margin: 10px; text-align: center; }
5.menubar { float: right; }
6.home_button { float: left; }
7
8.ui-icon-profil { background-image: url("images/profil.png"); background-color: transparent; }
9
10.ui-content { overflow: hidden; }
11.ui-field-contain { padding: 5px; border: 0; }
12
13.thumbnails { list-style: none; padding: 0; margin: 0; }
14.thumbnails:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
15.thumbnails li { float: left; width: 33.33333333%; }
16.thumbnails li a { display: block; margin: 5px; }
17.thumbnails li img { display: block; width: 100%; height: auto; }
Note: See TracBrowser for help on using the repository browser.