source: extensions/AMetaData/amd.css @ 6299

Last change on this file since 6299 was 6173, checked in by grum, 14 years ago

Add Spanish translation (incomplete) + improve help page

  • Property svn:executable set to *
File size: 1.7 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#iListTags.roma table tr:hover { cursor:pointer; background:#303030; }
7#iListImages.roma table tr:hover, table.roma tr:hover { background:#303030; cursor:default; }
8#iListTags.clear table tr:hover { cursor:pointer; color: #D54E21; background:#dbe8f3; }
9#iListImages.clear table tr:hover, table.clear tr:hover { color: #D54E21; background:#dbe8f3; cursor:default; }
10#iHeaderListImages { width:100%; border-bottom:1px solid; }
11div.addGroup { padding-left:40px; text-align:left; }
12#iGroups { list-style: none; }
13
14.tagListOrder { list-style: none; padding:0px; margin-right:8px; margin-left:35px; }
15.tagListOrder li { border:none; padding:1px; margin-bottom:2px; width:100%; }
16.groupTags { padding-top:8px; }
17.editGroupListButton { margin-left:8px; position:absolute; z-index:1000; }
18table.tagListOrderItem { width:100%; border-collapse:collapse; }
19
20#ianalyzestatus { margin:8px; padding:8px; }
21#ianalyzestatus ul { margin:0px; padding:0 0 0 20px; }
22#iamd_nb_item_per_request_display { display:inline-block; width:70px; }
23#iamd_nb_item_per_request_slider { display:inline-block; width:350px; }
24.helpBody { text-align: left; padding-top:30px; }
25.helpBody ul { padding:0px; margin:0px; }
26.helpBody li { margin-left:30px; }
27
Note: See TracBrowser for help on using the repository browser.