Revision 7b4e1e1d web_client/src/gr/grnet/pithos/web/public/pithos.css

b/web_client/src/gr/grnet/pithos/web/public/pithos.css
61 61
	text-align: center
62 62
}
63 63

  
64
.pithos-DialogBox .inner {
65
	width: 95%;
66
	background: url(images/white50.png);
67
	padding: 12px;
68
}
69

  
70 64
.pithos-DialogBox .inner form {
71 65
	margin: 0px;
72 66
}
......
406 400
	margin-right: 10px;
407 401
}
408 402

  
409
.pithos-credentialsText {
410
	padding: 10px;
411
}
412

  
413 403
.grnet-sign {
414 404
	color: #72ADC8;
415 405
}
......
449 439

  
450 440
.pithos-toolsButton:hover {
451 441
	background-color: #F95 !important;
442
}
443

  
444
/*move background from inner to centerinner to wrap action buttons too*/
445
.dialogMiddleCenterInner.dialogContent  {
446
    background: url(https://pithos.dev.grnet.gr/ui/images/white50.png); 
447
    margin: 7px;
448
    padding: 15px;
449
    /*border: 1px solid #aaa;*/
450
    -moz-box-shadow: 0 0 1px 1px #888;
451
    -webkit-box-shadow: 0 0 1px 1px #888;
452
    box-shadow: 0 0 1px 1px #888;
453
}
454

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

  
462
/*button styles*/
463
.pithos-dalogbox .button {
464
}
465

  
466
/*button position within the overlay content*/
467
.dialogMiddleCenterInner .button {
468
    margin-left: 2px;
469
    border: none;
470
    padding: 7px 20px;
471
    margin-top: 10px;
472
    float: right;
473
    margin-right: 4px;
474
}
475

  
476
/* fix placement of overlay paragraphs */
477
.pithos-credentialstext {
478
    padding: 0 0 10px 0;
479
}
480

  
481
/* overlay styles */
482
.pithos-dialogbox {
483
    background-color: white;
484
    border: 2px solid #444;
485
    text-align: left;
486
    -moz-box-shadow: 0 0 90px 5px #000;
487
    -webkit-box-shadow: 0 0 90px 5px #000;
488
    box-shadow: 0 0 90px 5px #000;
489
}
490

  
491
/* hide overlay dialogue unneeded side elements */
492
.dialogMiddleRight, .dialogBottomRight, .dialogTopRight,
493
.dialogMiddleLeft, .dialogBottomLeft, .dialogTopLeft,
494
.dialogBottomCenter {
495
    display: none;
496
}
497

  
498
/* fix dialogbox caption padding and font-size */
499
.pithos-dialogbox .caption {
500
    padding: 10px !important;
501
    font-size: 1.1em;
502
}
503

  
504

  
505
/* form input styling */
506
.dialogMiddleCenterInner input {
507
    border: 1px solid #aaa;
508
    padding: 4px;
509
}
510

  
511
/* fix tag color */
512
a.pithos-tag {
513
    color: #4085a5;
452 514
}

Also available in: Unified diff