Revision 7fa8ecdf cloudcms/static/cloudcms/less/styles.less

b/cloudcms/static/cloudcms/less/styles.less
3 3
@import "../less/tables.less";
4 4
@import "../less/xtra.less";
5 5
@import "../less/colorbox.less";
6
@import "../less/resources.less";
6 7

  
7 8

  
8 9
// mixins
......
551 552

  
552 553
        &.success { background-color: @green; color: @white }
553 554
        &.error { background-color: @red; color: @white }
554
        &.warning { background-color: @yellow; color: @black }
555
        &.warning { background-color: #AF6906; color: @black }
556
    }
557

  
558
    .warning {
559
        color: @white !important;   
560
        a {
561
            color: inherit;
562
            font-weight: bold;
563
        }
555 564
    }
556 565

  
557 566
}
......
756 765
    display: none;    
757 766
}
758 767

  
759
/*resources styles*/
760

  
761
@resCol: #FAAF40;
762
.resources {
763
    
764
    .categories {
765
        ul { .clearfix() }
766
        ul li { float: left; }
767
        .title {
768
            margin-bottom: @verticalSpacing/2;    
769
        }
770

  
771
        ul li a {
772
            text-decoration: none;
773
            color: @resCol;
774
            margin-right: @gridGutterWidth;
775
        }
776
    }
777

  
778
    .list {
779
        
780
        margin-top: 4*@verticalSpacing;
781

  
782
        .resource {
783
            .border-box();
784
            width: 33%;
785
            padding: 2*@verticalSpacing;
786
            float: left;
787
            border: 1px solid @resCol;
788
            height: 12*@verticalSpacing;
789

  
790
            .description {
791
                display: none;    
792
            }
793
        }    
794
    }
795
    
796
}
797

  
798 768
 
799 769
/* recaptcha */
800 770
#recaptcha_widget_div {
......
806 776
        margin-bottom: 10px;
807 777
        display: block !important;
808 778
    }
779

  
780
    th, td {
781
        line-height: 1;    
782
    }
809 783
}
810 784

  
811 785
.checkbox-widget.checked {

Also available in: Unified diff