Last change
on this file since 19185 was
17737,
checked in by grum, 12 years ago
|
First commit for EStat files
|
-
Property svn:executable set to
*
|
File size:
2.3 KB
|
Line | |
---|
1 | /* generic */ |
---|
2 | div.content { |
---|
3 | text-align:justify; |
---|
4 | } |
---|
5 | |
---|
6 | div.content p { |
---|
7 | margin-top:8px; |
---|
8 | margin-bottom:8px; |
---|
9 | } |
---|
10 | |
---|
11 | |
---|
12 | /* install page */ |
---|
13 | #iImportLogs { |
---|
14 | padding:4px; |
---|
15 | } |
---|
16 | #iImportLogsChoice { |
---|
17 | padding:2px; |
---|
18 | width:300px; |
---|
19 | height:300px; |
---|
20 | margin-bottom:8px; |
---|
21 | overflow:auto; |
---|
22 | } |
---|
23 | #iImportLogsChoice table { |
---|
24 | width:100%; |
---|
25 | } |
---|
26 | #iImportLogsChoice table td.nbEvents { |
---|
27 | font-size:90%; |
---|
28 | font-style:italic; |
---|
29 | text-align:right; |
---|
30 | } |
---|
31 | |
---|
32 | /* ----------------- |
---|
33 | * main |
---|
34 | * ----------------- |
---|
35 | */ |
---|
36 | |
---|
37 | #iPopupInfo, #iPopupThumb { |
---|
38 | position:absolute; |
---|
39 | display:none; |
---|
40 | padding:4px; |
---|
41 | z-index:15000; |
---|
42 | } |
---|
43 | #iPopupInfo span.nfoR { |
---|
44 | margin-left:8px; |
---|
45 | float:right; |
---|
46 | } |
---|
47 | #iPopupInfo span.nfoC { |
---|
48 | width:100%; |
---|
49 | text-align:center; |
---|
50 | display:inline-block; |
---|
51 | } |
---|
52 | |
---|
53 | |
---|
54 | /* common to some tabs */ |
---|
55 | div.cTabContent { |
---|
56 | clear:both; |
---|
57 | width:100%; |
---|
58 | } |
---|
59 | |
---|
60 | #iFilterCategory, #iFilterPeriod { |
---|
61 | padding:8px; |
---|
62 | height:42px; |
---|
63 | width:25%; |
---|
64 | float:left; |
---|
65 | } |
---|
66 | #iTabFilter { |
---|
67 | margin-top:2px; |
---|
68 | max-height:50px; |
---|
69 | } |
---|
70 | #iFilterDummy { |
---|
71 | clear:both; |
---|
72 | height:0px; |
---|
73 | } |
---|
74 | |
---|
75 | div.cPeriodPath { |
---|
76 | padding:8px 0 0 8px; |
---|
77 | } |
---|
78 | |
---|
79 | span.cPctCol { |
---|
80 | float:right; |
---|
81 | font-size:85%; |
---|
82 | } |
---|
83 | |
---|
84 | /* period tab */ |
---|
85 | #iPeriodTable, #iPeriodGraph { |
---|
86 | width:48%; |
---|
87 | display:inline-block; |
---|
88 | } |
---|
89 | |
---|
90 | /* IP tab */ |
---|
91 | #iIPGraphType, #iIPGraphCountry { |
---|
92 | display:inline-block; |
---|
93 | } |
---|
94 | #iIPTable { |
---|
95 | width:40%; |
---|
96 | display:inline-block; |
---|
97 | } |
---|
98 | span.cCountryCode { |
---|
99 | display:inline-block; |
---|
100 | width:25px; |
---|
101 | } |
---|
102 | |
---|
103 | /* album/category tab */ |
---|
104 | #iCategoryTable { |
---|
105 | width:48%; |
---|
106 | display:inline-block; |
---|
107 | } |
---|
108 | |
---|
109 | |
---|
110 | /* image tab */ |
---|
111 | #iImageTable { |
---|
112 | width:48%; |
---|
113 | display:inline-block; |
---|
114 | } |
---|
115 | |
---|
116 | |
---|
117 | /* history tab */ |
---|
118 | #iHistoryFilterPeriod { |
---|
119 | width:350px; |
---|
120 | margin-top:2px; |
---|
121 | } |
---|
122 | |
---|
123 | .cFilterAction { |
---|
124 | margin-top: 8px; |
---|
125 | text-align: left; |
---|
126 | } |
---|
127 | .cPFilterNB,.cPFilterDate { |
---|
128 | padding-left:2px; |
---|
129 | } |
---|
130 | .cPFilterDate { |
---|
131 | text-align:left; |
---|
132 | } |
---|
133 | .cPFilterNB { |
---|
134 | top:1px; |
---|
135 | position:relative; |
---|
136 | text-align:left; |
---|
137 | font-size:90%; |
---|
138 | font-style:italic; |
---|
139 | } |
---|
140 | |
---|
141 | span.geoip { |
---|
142 | font-size:80%; |
---|
143 | float:right; |
---|
144 | padding-right:2px; |
---|
145 | } |
---|
146 | |
---|
147 | span.version { |
---|
148 | font-size:80%; |
---|
149 | } |
---|
150 | |
---|
151 | #iSelectPeriod { |
---|
152 | padding:8px; |
---|
153 | height:42px; |
---|
154 | } |
---|
155 | #iHistoryGraphAll, #iHistoryGraphCurrent { |
---|
156 | display:inline-block; |
---|
157 | margin-top:1px; |
---|
158 | } |
---|
159 | |
---|
160 | div.filterBox div.ui-inputList-value span.col1 { |
---|
161 | |
---|
162 | } |
---|
163 | div.filterBox div.ui-inputList-value span.col2 { |
---|
164 | float: right; |
---|
165 | font-size: 80%; |
---|
166 | font-style: italic; |
---|
167 | margin-right: 2px; |
---|
168 | position: relative; |
---|
169 | text-align: right; |
---|
170 | top: 1px; |
---|
171 | } |
---|
172 | |
---|
Note: See
TracBrowser
for help on using the repository browser.