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

Last change on this file since 26349 was 26349, checked in by rvelices, 10 years ago

smart pocket new thumbnail display

File size: 1.3 KB
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. { 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}
20.thumbnails:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
21.thumbnails li {
22        float: left;
23        position: relative;
24        overflow: hidden;
25        display: inline;
26}
27.thumbnails li a { 
28        position: absolute;
29}
30
31#more_link {
32  color: #FFFFFF;
33  display: table-cell;
34  font-size: 1.1em;
35  text-decoration: none;
36  vertical-align: middle;
37  cursor: pointer;
38}
39.ui-panel-inner > .ui-listview {
40 margin: -15px -15px 0;
41}
42.ui-li-desc {
43  text-overflow: clip;
44  white-space: normal;
45}
46#PictureInfo  {
47  font-size: 0.8em;
48}
49#PictureInfo * {
50  font-size: 1em;
51}
Note: See TracBrowser for help on using the repository browser.