Revision bd187dfb src/gr/grnet/pithos/web/public/pithos.css

b/src/gr/grnet/pithos/web/public/pithos.css
399 399
    height: 32px;
400 400
	padding: 5px 15px;
401 401
	margin-right: 10px;
402
	margin-left: 10px;
402 403
}
403 404

  
404 405
.grnet-sign {
......
433 434
	margin: 10px;
434 435
}
435 436

  
436
.pithos-toolsButton {
437
	background-color: #FF7F2A !important;
438
	background-position: 9px 7px !important;
437
.clearfix {
438
	display: block;
439
	width: auto;
440
	zoom: 1;
441
}
442

  
443
div#toolbar {
444
	clear: both;
445
	color: white;
446
	float: right;
447
/*	position: absolute;
448
	right: 15px;
449
	top: 15px;*/
450
}
451

  
452
div#toolbar a {
453
	display: block;
454
	float: left;
455
}
456

  
457
.pithos-toolbarItem {
458
	text-decoration: none;
459
	font-size: 0.8em;
460
	padding: 4px;
461
	padding-right: 8px;
462
	color: white;
463
	margin-left: 5px;
464
	background-repeat: no-repeat;
465
	background-color: #A1C8DB;
466
}
467

  
468
.pithos-toolbarItem:HOVER {
469
	background-color: #74aec9;
470
}
471

  
472

  
473
.pithos-toolbarItem span {
474
	float: left;
475
}
476
.pithos-toolbarItem span.ico {
477
	width: 16px;
478
	height: 16px;
479
	margin-right: 5px;
480
	background-repeat: no-repeat;
481
/*	background-position: -36px 0;*/
482
}
483

  
484
#tools-button span.ico {
485
	background-image: url(images/advancedsettings.png);
486
}
487

  
488
#refresh-button span.ico {
489
	background-image: url(images/refresh.png);
439 490
}
440 491

  
441
.pithos-toolsButton:hover {
442
	background-color: #F95 !important;
492
#newFolder-button span.ico {
493
	background-image: url(images/folder_new.png);
443 494
}
444 495

  
445 496
/*move background from inner to centerinner to wrap action buttons too*/
446 497
.dialogMiddleCenterInner.dialogContent  {
447
    background: url(https://pithos.dev.grnet.gr/ui/images/white50.png); 
498
    background: url(images/white50.png); 
448 499
    margin: 7px;
449 500
    padding: 15px;
450 501
    /*border: 1px solid #aaa;*/

Also available in: Unified diff