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