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

b/snf-astakos-app/astakos/im/static/im/css/styles.less
428 428
        position: relative;
429 429
        &.submit {
430 430
            margin-top: 1.5*@verticalSpacing;
431
            z-index: 10;
431 432
        }
432 433

  
433 434
        .extra-link {
......
763 764
    display: none;    
764 765
}
765 766

  
766
/*resources styles*/
767

  
768
@resCol: #FAAF40;
769
.resources {
770
    
771
    .categories {
772
        ul { .clearfix() }
773
        ul li { float: left; }
774
        .title {
775
            margin-bottom: @verticalSpacing/2;    
776
        }
777

  
778
        ul li a {
779
            text-decoration: none;
780
            color: @resCol;
781
            margin-right: @gridGutterWidth;
782
        }
783
    }
784

  
785
    .list {
786
        
787
        margin-top: 4*@verticalSpacing;
788

  
789
        .resource {
790
            .border-box();
791
            width: 33%;
792
            padding: 2*@verticalSpacing;
793
            float: left;
794
            border: 1px solid @resCol;
795
            height: 12*@verticalSpacing;
796

  
797
            .description {
798
                display: none;    
799
            }
800
        }    
801
    }
802
    
803
}
804

  
805 767
 
806 768
/* recaptcha */
807 769
#recaptcha_widget_div {

Also available in: Unified diff