Last change
on this file since 28143 was
26362,
checked in by flop25, 11 years ago
|
smartpocket :
fix logout/login msg
set menu elements as collapsible and as an accordion too
top menu elements blue
picture centered
"Thumbnails" text hidden (too big)
|
File size:
1.5 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 | #menubar .ui-collapsible-heading-toggle.ui-btn-up-a { |
---|
43 | background:linear-gradient(#6FACD5, #497BAE) repeat scroll 0 0 #5E87B0; |
---|
44 | } |
---|
45 | |
---|
46 | .ui-li-desc { |
---|
47 | text-overflow: clip; |
---|
48 | white-space: normal; |
---|
49 | } |
---|
50 | #PictureInfo { |
---|
51 | font-size: 0.8em; |
---|
52 | } |
---|
53 | #PictureInfo * { |
---|
54 | font-size: 1em; |
---|
55 | } |
---|
56 | #addComment textarea.ui-input-text { |
---|
57 | min-height: 100px; |
---|
58 | } |
---|
59 | #picture_page { |
---|
60 | text-align: center; |
---|
61 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.