Revision c3b66734

b/src/gr/grnet/pithos/web/public/pithos.css
406 406

  
407 407
.pithos-logo {
408 408
	position: absolute;
409
	top: 25;
409
	top: 29px;
410 410
}
411 411

  
412 412
.pithos-header {
......
585 585
	color: #4085A5;
586 586
}
587 587

  
588
.pithos-invitedEmail {
589
	color: #ff7f2a;
590
	font-weight: bold;
591
	border-bottom: 1px solid #4085A5;
592
}
593

  
588 594
.pithos-resendInvitation {
589 595
	cursor: pointer;
596
}
597

  
598
.pithos-pagerButton {
599
	background: none;
600
	background-color: transparent;
601
	border: 1px solid gray;
602
	color: gray;
603
}
604

  
605
.pithos-pagerButton:HOVER {
606
	background-color: #4085A5;
607
}
608

  
609
.pithos-pagerButtonCurrent {
610
	background-color: #4085A5;
590 611
}

Also available in: Unified diff