Revision 7deaaa5f

b/snf-astakos-app/astakos/im/static/im/cloudbar/cloudbar.css
32 32
.cloudbar ul.services li.active                 { background:#333;}
33 33
.cloudbar ul.services li:hover                  { background:#444; } 
34 34
.cloudbar .red-border							{ border:2px solid red; }
35
.cloudbar ul.services li.red-border				{ height:31px; line-height:31px; margin-left:-2px; margin-right:-2px; }
35
.cloudbar ul.services li.red-border				{ height:31px; line-height:31px; margin-left:0px; margin-right:0px; }
36 36
@media screen and (max-width : 480px) 		{ 
37 37
	.cloudbar .profile 							{ float:none; }	 
38 38
	.cloudbar .services li:first-child			{ position:absolute; left:0; top:0; background:#000}
b/snf-astakos-app/astakos/im/static/im/css/modules.css
545 545
*/
546 546
.right-align									{ text-align:right; }			
547 547

  
548
.auth_methods h3								{ float:left; width:224px; font-size:1.308em;}
548
.auth_methods h3								{ float:left; width:224px; font-size:1.077em;}
549 549
.auth_methods ul								{ overflow:hidden; padding:0; }
550 550
.auth_methods ul li								{ list-style:none outside none; padding:0; margin:0 0 5px 0; }
551 551
.auth_methods ul li a							{ display:inline-block; height:50px; overflow:hidden; vertical-align:middle; }
......
596 596
.landing-page .dotted							{ padding-bottom:40px; margin-bottom:40px; }
597 597
.landing-page .cyclades a						{ color:#04a0af; }
598 598
.landing-page .dashboard a						{ color:#3780b0; }
599
.landing-page .cms a							{ color:#3780b0; }
599 600
.landing-page .rt 								{ text-align:center;vertical-align:middle; } 
b/snf-astakos-app/astakos/im/templates/im/landing.html
7 7
	<h2>WELCOME TO OKEANOS</h2>
8 8
	<div class="two-cols clearfix dotted pithos">
9 9
		<div class="rt">
10
    		rt
10
    		<a href=""><img class="pic" src="{{ IM_STATIC_URL }}images/landing-pithos.png" /></a>
11 11
		</div>
12 12
		<div class="lt">
13 13
 			<a href="">Pithos</a> takes you to the storage service where up to 50 gigs
......
17 17
	</div>
18 18
	<div class="two-cols clearfix dotted cyclades">
19 19
		<div class="rt">
20
    		rt
20
  			<a href=""><img class="pic" src="{{ IM_STATIC_URL }}images/landing-cyclades.png" /></a>
21 21
		</div>
22 22
		<div class="lt">
23 23
 			<a href="">Cyclades</a> to the compute and network cervice where you can
......
28 28
	</div>
29 29
	<div class="two-cols clearfix dotted dashboard">
30 30
		<div class="rt">
31
    		rt
31
    		<a href=""><img class="pic" src="{{ IM_STATIC_URL }}images/landing-dashboard.png" /></a>
32 32
		</div>
33 33
		<div class="lt">
34 34
 			On the right you can accesss your <a href="">dashboard</a> to create
......
39 39
	</div>
40 40
	<div class="two-cols clearfix dotted cms">
41 41
		<div class="rt">
42
    		rt
42
    		<a href=""><img class="pic" src="{{ IM_STATIC_URL }}images/landing-cms.png" /></a>
43 43
		</div>
44 44
		<div class="lt">
45
 			In case you want more information regarding the service,
45
 			In case you want <a href="">more information</a> regarding the service,
46 46
click on the logo  icon on the far left.
47 47
 
48

  
49 48
		</div>
50 49
	</div>
51 50
</div> 	

Also available in: Unified diff