Last change
on this file since 24865 was
17735,
checked in by grum, 12 years ago
|
version 3.5.4 - fix minor bug & add new functions to framework
|
-
Property svn:executable set to
*
|
File size:
1.8 KB
|
Line | |
---|
1 | /* for categorySelector plugin */ |
---|
2 | .ui-inputTreeList { |
---|
3 | cursor:default; |
---|
4 | min-height:17px; |
---|
5 | padding:0; |
---|
6 | } |
---|
7 | div.ui-inputTreeList:focus { |
---|
8 | outline:none; |
---|
9 | } |
---|
10 | |
---|
11 | .ui-inputTreeList-nfo { |
---|
12 | margin:3px; |
---|
13 | padding-left:3px; |
---|
14 | float:right; |
---|
15 | font-size:8px; |
---|
16 | max-height:8px; |
---|
17 | } |
---|
18 | |
---|
19 | .ui-inputTreeList-list { |
---|
20 | margin-top:-1px; |
---|
21 | cursor:default; |
---|
22 | font-size:14px; |
---|
23 | font-family:sans-serif; |
---|
24 | z-index:9999; |
---|
25 | } |
---|
26 | |
---|
27 | .ui-inputTreeList-item { |
---|
28 | min-height:15px; |
---|
29 | } |
---|
30 | |
---|
31 | div.ui-inputTreeList-multiple div.ui-inputTreeList-check, |
---|
32 | div.ui-inputTreeList-multiple div.ui-inputTreeList-name, |
---|
33 | li.ui-inputTreeList-expandable-item div.ui-inputTreeList-expand-item, |
---|
34 | li.ui-inputTreeList-collapsable-item div.ui-inputTreeList-expand-item { |
---|
35 | display:inline-block; |
---|
36 | } |
---|
37 | .ui-inputTreeList-expandable-item, |
---|
38 | .ui-inputTreeList-collapsable-item { |
---|
39 | background: none no-repeat scroll 0px 0px; |
---|
40 | } |
---|
41 | |
---|
42 | .ui-inputTreeList-check { |
---|
43 | background:none no-repeat scroll 0 0 transparent; |
---|
44 | display:inline-block; |
---|
45 | height:13px; |
---|
46 | width:17px; |
---|
47 | } |
---|
48 | |
---|
49 | |
---|
50 | /* --- */ |
---|
51 | .ui-inputTreeList-name ul { list-style:none; margin:0; padding:0; } |
---|
52 | .ui-inputTreeList-name li.ui-inputTreeList-selected-cat { |
---|
53 | -moz-border-radius:3px; |
---|
54 | -webkit-border-radius:3px; |
---|
55 | -khtml-border-radius:3px; |
---|
56 | border-radius:3px; |
---|
57 | float:left; |
---|
58 | margin-bottom:1px; |
---|
59 | margin-right:1px; |
---|
60 | padding:0 4px; |
---|
61 | cursor:default; |
---|
62 | } |
---|
63 | .ui-inputTreeList-name ul li.ui-inputTreeList-selected-cat span { cursor:pointer; } |
---|
64 | .ui-inputTreeList-name li span { |
---|
65 | font-family:sans; |
---|
66 | font-size:80%; |
---|
67 | font-weight:bold; |
---|
68 | padding:0 3px; |
---|
69 | position:relative; |
---|
70 | top:-1px; |
---|
71 | } |
---|
72 | .ui-inputTreeList-arrow { |
---|
73 | border-style:solid; |
---|
74 | border-width:1px; |
---|
75 | cursor:pointer; |
---|
76 | font-weight:bold; |
---|
77 | width:14px; |
---|
78 | margin-top:1px; |
---|
79 | height:14px; |
---|
80 | text-align:center; |
---|
81 | display:inline-block; |
---|
82 | } |
---|
83 | .ui-inputTreeList-name { |
---|
84 | padding: 1px; |
---|
85 | display: inline-block; |
---|
86 | } |
---|
87 | div.ui-inputTreeList-list div.ui-inputTreeList-name { |
---|
88 | position: relative; |
---|
89 | top: -2px; |
---|
90 | } |
---|
91 | |
---|
Note: See
TracBrowser
for help on using the repository browser.