X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2Fbackdrop.css;h=2d99f549e38eabc27b26fa467efb26cc9449ca07;hb=221b519c336588a35a538d5194b9ab90d1542c48;hp=0b718bd206f150fc2c48d28b168a887a8e9b2f88;hpb=18a3fc9e5548ef6333a8bb28551dd1debe274c8a;p=civicrm-core.git diff --git a/css/backdrop.css b/css/backdrop.css index 0b718bd206..2d99f549e3 100644 --- a/css/backdrop.css +++ b/css/backdrop.css @@ -1,15 +1,36 @@ /* Styles specific to Backdrop CMS */ /* Make status messages work with Backdrop styles */ -.crm-container .messages.status { +.crm-container :not(.crm-footer) .messages.status { background-color: #E9EEBC; padding: 0.9em 0.625em 1em 3.438em; border: none; } +.crm-container :not(.crm-footer) .messages.status .crm-i { + font-size: 1.5rem; + color: #fff; + background-color: #CFDE56; + position: absolute; + padding: .4rem; + left: 0; + top: 0; + box-sizing: border-box; +} + @media only screen and (min-width:34em) { - .crm-container .messages.status { + .crm-container :not(.crm-footer) .messages.status { padding-left: 4.375em; } + + .crm-container :not(.crm-footer) .messages.status .crm-i { + font-size: 1.75rem; + padding: .5rem; + } } +/* Backdrop main navigation icon */ +#admin-bar #admin-bar-menu > li > .dropdown > li > a.civicrm { + background: transparent url(../i/logo_sm.png) 5% center no-repeat; + background-size: 16px; +}