source: extensions/lmt/lmt.css @ 17427

Last change on this file since 17427 was 15341, checked in by grum, 12 years ago

feature:2641 - Compatibility with Piwigo 2.4

  • Property svn:executable set to *
File size: 1.3 KB
Line 
1.TableRow_roma:hover { background-color:#303030; }
2.TableRow_clear:hover { background-color:#DDDDDD; }
3
4.formtable
5{
6  text-align:justify;
7  display:block;
8  margin-top:0px;
9  margin-bottom:0px;
10  width:100%;
11}
12
13.formtable tr { vertical-align:top; }
14
15.littlefont { font-size:90%; }
16table.littlefont th { text-align:center; padding:3px;padding-left:9px;padding-right:9px; }
17table.littlefont td { text-align:left; padding:0px;padding-left:3px;padding-right:3px; }
18
19.lmt_page {
20  text-align:justify;
21  margin:8px;
22}
23
24.lmt { text-align:justify; }
25
26#list {
27  width:100%;
28  overflow-y:scroll;
29  min-height:250px;
30  max-height:650px;
31}
32
33#ullist li {
34  width:300px;
35  display:block;
36  float:left;
37  text-align:left;
38}
39
40#ullist label { float:left; }
41
42#ullist li table {
43  margin:0px;
44  text-align:left;
45  width:300px;
46  font-size:80%;
47}
48
49#ullist li tr { vertical-align:top; }
50
51.content ul.thumbnails span.extendwrap1 {
52  margin:0px;
53  cursor:pointer;
54  overflow:hidden
55}
56
57.is_on, .is_off {
58  z-index:20;
59  width:12px;
60  height:12px;
61  display:block;
62  cursor:pointer;
63}
64
65.is_on { background:url(./img/cb_on.png); }
66.is_off { background:url(./img/cb_off.png); }
67
68div.ui-inputNum div.ui-slider-horizontal {
69  height: 13px;
70  margin: 0 0 0 -1px;
71  padding-right: 14px;
72}
73div.ui-inputNum div.ui-slider {
74  position: absolute;
75}
76
77#iSimpleTipContent {
78  max-width: 350px;
79  text-align:justify;
80}
81
Note: See TracBrowser for help on using the repository browser.