source: extensions/piwigo_mobile/ios/www/app.css @ 12411

Last change on this file since 12411 was 12411, checked in by patdenice, 13 years ago

Add piwigo mobile for iOS

File size: 2.0 KB
Line 
1.ui-link-inherit { 
2  padding: 3px !important; }
3 
4.ui-li-heading, .ui-li-desc {
5  padding-left: 1em;
6  white-space: normal; }
7
8.pwg_buttons {
9  margin-top: 2em; }
10 
11.pwg_center {
12  vertical-align:middle;
13  text-align:center; }
14
15#config_content label {
16  margin-top:10px; }
17
18
19#uploaded_photo {
20  width:100%;
21  height:200px; 
22  margin-bottom:30px; }
23
24#uploaded_photo img {
25  max-width:100%;
26  max-height:100%; }
27 
28.ui-content.ui-scrollview-clip {
29  padding: 0 0 27px 0; }
30
31.ui-content.ui-scrollview-clip > div.ui-scrollview-view {
32  margin: 0;
33  padding: 15px; }
34
35.ui-content.ui-scrollview-clip > .ui-listview.ui-scrollview-view {
36  margin: 0; }
37
38label { width: 100% !important; }
39#resize_id { max-width: 300px; }
40
41
42/* Red buttons for jquery mobile*/
43.ui-btn-up-f, .ui-btn-hover-f, .ui-btn-down-f {
44  color: white;
45  font-weight: bold;
46  text-decoration: none; }
47
48.ui-btn-up-f {
49  border: 1px solid #711414;
50  background: #ab2525;
51  text-shadow: 0 -1px 1px #711414;
52  background-image: -moz-linear-gradient(top, #c44f4f, #ab2525);
53  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c45e5e), color-stop(1, #9e3939));
54  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#c44f4f', EndColorStr='#ab2525')"; }
55
56.ui-btn-hover-f {
57  border: 1px solid #6e0000;
58  background: #b54a4a;
59  text-shadow: 0 -1px 1px #690101;
60  background-image: -moz-linear-gradient(top, #d47272, #b54a4a);
61  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d47272), color-stop(1, #b54a4a));
62  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#d47272', EndColorStr='#b54a4a')"; }
63
64.ui-btn-down-f {
65  border: 1px solid #782323;
66  background: #c44f4f;
67  text-shadow: 0 -1px 1px #782323;
68  background-image: -moz-linear-gradient(top, #9e3939, #c44f4f);
69  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9e3939), color-stop(1, #c44f4f));
70  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#9e3939', EndColorStr='#c44f4f')"; }
Note: See TracBrowser for help on using the repository browser.