source: extensions/AMetaData/amd.css @ 32020

Last change on this file since 32020 was 16007, checked in by grum, 12 years ago

feature:2637- compatibility with Piwigo 2.4

  • Property svn:executable set to *
File size: 4.2 KB
Line 
1#iHeaderListTags { width:100%; border:1px solid; border-collapse: collapse; margin-top:3px; }
2#iListTags { width:100%; border:1px solid; height:280px; border-top:0px; overflow:auto; position:relative; left:-1px;}
3#iListImages { width:100%; border-bottom:1px solid; overflow:auto;}
4#iListTagsNb, #iListImagesNb { width:99%; text-align:right; margin-bottom:8px; padding:2px; font-size:80%; }
5#iListTags table, #iListImages table, table.listTags { width:100%; text-align:left; border-collapse: collapse; }
6#iHeaderListImages { width:100%; border-bottom:1px solid; }
7div.addGroup { padding-left:40px; text-align:left; }
8div.addMetadata { text-align:left; }
9#iGroups { list-style: none; }
10
11.tagListOrder { list-style: none; padding:0px; margin-right:8px; margin-left:35px; }
12.tagListOrder li { border:none; padding:1px; margin-bottom:2px; width:100%;
13-moz-border-radius:4px;
14-webkit-border-radius:4px;
15-khtml-border-radius:4px;
16border-radius:4px;
17}
18.groupTags { padding-top:8px; }
19.editGroupListButton { margin-left:8px; position:absolute; z-index:1000; }
20table.tagListOrderItem { width:100%; border-collapse:collapse; }
21
22#ianalyzestatus { margin:8px; padding:8px; }
23#ianalyzestatus ul { margin:0px; padding:0 0 0 20px; }
24#iamd_nb_item_per_request_display { display:inline-block; width:70px; }
25#iamd_nb_item_per_request_slider { display:inline-block; width:350px; }
26.helpBody { text-align: left; padding-top:30px; }
27.helpBody ul { padding:0px; margin:0px; }
28.helpBody li { margin-left:30px; }
29
30.ui-widget-overlay { background:#000000; opacity:0.88; filter:alpha(opacity:88); }
31#mdRulesArea { border-top:1px solid; overflow:auto; }
32#iBDRules { list-style-type:none; padding:0px; }
33#iBDRules li.groupItems { margin:4px 4px 4px 12px; width:auto; cursor:default; }
34
35img.pointer, span.pointer, div.pointer { cursor:pointer; }
36img.drag_button { margin-right:8px; }
37li.groupItems input, li.groupItems select { margin-right:4px; }
38
39
40#iBDRules ul { list-style-type:none; }
41#iBDRules li.groupItems img.rmSortHandle { cursor:move; }
42#dragHelper { z-index: 4500;  text-align:left; }
43#dragHelper ul li.cbItem { padding:2px; }
44#dragHelper ul li {
45  clear:both;
46  min-height:32px;
47  list-style-image:none;
48  list-style-position:outside;
49  list-style-type:none;
50  margin:4px;
51  padding:0px;
52  width:auto;
53}
54.helper {
55  -moz-border-radius:4px;
56  -webkit-border-radius:4px;
57  -khtml-border-radius:4px;
58  border-radius:4px;
59  border:2px dashed #777777;
60  margin:4px 4px 4px 12px;
61}
62
63#iTagList { list-style-type:none; padding:0px; margin:0px; }
64span.tagName {
65  border-right:1px dotted #666666;
66  display:inline-block;
67  margin-right:2px;
68  padding:2px 0 1px;
69  width:240px;
70}
71
72#iTagList li { padding: 0px 2px; }
73#iTagList.clear li:hover { cursor:pointer; color: #D54E21; background:#dbe8f3; }
74#iTagList.roma li:hover { cursor:pointer; background:#303030; }
75#iTagList.selectedroma { background:#303030; }
76#iTagList.selectedclear { background:#dbe8f3; }
77.ruleTypeM, .ruleTypeM2 {
78  border:1px solid #666666;
79  display:inline-block;
80  padding:0 2px 0;
81}
82div.ruleTypeM { width:493px; }
83div.ruleTypeM2 { width:400px; }
84div.ruleSelector {
85  float:left;
86  width:150px;
87}
88div.ruleProperties {
89  padding-top:2px;
90}
91.error, input.error {
92  background:#FFAAAA;
93  border:1px solid #800000;
94  color:#800000;
95}
96ul.error {
97  min-height:30px;
98  -moz-border-radius:8px;
99  -webkit-border-radius:8px;
100  -khtml-border-radius:8px;
101  border-radius:8px;
102}
103
104table.mdInfo {
105  width:100%;
106  text-align:left;
107}
108table.mdInfo tr {
109  vertical-align:top;
110}
111table.mdInfo tr td ul {
112  margin:0px;
113}
114span.mdInfo {
115  width:100px;
116  display:inline-block;
117  font-weight:bold;
118}
119
120#mdRulesAreaCheckOne,
121#mdRulesAreaCheckAll {
122  margin:3px;
123  text-align:left;
124}
125
126
127li.valueItems {
128  -moz-border-radius:4px 4px 4px 4px;
129  border:1px solid #666666;
130  margin-bottom:5px;
131  padding:4px;
132}
133
134#iDMCListValues {
135  list-style:none;
136  margin:8px;
137  padding:0;
138}
139
140
141
142span.buttonEdit, span.buttonDelete, span.buttonPreferences,span.buttonMove {
143  display:inline-block;
144  width:15px;
145  height:15px;
146  position:relative;
147  background-color:transparent;
148  background-image:url(./../GrumPluginClasses/icons/buttons.png);
149  background-repeat:no-repeat;
150  cursor:pointer;
151}
152span.buttonMove { cursor:move; }
153
154li.groupItems span.button {
155  float:right;
156}
Note: See TracBrowser for help on using the repository browser.