Skip to content

Instantly share code, notes, and snippets.

@bryanwillis
Created March 25, 2018 22:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bryanwillis/9591c3459131f0eb614b491d1d7608eb to your computer and use it in GitHub Desktop.
Save bryanwillis/9591c3459131f0eb614b491d1d7608eb to your computer and use it in GitHub Desktop.
Enhance agile crm profile cards
#contact-image-content .thumb-lg {
width: 150px;
}
#contacts-grid-view-model-list .pull-left a {
margin-bottom: 5px;
}
#contacts-grid-view-model-list .thumb-sm {
margin-bottom: 4px;
margin-right: 20px;
margin-top: 5px;
width: 90px;
}
#contacts-grid-view-model-list .thumb-sm .img-circle {
border: 1px solid #ddd;
box-shadow: 1px 1px 2px rgba(97, 97, 97, 0.3);
height: 90px;
widht: 90px;
}
#contacts-grid-view-model-list .thumb-sm img {
max-width: 90px;
min-width: 90px;
width: 90px;
}
.bg-info.dker, .bg-info-dker, .bg-info .dker {
background-color: #337ab7;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
padding-left: 10px;
padding-right: 10px;
}
.company-userpic {
width: 150px;
}
.contact-image-view img {
height: 150px;
width: 150px;
}
.contacts-grid-view-temp .bg-white {
border-radius: 0px;
box-shadow: 1px 1px 2px rgba(97, 97, 97, 0.05);
}
.contacts-grid-view-temp .pull-left {
line-height: 24px;
width: calc(100% - 110px);
}
.contacts-grid-view-temp > .bg-white {
box-shadow: 1px 1px 2px rgba(97, 97, 97, 0.05);
height: 150px;
}
.grid-v2 .dropdown-toggle {
background: #f4f8f9;
border-radius: 2px;
color: #11a0f8;
}
.grid-view-elipsis {
font-size: 16px;
}
a.agile-contact-grid-view {
font-size: 20px;
font-weight: 600;
margin-top: 13px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment