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

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

feature:2577
Many improvements

File size: 950 bytes
Line 
1@import "jquery.mobile.css";
2@import "photoswipe.css";
3
4.title { margin: 10px; text-align: center; }
5.title .ui-btn { margin-top: -5px; }
6.menubar { float: right; }
7.home_button { float: left; }
8.pwg_footer h6 { margin: 8px; text-align:right;}
9
10.errors  h3, .infos  h3{ float:left; margin-top:8px; }
11.errors div, .infos div { float:right; margin-top:4px; }
12.errors p, .infos p { clear:both; font-size:85%; margin-bottom:8px; }
13
14.ui-icon-profil { background-image: url("images/profil.png"); background-color: transparent; }
15
16.ui-content { overflow: hidden; }
17.ui-field-contain, .ui-br { padding: 5px; border: 0 !important; }
18
19.thumbnails { list-style: none; padding: 0; margin: 0; }
20.thumbnails:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
21.thumbnails li { float: left;  }
22.thumbnails li a { display: block; margin: 5px; }
23.thumbnails li img { display: block; width: 100%; height: auto; }
Note: See TracBrowser for help on using the repository browser.