Changeset 2485 for SMC


Ignore:
Timestamp:
01/25/13 11:47:31 (11 years ago)
Author:
vronk
Message:

adapted layout of the node-types

File:
1 edited

Legend:

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

    r2460 r2485  
    11
    22/*div#infovis-wrapper {border: 1px solid grey; margin: 20px; padding: 5px; height:450px; width:70%;}*/
    3  #infovis {height: 90%; width: 100%;}
     3 #infovis {height: 95%; width: 100%; overflow: auto;}
    44 
    55 #index-container, #detail-container, #navigate { overflow: auto;}
    66 
     7 #navigate { line-height: 2.5em;}
     8 #navigate select { margin-right: 0.5em; }
     9 #navigate label {padding: 0px 2px;}
     10 a.type-link { padding: 2px 4px;}
    711 
    812.block {
     
    1418}
    1519
     20.hide { display:none;}
     21
    1622.highlight,
    1723.selected {
     
    1925    background: #f66;   
    2026}
    21 
    22 .highlight circle,
    23 .selected circle {
    24     fill: #f66;   
    25 }
    26 
    2727
    2828.widget-slider {width: 80px;  display:inline-block; font-size: 70%;  margin: 6px 12px 0 2px;}
     
    5151}
    5252
    53 circle.fade {
     53.fade circle, circle.fade {
    5454    opacity: 0.2;
    5555}
    5656
    5757
    58 circle {
    59   fill: #99c;
     58.type-element circle {
     59  fill: #99f;
    6060  stroke: #66a;
    6161  stroke-width: 1px;
     
    6363
    6464
    65 circle.type-profile {
     65.type-profile circle {
    6666  fill: #66a;
    6767  stroke: #339;
     
    7373}
    7474
     75.type-component circle {
     76  fill: #ddf;
     77  stroke: #99c;
     78}
    7579
    76 circle.type-datcat {
     80.type-datcat circle {
    7781  fill: #6a6;
    7882  stroke: #393;
    7983}
     84
     85.type-datcat text{
     86  font-style: italic;
     87}
     88
     89
     90.highlight circle,
     91.selected circle {
     92    fill: #f66;   
     93}
     94
    8095
    8196
Note: See TracChangeset for help on using the changeset viewer.