X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2Fcivicrm.css;h=fa558723e69e8a3d192fc33b63811f39bc13a9fb;hb=2a31b0890f730fa41d2341a563f8f417a8afe482;hp=afc54b0fc3794b4bdd2f7acae828c246dbf615f8;hpb=c11e71d2a8987edfd25d150aa2420afa54597215;p=civicrm-core.git diff --git a/css/civicrm.css b/css/civicrm.css index afc54b0fc3..fa558723e6 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -705,6 +705,33 @@ input.crm-form-entityref { text-align: center; } +.crm-container #civicrm-footer.crm-public-footer { + vertical-align: middle; + text-align: right; + font-size: 16px; + padding: 0.8em 0; +} + +.crm-container a.empowered-by-link { + display: inline-block; + height: 34px; + position: relative; + width: 99px; +} + +.crm-container div.empowered-by-logo { + background: url('../i/civi99.png') no-repeat; + display: block; + line-height: 34px; + position: absolute; + top: 9px; + width: 99px; +} + +.crm-container div.empowered-by-logo span { + visibility: hidden; +} + #crm-record-log { padding: 0.8em 0.8em 0em 0em; text-align: right; @@ -1454,6 +1481,10 @@ editor specific classes margin: 0 1em 1em 0; } +#crm-container .pcp-image img { + max-width: 360px; +} + #crm-container .ui-draggable { background: url("../i/draggable.png") no-repeat left 1px; float: left; @@ -2422,7 +2453,7 @@ div.grippie { } #crm-create-new-list { - width: 124px; + width: 160px; } #crm-contact-actions-list .icon { background-image: url("../i/icons/jquery-ui-FFFFFF.png"); @@ -3345,13 +3376,13 @@ div#crm-container form { /* For the Conditional-CSS grading rows */ /* - Colour calculations (based off the main row colours) + Colour calculations (based off the main row colours) Level 1: - dd > c4 - ee > d5 - Level 2: - dd > d1 - ee > e2 + dd > c4 + ee > d5 + Level 2: + dd > d1 + ee > e2 */ .crm-container tr.odd.gradeA td.sorting_1 { background-color: #c4ffc4; @@ -3750,14 +3781,13 @@ div.m ul#civicrm-menu, .crm-participant-list-inner, .crm-event-links-list-inner, .crm-contribpage-links-list-inner, -.crm-create-new-list-inner, .crm-contact-actions-list-inner { background-color: #2f2f2e; padding: 4px; } -.crm-create-new-list-inner { - width: 124px!important; +.crm-create-new-list-inner, .crm-create-new-list-inner ul { + width: 160px!important; } .ac_even { @@ -4341,6 +4371,10 @@ div.m ul#civicrm-menu, .crm-container div.ui-notify-message-style a:focus { color: #B2B8FF; } +.crm-container div.ui-notify-message-style .ui-button .ui-button-text { + color: #2F2F2F; + text-decoration: none; +} #crm-notification-container .ui-notify-message .ui-notify-close { cursor: pointer; }