Changeset 2441 for SMC


Ignore:
Timestamp:
01/06/13 15:14:50 (11 years ago)
Author:
vronk
Message:

adding a data-holder-div, + minor changes to css

Location:
SMC/trunk/SMC/src/web
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • SMC/trunk/SMC/src/web/index.html

    r2438 r2441  
    6767        </div>
    6868                <div id="detail-container" class="block"><h3>Detail</h3></div>
     69        <div id="detail-info-holder" class="data"></div>
     70       
    6971       
    7072
  • SMC/trunk/SMC/src/web/scripts/style/cmd-dep-graph.css

    r2438 r2441  
    1919}
    2020
    21 .slider {width: 80px;  display:inline-block; font-size: 70%;  margin: 6px 12px 0 2px;}
     21.widget-slider {width: 80px;  display:inline-block; font-size: 70%;  margin: 6px 12px 0 2px;}
    2222
    2323.detaildivs-wrapper {
     
    2727path.link {
    2828  fill: none;
    29   stroke: #666;
     29  stroke: #999;
    3030  stroke-width: 1.5px;
    3131}
  • SMC/trunk/SMC/src/web/scripts/style/cmds-ui.css

    r2438 r2441  
    88#query-input { padding: 6px;  /* max-width: 600px; */ }
    99#repositories {margin: 6px 0px; }
    10 #notify {display:none; /* max-width: 400px; position: relative; overflow: auto; height: 40px; */}
     10#notify { max-width: 400px; position: relative; overflow: auto; height: 40px; /* display:none; */}
    1111#user {text-align: right;}
    1212#welcome {max-width: 600px; padding: 10px;}
Note: See TracChangeset for help on using the changeset viewer.