Ignore:
Timestamp:
01/02/13 16:58:21 (11 years ago)
Author:
vronk
Message:

reorganized web-resources for SMC browser (starting: src/web/index.html)
partly reused web-resources from mdservice

File:
1 edited

Legend:

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

    r2364 r2438  
    11
    2 div#infovis-wrapper {border: 1px solid grey; margin: 20px; padding: 5px; height:450px; width:70%;}
     2/*div#infovis-wrapper {border: 1px solid grey; margin: 20px; padding: 5px; height:450px; width:70%;}*/
    33 #infovis {height: 90%; width: 100%;}
    44 
    5  #index-container { width:20%; float:right;}
     5 #index-container { overflow: auto;}
    66 
    77.block {
    88    border: 1px solid #999;
    9     background-color: rgba(180,180,240,0.6);   
     9    /* background-color: rgba(180,180,240,0.6); */   
    1010}
    1111.detail{
     
    1313}
    1414
    15 .highlight {
     15.highlight,
     16.selected {
    1617    font-weight: bold;
    1718    background-color: red;   
    1819}
     20
     21.slider {width: 80px;  display:inline-block; font-size: 70%;  margin: 6px 12px 0 2px;}
    1922
    2023.detaildivs-wrapper {
     
    3538}
    3639
    37 circle.profile {
     40
     41circle.type-profile {
    3842  fill: #66a;
    3943  stroke: #339;
     44}
     45
     46.type-profile text{
     47  font-size: 12px;
     48  font-weight: bold;
     49}
     50
     51
     52circle.type-datcat {
     53  fill: #6a6;
     54  stroke: #393;
     55}
     56
     57
     58circle.selected {
     59    fill: #f66;
     60    stroke-width: 2px;
    4061}
    4162text {
Note: See TracChangeset for help on using the changeset viewer.