View | Details | Raw Unified | Return to bug 29244
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-18 / +16 lines)
Lines 1108-1130 div { Link Here
1108
        text-align: justify;
1108
        text-align: justify;
1109
    }
1109
    }
1110
1110
1111
    &.message {
1112
        background: linear-gradient(to bottom, #FFFFFF 0%, #F4F6FA 2%, #EAEEF5 23%, #E8EDF6 94%, #CDDBF2 100%);
1113
        border: 1px solid #BCBCBC;
1114
        text-align: center;
1115
        width: 55%;
1116
1117
        ul,
1118
        h5 {
1119
            padding-left: 25%;
1120
            text-align: left;
1121
        }
1122
1123
        ul + h4 {
1124
            margin-top: .7em;
1125
        }
1126
    }
1127
1128
    &.note {
1111
    &.note {
1129
        background: linear-gradient(to bottom, #F4F6FA 0%, #E8EDF6 100%); // W3C
1112
        background: linear-gradient(to bottom, #F4F6FA 0%, #E8EDF6 100%); // W3C
1130
        border: 1px solid #BCBCBC;
1113
        border: 1px solid #BCBCBC;
Lines 1849-1854 i { Link Here
1849
        }
1832
        }
1850
    }
1833
    }
1851
1834
1835
    &.message {
1836
        background: linear-gradient(to bottom, #FFFFFF 0%, #F4F6FA 2%, #EAEEF5 23%, #E8EDF6 94%, #CDDBF2 100%);
1837
        border: 1px solid #BCBCBC;
1838
        text-align: center;
1839
1840
        ul,
1841
        h5 {
1842
            padding-left: 25%;
1843
            text-align: left;
1844
        }
1845
1846
        ul + h4 {
1847
            margin-top: .7em;
1848
        }
1849
    }
1850
1852
    &.alert,
1851
    &.alert,
1853
    &.error {
1852
    &.error {
1854
        background: linear-gradient(to bottom, #FEF8D3 0%, #FFEC91 9%, #FFED87 89%, #F9DC00 100%);
1853
        background: linear-gradient(to bottom, #FEF8D3 0%, #FFEC91 9%, #FFED87 89%, #F9DC00 100%);
1855
- 

Return to bug 29244