Changeset 3430


Ignore:
Timestamp:
08/20/13 11:12:39 (11 years ago)
Author:
vronk
Message:

minor css changes (collection nodes, node detail)

Location:
SMC/trunk/SMC/src/web/scripts/style
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • SMC/trunk/SMC/src/web/scripts/style/cmd-dep-graph.css

    r2485 r3430  
    5656
    5757
     58
     59.type-collection circle {
     60
     61  fill: #ffa;
     62
     63  stroke: #aa9;
     64
     65  stroke-width: 2px;
     66
     67}
     68
     69
     70
    5871.type-element circle {
    5972  fill: #99f;
  • SMC/trunk/SMC/src/web/scripts/style/cmds-ui.css

    r2484 r3430  
    3838ul { padding-left: 4px; list-style-type: none; margin: 0;}
    3939li { background: url('imgs/icon-dot-4.png') no-repeat; background-position: 0px 7px; padding-left: 8px;  }
    40 #detail-container li {margin-top: 0.6em; margin-bottom: 0.6em;}
     40#detail-container li.node-item {margin-top: 0.6em; margin-bottom: 0.6em;}
    4141a img { border:0;       }
    4242tr.detailselection {background-color: #E6E9F0;}
     
    8080.cmds-elem-plus .detail,
    8181td.number .detail,
    82 .ui-context-dialog { display:none; overflow: auto; position:absolute;  text-align:left; border: 1px solid #A6C9E2; background-color: #fafaff;}/* z-index:1; }*/
     82.ui-context-dialog { display:none; overflow: auto; position:absolute;  text-align:left;
     83                    border: 1px solid #A6C9E2; background-color: #fafaff;}/* z-index:1; }*/
    8384/* .cmds-elem-plus .detail { display: none; border: 1px solid #A6C9E2;} */
     85.node-detail td.number .detail {position:relative; }
    8486
    8587.cmds-elem-prop {}
Note: See TracChangeset for help on using the changeset viewer.