1 | #iHeaderList { width:100%; border:1px solid; border-collapse: collapse; margin-top:3px; } |
---|
2 | div#iList { width:100%; border:1px solid; height:280px; border-top:0px; overflow:auto; position:relative; left:-1px;} |
---|
3 | #iListNb { width:99%; text-align:right; margin-bottom:8px; padding:2px; font-size:80%; } |
---|
4 | |
---|
5 | #iList table, table.listLinks { width:100%; text-align:left; border-collapse: collapse; } |
---|
6 | |
---|
7 | div#iList.roma table tr:hover { background:#303030; } |
---|
8 | div#iList.clear table tr:hover { color: #D54E21; background:#dbe8f3; } |
---|
9 | #iList table tr.connectedSortable, |
---|
10 | #iList li.connectedSortable { cursor: move; } |
---|
11 | #iList table tr.alignTop { vertical-align:top; } |
---|
12 | |
---|
13 | div.addLink, div.addBlock { text-align:left; } |
---|
14 | |
---|
15 | img.button { cursor:pointer; } |
---|
16 | |
---|
17 | |
---|
18 | |
---|
19 | .littlefont { font-size:90%; } |
---|
20 | table.littlefont th { text-align:center; padding:3px;padding-left:9px;padding-right:9px; } |
---|
21 | table.littlefont td { text-align:left; padding:0px;padding-left:3px;padding-right:3px; } |
---|
22 | |
---|
23 | .containerMenuBlock { width:250px; margin:auto; padding:10px; display:inline-block; vertical-align:top; } |
---|
24 | li.menuItem { padding:0px; cursor:move; border:none; } |
---|
25 | li.menuItem div { padding:4px; width:auto; min-height: 19px;} |
---|
26 | li.menuItem div.visibility { overflow:hidden;display:none;padding-left:20px; } |
---|
27 | li.menuItemDisabled { cursor:defaut;} |
---|
28 | |
---|
29 | div.visibility p { margin:0px; } |
---|
30 | div.visibility input { margin-right:8px; } |
---|
31 | div.visibility h3 { position:relative; font-size:14px; height:auto; margin:5px 0px 0px;padding:0px;text-align:left;} |
---|
32 | |
---|
33 | |
---|
34 | .ui-inputList-value span.iconColImg { |
---|
35 | } |
---|
36 | .ui-inputList-value span.iconColImg img { |
---|
37 | float: left; |
---|
38 | margin-left: 2px; |
---|
39 | } |
---|
40 | .ui-inputList-value span.iconColText { |
---|
41 | position:relative; |
---|
42 | top:-2px; |
---|
43 | display:inline; |
---|
44 | } |
---|
45 | |
---|
46 | #iamm_album_selectedCat, #iamm_randompicture_selectedCat { min-width:300px; } |
---|
47 | #iamm_randompicture_selectedCat { margin-left:30px; } |
---|
48 | img.visibilitySwitch { cursor:pointer; } |
---|
49 | |
---|
50 | #containerMenu { text-align:left; } |
---|
51 | #containerMenu table { text-align:left; margin-left:0; } |
---|
52 | #containerMenu table tr { vertical-align:top; } |
---|
53 | #containerMenu table td.leftBar { border-left:1px dotted; } |
---|
54 | #containerMenu input[type="button"] { margin-bottom:4px; } |
---|
55 | |
---|
56 | li.menuListItem { |
---|
57 | margin-bottom:5px; |
---|
58 | padding:3px; |
---|
59 | cursor:move; |
---|
60 | min-height:30px; |
---|
61 | } |
---|
62 | li.menuListItem span.menuListMove { |
---|
63 | position:absolute; |
---|
64 | width:22px; |
---|
65 | display:inline-block; |
---|
66 | } |
---|
67 | li.menuListItem span.menuListName { |
---|
68 | margin-left:26px; |
---|
69 | display:inline-block; |
---|
70 | } |
---|
71 | li.menuListItem div.menuListUsers, |
---|
72 | li.menuListItem div.menuListGroups { |
---|
73 | display:inline-block; |
---|
74 | min-width:150px; |
---|
75 | width:100%; |
---|
76 | margin-right: 2px; |
---|
77 | } |
---|
78 | li.menuListItem .ui-inputList-value li.ui-inputList-selected-item { |
---|
79 | float:left; |
---|
80 | } |
---|
81 | li.menuListItem .ui-inputList-value li span.ui-inputList-delete-item { |
---|
82 | top:0; |
---|
83 | } |
---|
84 | li.menuListItem .ui-inputList-value span { |
---|
85 | height:13px; |
---|
86 | min-height:0px; |
---|
87 | } |
---|
88 | table.menuListAccess { |
---|
89 | width:100%; |
---|
90 | } |
---|
91 | table.menuListAccess tr { |
---|
92 | vertical-align:top; |
---|
93 | } |
---|