Revision 5c4713f8 snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_overlays.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_overlays.scss
193 193
	.middle {
194 194
		padding-top:$bar-height;
195 195
		.step {
196
			padding:50px 0 (50px + $bar-height);
196
			padding:50px 0 50px;
197 197
			float:left;
198 198
			position:relative;
199 199
			width:$row-width;
......
409 409
							margin-bottom:0.5em;
410 410
						}
411 411
					}
412
					// .btn5 {
413
					// 	&:hover {
414
					// 		color:white;
415
					// 	}
416
					// 	&.current, &.current:hover {
417
					// 		color:$overlay-color;
418
					// 	}
419
					// }
420 412
				}
413
				.btn5 {
414
				    &:hover {
415
					    color:white;
416
				}
417
				    &.current, &.current:hover {
418
				        color:$overlay-color;
419
				    }
420
			    }
421 421
				.advanced-conf-options {
422 422
					display: none;
423 423
					.area {
......
425 425
						.row {
426 426
							width:$row-small;
427 427
						}
428
						// .btn5{
429
						// 	&:hover {
430
						// 		color:white;
431
						// 	}
432
						// }
433 428
						ul {
434 429
							li {
435 430
								position: relative;
......
493 488
					}
494 489
					.tags-area {
495 490
						background-color: $tag-opt-area-color;
496
						dt, dd { 
497
							display:inline-block;
498
							font-weight: normal;
499
						}
500
						dt {
501
							width:45%;
502
						}
503
						dd {
504
							width:30%;
505
							padding-right: 25%;
506
						}
507
						.title {
508
							position: relative;
509
							left: -11px;
510
							font-weight: bold;
491
						.snf-color-picker {
492
							display: none;
511 493
						}
512
						p {
513
							position:relative;
514
							left:-11px;
515
						}
516
						
517 494
						#picker {
518 495
							position: relative;
519
							border: 1px solid $wizard-base-font-color;
520
							padding: 6px;
521 496
							width: 207px;
522 497
							margin: 30px 5px;
523 498
							display: inline-block;
524
							// width: 195px;
525
							// margin: auto;
526 499
						}
527

  
528 500
						.form-item {
529
							// margin: auto;
530
							//width: 108px;
531 501
							display:inline-block;
532 502
							position: relative;
533 503
							bottom: 40px;
534 504
						}
535

  
536

  
505
						.btn5 {
506
							margin-right:20px;
507
						}
537 508

  
538 509
					}
539 510

  

Also available in: Unified diff