Revision 5ce739d1

b/.gitignore
10 10
ui/eggs/
11 11
ui/parts/
12 12
ui/src/synnefo.egg-info/
13

  
13
ui/include/
14
ui/lib/
b/ui/src/synnefo/static/main.css
55 55
ul.css-tabs li {  
56 56
	float:left;	 
57 57
	padding:0; 
58
	margin:-2px 1em 0 0;  
58
	margin:-3px 1em 0 0;  
59 59
	list-style-type:none;	
60 60
}
61 61

  
......
145 145
    display:block;
146 146
    padding: .7em 1.5em;
147 147
    margin-top: 1em;
148
    width: 8em;
148
    width: 7em;
149 149
    font-weight: bold;
150 150
    text-decoration: none;
151 151
}
......
190 190
div#about {
191 191
    color: white;
192 192
    padding: .9em 5em;
193
    font-size:.6em;
193
    font-size:.7em;
194 194
    float: right;
195 195
    width: 63%;
196 196
}    
......
482 482
.actions {
483 483
    float: right;
484 484
    width: 15%;
485
    margin-right: -10em;
486
    font-weight: normal;
487
    padding-left: 2em;
485
    margin: -1.5em -9em 0 0;
488 486
    height: 70px;
489 487
}
490 488

  
......
540 538
}
541 539

  
542 540
div.uptime {
543
    font-size:.7em;
544 541
    clear: both;
545 542
    color:transparent;
546 543
    margin-left:1px;
......
555 552

  
556 553
span.rename, span.configure {
557 554
    background-repeat: no-repeat;
558
    font-size: 10px;
555
    font-size: 11px;
559 556
    color: transparent;
560 557
    font-weight: normal;
561 558
    margin-left: 2em;
......
722 719
    clear: both;
723 720
    color: #666;
724 721
    text-decoration: none;
725
    margin-top:-3em;
726
    margin-left:35em;
722
    margin-top: -4em;
723
    margin-left: 65em;
724
    font-size: 0.8em
727 725
}
b/ui/src/synnefo/templates/instances.pt
40 40
		<ul id="status">
41 41
			<li class="active"><strong>1.</strong> Select image</li>
42 42
			<li><strong>2.</strong> Instance type</li>
43
			<li><strong>3.</strong> Start VM</li>
43
			<li><strong>3.</strong> Review</li>
44 44
		</ul>
45 45
		<!-- scrollable items -->
46 46
		<div class="items">
......
130 130
            </div>
131 131
			<div class="page">
132 132
				<h2>
133
					<strong>Step 3: </strong> Start VM <b></b>
134
					<em>Confirm the settings below and start your new instance</em>
133
					<strong>Step 3: </strong> Review <b></b>
134
					<em>Confirm the settings below and create your new instance</em>
135 135
				</h2>
136 136
                <ul>
137 137
                    <li class="required">
......
160 160
                    </li>
161 161
                </ul>
162 162
				<button type="button" class="prev">&laquo; Back</button>
163
				<button type="button" class="next right" id="start">Start VM</button>        
163
				<button type="button" class="next right" id="start">Create VM</button>        
164 164
            </div>
165 165
		</div>
166 166
	</div>

Also available in: Unified diff