source: extensions/AStat/astat.css @ 20461

Last change on this file since 20461 was 16009, checked in by grum, 12 years ago

feature:2636- compatibility with Piwigo 2.4

File size: 1.2 KB
Line 
1.AStatBar1, .AStatBar2, .AStatBar3, .AStatBar4, .AStatBarX {
2  border:0px;
3  height:8px;
4  display: block;
5  margin:0px;
6  padding:0px;
7  left:0;
8  position:relative;
9}
10.MiniSquare1, .MiniSquare2, .MiniSquare3, .MiniSquare4 {
11  border:0px;
12  height:8px;
13  width:8px;
14  margin:0px;
15  padding:0px;
16}
17.AStatBar1 { top:5px;  }
18.AStatBar2 { top:-3px; }
19.AStatBar3 { top:-3px;}
20.AStatBar4 { top:-3px;}
21.AStatBarX { background-color:transparent; top:-3px; height:1px; }
22
23.formtable, .formtable P { text-align:left; display:block; }
24.formtable tr { vertical-align:top; }
25.window_thumb {
26  position:absolute;
27  border: none;
28  background: none;
29  left:0;
30  top:0;
31  margin:0px;
32  padding:0px;
33  z-index:100;
34  overflow:hidden;
35  visibility:hidden;
36}
37.img_thumb {
38  border: solid 3px #ffffff;
39  background: #000000;
40  margin:0px;
41  padding:0px;
42}
43.time_request {
44  font-size:83%;
45  text-align:right;
46}
47.invisible { visibility:hidden; display:none; }
48.littlefont { font-size:90%; }
49table.littlefont th { padding:3px; }
50table.littlefont td { padding:0px;padding-left:3px;padding-right:3px; }
51#iplist { visibility:hidden; position:absolute; width:200px; z-index:1000; }
52.iipsellistitem { float:right; }
53#iipsellist { width:100%; font-family:monospace; }
Note: See TracBrowser for help on using the repository browser.