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

Last change on this file since 23745 was 23745, checked in by flop25, 11 years ago

bug:2848
The "More Info" link now works and redirects to the picture page

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; 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; }
24#more_link {
25  color: #FFFFFF;
26  display: table-cell;
27  font-size: 1.1em;
28  text-decoration: none;
29  vertical-align: middle;
30  cursor: pointer;
31}
32.ui-panel-inner > .ui-listview {
33 margin: -15px -15px 0;
34}
35.ui-li-desc {
36  text-overflow: clip;
37  white-space: normal;
38}
39#PictureInfo  {
40  font-size: 0.8em;
41}
42#PictureInfo * {
43  font-size: 1em;
44}
Note: See TracBrowser for help on using the repository browser.