Last change
on this file since 23997 was
16012,
checked in by grum, 12 years ago
|
feature:2634- compatibility with Piwigo 2.4
+add some objects on js framework
|
-
Property svn:executable set to
*
|
File size:
940 bytes
|
Line | |
---|
1 | /* for inputConsole plugin */ |
---|
2 | .ui-inputConsole { |
---|
3 | padding:0px; |
---|
4 | } |
---|
5 | .ui-inputConsole-input { |
---|
6 | width:100%; |
---|
7 | } |
---|
8 | .ui-inputConsole-prompt { |
---|
9 | display:inline-block; |
---|
10 | margin:0; |
---|
11 | padding:0 4px; |
---|
12 | } |
---|
13 | .ui-inputConsole input[type='text'] { |
---|
14 | border:none; |
---|
15 | background:transparent; |
---|
16 | display:inline-block; |
---|
17 | padding-right:2px; |
---|
18 | font-family:monospace; |
---|
19 | } |
---|
20 | .ui-inputConsole-history ul { |
---|
21 | margin:0px; |
---|
22 | padding:0 0 0 20px; |
---|
23 | } |
---|
24 | .ui-inputConsole-history ul li { |
---|
25 | font-family:monospace; |
---|
26 | } |
---|
27 | .ui-inputConsole-history { |
---|
28 | border:1px solid; |
---|
29 | border-bottom:1px dotted; |
---|
30 | position:absolute; |
---|
31 | z-index:1000; |
---|
32 | } |
---|
33 | span.ui-inputConsole-historyResult { |
---|
34 | display:block; |
---|
35 | margin-left:15px; |
---|
36 | font-style:italic; |
---|
37 | } |
---|
38 | .ui-inputConsole-historyBg { |
---|
39 | position:absolute; |
---|
40 | width:100%; |
---|
41 | height:100%; |
---|
42 | z-index:-1; |
---|
43 | opacity:0.85; |
---|
44 | filter:alpha(opacity:85); |
---|
45 | } |
---|
46 | .ui-inputConsole-historyListContainer { |
---|
47 | width:100%; |
---|
48 | height:100%; |
---|
49 | position:absolute; |
---|
50 | overflow:auto; |
---|
51 | z-index:-1; |
---|
52 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.