Revision 18ffbee1 snf-astakos-app/astakos/im/static/im/css/styles.less

b/snf-astakos-app/astakos/im/static/im/css/styles.less
258 258
}
259 259

  
260 260
.rightcol {
261
    .offset(6.5);
262
    .columns(4);
261
    .makeColumn(4);
262
    margin-left: 4*@gridGutterWidth + 14;
263 263

  
264 264
    &.narrow {
265
        .offset(7.5);
266
        .columns(3);    
265
        .makeColumn(3);
266
        margin-left: 4*@gridGutterWidth + 14;
267 267
    }
268

  
268 269
    input[type=text], input[type=password] {
269 270
        width: 3*@gridColumnWidth + 4*@gridGutterWidth + 5;    
270 271
    }
......
428 429
        position: relative;
429 430
        &.submit {
430 431
            margin-top: 1.5*@verticalSpacing;
431
            z-index: 10;
432
        }
433

  
434
        &.with-checkbox {
435
            margin-top: 7px;    
432 436
        }
433 437

  
434 438
        .extra-link {
......
453 457
    }
454 458

  
455 459
    &.innerlabels p {
460
        display: table;
456 461
        position: relative;    
457 462
    }
458 463

  
......
553 558
        &.error { background-color: @red; color: @white }
554 559
        &.warning { background-color: #AF6906; color: @black }
555 560
    }
556
    
561

  
557 562
    .warning {
558 563
        color: @white !important;   
559 564
        a {
......
564 569

  
565 570
}
566 571

  
572
form.innerlabels label.checkbox-label {
573
    position: relative !important; 
574
    margin-left: 10px !important;
575
    padding-top: 1em !important;
576
    top:11px !important; 
577
    left:10px;
578
    cursor: pointer;
579
}
580

  
581

  
582

  
567 583
// accounts specific styles
568 584
.service-desc {
569 585
    margin-top: 4em;    
......
760 776
}
761 777

  
762 778

  
763
.initial_hidden {
779
.initially-hidden {
764 780
    display: none;    
765 781
}
766 782

  
......
798 814
}
799 815

  
800 816

  
817
// generic headings
818
@hColor: @blue;
819
.textcontent, .terms-content {
820
    h1 {
821
        font-size: 1.9em;    
822
        margin-bottom: 0.2em;
823
        margin-top: 1.2em;
824
        color: @hColor;
825

  
826
        &:first-child {
827
            margin-top: 0;    
828
        }
829
    }
830

  
831
    h2 {
832
        font-size: 1.6em;
833
        margin-bottom: 1.1em;
834
        margin-top: 1.1em;
835

  
836
        &:first-child {
837
            margin-top: 0;    
838
        }
839
        color: lighten(@hColor, 5%);
840
    }
841

  
842
    h3 {
843
        font-size: 1.3em;
844
        margin-bottom: 1em;
845
        margin-top: 1em;
846

  
847
        &:first-child {
848
            margin-top: 0;    
849
        }
850
        color: lighten(@hColor, 5%);
851
    }
852

  
853
    p {
854
        margin-bottom: 1em;    
855
        line-height: 1.5em;
856
    }
857

  
858
    .date {
859
        margin: 1em 0;
860
        font-size: 0.9em;
861
        margin-bottom: 2em;
862
        color: @gray;
863
    }
864
}
801 865

  

Also available in: Unified diff