123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- {
- "listTitle": {
- "background-color": "#f1f1f1",
- "height": "30px",
- "line-height": "30px",
- "text-align": "left"
- },
- "contentTrNode": {
- "height": "30px",
- "line-height": "30px",
- "background": "transparent",
- "border-bottom": "1px solid #cccccc"
- },
- "contentTrNode_selected": {
- "background": "#f7eae1",
- //"background": "#FFFFDD",
- "border-bottom": "1px solid #cccccc"
- },
- "contentTdNode": {
- "text-align": "left",
- "font-size": "12px",
- "color": "#666666",
- "border-bottom": "1px solid #cccccc"
- },
- "selectTdNode":{
- "cursor": "pointer",
- "background": "url("+"../x_component_Org/$List/default/icon/select.png) center center no-repeat",
- "border-bottom": "1px solid #cccccc"
- },
- "selectTdNode_selected":{
- "border-bottom": "1px solid #CCC",
- "cursor": "pointer",
- "background": "url("+"../x_component_Org/$List/default/icon/selected.png) center center no-repeat",
- },
- "blankTdNode": {
- "border-bottom": "1px solid #cccccc"
- },
- "actionAreaNode": {
- "width": "80%",
- "margin": "0px auto",
- "height": "20px",
- "overflow": "visible"
- },
- "actionNode": {
- "position": "relative",
- "top": "32px",
- "margin-right": "10px"
- },
- "addActionNode": {
- "background": "url("+"../x_component_Org/$List/default/icon/additem.png) 3px center no-repeat",
- "float": "right",
- "cursor": "pointer",
- "margin-top": "0px",
- "margin-left": "5px",
- "padding": "3px 5px",
- "padding-left": "22px",
- "font-size": "12px",
- "font-weight": "normal",
- "border": "1px solid #666",
- "background-color": "#FFF",
- "line-height": "normal",
- "color":"#333",
- "border-radius":"3px"
- },
- "deleteActionNode_disabled": {
- "background": "url("+"../x_component_Org/$List/default/icon/deleteitem_disable.png) 3px center no-repeat",
- "float": "right",
- "cursor": "pointer",
- "margin-top": "0px",
- "margin-left": "5px",
- "padding": "3px 5px",
- "padding-left": "22px",
- "font-size": "12px",
- "font-weight": "normal",
- "border": "1px solid #CCC",
- "background-color": "#FFF",
- "line-height": "normal",
- "color":"#999",
- "border-radius":"3px"
- },
- "deleteActionNode": {
- "background": "url("+"../x_component_Org/$List/default/icon/deleteitem.png) 3px center no-repeat",
- "float": "right",
- "cursor": "pointer",
- "margin-top": "0px",
- "margin-left": "5px",
- "padding": "3px 5px",
- "padding-left": "22px",
- "font-size": "12px",
- "font-weight": "normal",
- "border": "1px solid #666",
- "background-color": "#FFF",
- "line-height": "normal",
- "color":"#333",
- "border-radius":"3px"
- },
- "inputNode": {
- "width": "80%",
- "border": "1px solid #999999",
- "border-radius": "3px",
- "background": "transparent",
- "font-size": "14px",
- "line-height": "24px",
- "height": "22px",
- "text-align": "left",
- "color": "#333333"
- },
- "sortActionNode": {
- "background": "url(../x_component_Org/$List/default/icon/order.png) 3px center no-repeat",
- "float": "right",
- "cursor": "pointer",
- "margin-top": "0px",
- "margin-left": "5px",
- "padding": "3px 5px",
- "padding-left": "22px",
- "font-size": "12px",
- "font-weight": "normal",
- "border": "1px solid #666",
- "background-color": "#FFF",
- "line-height": "normal",
- "color":"#333",
- "border-radius":"3px"
- },
- "okActionNode": {
- "background": "url(../x_component_Org/$Explorer/default/icon/mainid.png) 5px center no-repeat",
- "background-size": "12px",
- "float": "right",
- "cursor": "pointer",
- "margin-top": "0px",
- "margin-left": "5px",
- "padding": "3px 5px",
- "padding-left": "22px",
- "font-size": "12px",
- "font-weight": "normal",
- "border": "1px solid #666",
- "background-color": "#FFF",
- "line-height": "normal",
- "color":"#333",
- "border-radius":"3px"
- },
- "cancelActionNode": {
- // "background": "url(../x_component_Org/$List/default/icon/order.png) 3px center no-repeat",
- "float": "right",
- "cursor": "pointer",
- "margin-top": "0px",
- "margin-left": "5px",
- "padding": "3px 5px",
- // "padding-left": "22px",
- "font-size": "12px",
- "font-weight": "normal",
- "border": "1px solid #666",
- "background-color": "#FFF",
- "line-height": "normal",
- "color":"#333",
- "border-radius":"3px"
- }
- }
|