Revision 32f17ab7 src/gr/grnet/pithos/web/public/pithos.css

b/src/gr/grnet/pithos/web/public/pithos.css
452 452
    box-shadow: 0 0 1px 1px #888;
453 453
}
454 454

  
455
.pithos-dialogbox .outer {
456
    width: 600px;
457
}
458

  
455 459
/*remove background/padding from .inner*/
456 460
.pithos-dialogbox .inner {
457 461
    background: none;
458 462
    padding:0;
459
    width: auto !important;
463
    width: 100%;
460 464
}
461 465

  
462 466
/*button styles*/
......
529 533
.pithos-sendInvitationsPanel {
530 534
	margin-top: 10px;
531 535
	border-right: 1px solid #4085A5;
536
	padding-right: 5px;
532 537
}
533 538

  
534 539
.pithos-sendInvitationsTitle {
......
558 563
	color: gray;
559 564
}
560 565

  
566
.pithos-invitationsSplitPanel {
567
	width:100%;
568
}
569

  
561 570
.pithos-invitationDeleteImg {
562 571
	cursor: pointer;
563 572
}
......
578 587

  
579 588
.pithos-sentInvitationsPanel {
580 589
	margin-top: 10px;
590
	padding-left: 5px;
591
	width: 100%;
581 592
}
582 593

  
583 594
.pithos-sentInvitationsTitle {
......
585 596
	color: #4085A5;
586 597
}
587 598

  
599
.pithos-sentInvitationsTable {
600
	width: 100%;
601
}
602

  
588 603
.pithos-invitedEmail {
589 604
	color: #ff7f2a;
590 605
	font-weight: bold;
606
}
607

  
608
.pithos-invitedEmailBorder {
591 609
	border-bottom: 1px solid #4085A5;
592 610
}
593 611

  

Also available in: Unified diff