Revision 2b56fe60

b/ui/static/main.css
3467 3467
}
3468 3468

  
3469 3469
.single .cpu-usage, .single .network-usage {
3470
    margin-bottom: 15px;
3471
    margin-left: 20px;
3470
    text-align: center;
3472 3471
    padding-top: 15px;
3472
    margin-bottom: 5px;
3473 3473
    font-size: 90%;
3474 3474
}
3475 3475

  
3476 3476
.single .cpu-graph, .single .network-graph {
3477
    background-color: #A1C8DB;
3478
    height: 210px;
3479 3477
    margin-left: 20px;
3478
    margin-bottom:30px;
3480 3479
    width: 660px;
3481 3480
}
3482 3481

  
3483
.single .network-graph {
3484
    height: 238px;
3485
}
3486

  
3487 3482
.single div.lower img.stats {
3488 3483
    margin-left: 82px;
3489
    margin-top: 31px;
3490 3484
}
3491 3485

  
3492 3486
.single .single-image {
......
3513 3507
    clear:both;
3514 3508
    background: url("./terminated-bg.png") repeat scroll 0 0 transparent;
3515 3509
    width: 700px;
3516
    padding-bottom: 30px;
3510
    padding-bottom: 15px;
3517 3511
}
3518 3512

  
3519 3513
.single div.upper {
b/ui/templates/machines_single.html
145 145
        <div class="lower">
146 146
            <div class="single-cpu">
147 147
                <div class="cpu-usage">
148
                    {% trans "CPU Usage" %}
148
                    {% trans "CPU Utilization" %}
149 149
                </div>
150 150
                <div class="cpu-graph">
151 151
                    <img src="http://stats.okeanos.grnet.gr/test/cpu-ts.png" class="stats" />
......
153 153
            </div>
154 154
            <div class="single-network">
155 155
                <div class="network-usage">
156
                    {% trans "Network Usage" %}
156
                    {% trans "Network Utilization" %}
157 157
                </div>
158 158
                <div class="network-graph">
159 159
                    <img src="http://stats.okeanos.grnet.gr/test/net-ts.png" class="stats" />

Also available in: Unified diff