Revision b446b2bf

b/README
23 23
    $ ../bin/python manage.py runserver
24 24

  
25 25
    Attention! The project folder MUST be named synnefo
26

  
27
Alt - main
28
----------
29
To change between alt and main view, in ui/templates/home.html
30
    (line 7) change alt-main.css <-> main.css
31
    (line 24) href="alt-instances" <-> href="instances"
b/ui/static/alt-main.css
148 148

  
149 149
/* tab pane */
150 150
div.css-panes {
151
    border-top: 10px solid #87aade;  
151
    border-top: 10px solid #87aade;
152
    border-bottom: 10px solid #87aade;  
152 153
    background: white;
153 154
}
154 155

  
......
206 207
}
207 208

  
208 209
#create:hover {
209
    color: white;
210
    background-color: #a3bbc5;
211
    border-color: #a3bbc5;
210 212
}
211 213

  
212 214
div#header {
......
609 611

  
610 612
.terminated {
611 613
    opacity: .6;
614
    margin-bottom: 25px;
612 615
}
613 616

  
614 617
.instance:hover div.uptime, .instance:hover a.rename, .instance:hover a.configure {
......
773 776

  
774 777
div.inactive {
775 778
    opacity: .6;
779
    margin-bottom: 25px;
776 780
}
777 781

  
778 782
div.list div.actions {
......
843 847
}
844 848

  
845 849
.list .seperator {
846
    margin: 0 0 10px -36px;
850
    margin-left: -36px;
847 851
}
b/ui/templates/home.html
4 4
	<title>{{ project }}</title>
5 5
	<!-- include the Tools -->
6 6
	<script src="static/jquery.tools.min.js"></script>
7
	<link rel="stylesheet" type="text/css" href="static/main.css"/>	
7
	<link rel="stylesheet" type="text/css" href="static/alt-main.css"/>	
8 8
    <link href='http://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css' />
9 9

  
10 10
</head>
......
21 21
        </div>
22 22
        <!-- tabs -->
23 23
        <ul class="css-tabs">
24
	        <li><a href="instances" title="manage your virtual machines" id="instances">instances</a></li>
24
	        <li><a href="alt-instances" title="manage your virtual machines" id="instances">instances</a></li>
25 25
	        <li><a href="disks" title="manage your storage volumes" id="disks">disks</a></li>
26 26
	        <li><a href="images" title="manage boot images" id="images">images</a></li>
27 27
	        <li><a href="networks" title="configure networking" id="networks">networks</a></li>

Also available in: Unified diff