First commit
This commit is contained in:
commit
c6e2478c40
13918 changed files with 2303184 additions and 0 deletions
141
sites/all/modules/civicrm/css/Audit/style.css
Normal file
141
sites/all/modules/civicrm/css/Audit/style.css
Normal file
|
@ -0,0 +1,141 @@
|
|||
/* Note there will also be a bunch of classes specific to the site for each activity they've configured. The class name is "civicase-audit-" plus the name they've given the activity with any non-alphanumeric characters removed. */
|
||||
|
||||
#civicase-audit {
|
||||
}
|
||||
|
||||
#civicase-audit table {
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
#civicase-audit td {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
#civicase-audit td.leftpane {
|
||||
}
|
||||
|
||||
#civicase-audit table.report{
|
||||
width: 100%;
|
||||
margin-top: -4px;
|
||||
}
|
||||
|
||||
#civicase-audit tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
|
||||
color: #027AC6;
|
||||
background-color: #FFFF99;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#civicase-audit .indicator{
|
||||
width: 30px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#civicase-audit .separator{
|
||||
width: 10px;
|
||||
}
|
||||
|
||||
#civicase-audit td.rightpane {
|
||||
background-color: #CCE3F1;
|
||||
border: #333333 solid 1px;
|
||||
padding: 2%;
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
.rightpaneheader {
|
||||
}
|
||||
|
||||
.rightpanebody {
|
||||
}
|
||||
|
||||
#civicase-audit label {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.activity {
|
||||
}
|
||||
|
||||
.auditmenu {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.editlink {
|
||||
background: #EEEEEE;
|
||||
border: #333333 solid 1px;
|
||||
padding: 2px 3px 2px 3px;
|
||||
font-size: xx-small;
|
||||
text-transform: uppercase;
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
.editlink a {
|
||||
text-decoration: none;
|
||||
color: #0000CC;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.editlink a:hover {
|
||||
color: #CC0000;
|
||||
}
|
||||
|
||||
.activity a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.activity a:link, .activity a:visited {
|
||||
}
|
||||
|
||||
.activityheader {
|
||||
display: none;
|
||||
padding-bottom: 20px;
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
.activityheader span {
|
||||
display: list-item;
|
||||
list-style-type: none;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.auditmenu span {
|
||||
display: inline;
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
.activitybody {
|
||||
background: #FFFFFF;
|
||||
padding: 2px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.activitybody span {
|
||||
display: list-item;
|
||||
list-style-type: none;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
/* The right pane starts off hidden except for the first activity. */
|
||||
#civicase-audit-header-1 {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#civicase-audit-body-1 {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.String {
|
||||
}
|
||||
|
||||
.Date {
|
||||
}
|
||||
|
||||
.File {
|
||||
}
|
||||
|
||||
.Int {
|
||||
}
|
||||
|
||||
.Memo {
|
||||
}
|
||||
|
||||
.Boolean {
|
||||
}
|
0
sites/all/modules/civicrm/css/abtesting.css
Normal file
0
sites/all/modules/civicrm/css/abtesting.css
Normal file
45
sites/all/modules/civicrm/css/admin.css
Normal file
45
sites/all/modules/civicrm/css/admin.css
Normal file
|
@ -0,0 +1,45 @@
|
|||
/* Styles specific to admin pages/forms */
|
||||
|
||||
/* Config Task List */
|
||||
#crm-container td.tasklist a {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#crm-container table.selector td.tasklist {
|
||||
border-right: 1px solid #DDDDDD;
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
#crm-container td.tasklist a:link {
|
||||
color: #FF0105;
|
||||
}
|
||||
|
||||
#crm-container td.tasklist a:visited {
|
||||
color: green;
|
||||
}
|
||||
|
||||
/* Class for successful upgrade */
|
||||
.crm-container .upgrade-success {
|
||||
background-color: #00CC00;
|
||||
color: white;
|
||||
}
|
||||
|
||||
/* Extension management */
|
||||
|
||||
.crm-container .extension-upgradable {
|
||||
background-color: #FFFFCC !important;
|
||||
}
|
||||
|
||||
.crm-container .extension-installed {
|
||||
background-color: #DDFFDD !important;
|
||||
}
|
||||
|
||||
.crm-container .extension-missing {
|
||||
color: #E43D2B !important;
|
||||
}
|
||||
|
||||
#crm-container .crm-extensions-upgrade {
|
||||
background: #ffb;
|
||||
border: 1px solid #000;
|
||||
text-align: center;
|
||||
}
|
BIN
sites/all/modules/civicrm/css/arrow.png
Normal file
BIN
sites/all/modules/civicrm/css/arrow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 273 B |
15
sites/all/modules/civicrm/css/backdrop.css
Normal file
15
sites/all/modules/civicrm/css/backdrop.css
Normal file
|
@ -0,0 +1,15 @@
|
|||
/* Styles specific to Backdrop CMS */
|
||||
|
||||
/* Make status messages work with Backdrop styles */
|
||||
.crm-container .messages.status {
|
||||
background-color: #E9EEBC;
|
||||
padding: 0.9em 0.625em 1em 3.438em;
|
||||
border: none;
|
||||
}
|
||||
|
||||
@media only screen and (min-width:34em) {
|
||||
.crm-container .messages.status {
|
||||
padding-left: 4.375em;
|
||||
}
|
||||
}
|
||||
|
BIN
sites/all/modules/civicrm/css/bg_button_a.gif
Normal file
BIN
sites/all/modules/civicrm/css/bg_button_a.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 581 B |
BIN
sites/all/modules/civicrm/css/bg_button_span.gif
Normal file
BIN
sites/all/modules/civicrm/css/bg_button_span.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
359
sites/all/modules/civicrm/css/bluemarine.css
Normal file
359
sites/all/modules/civicrm/css/bluemarine.css
Normal file
|
@ -0,0 +1,359 @@
|
|||
/* $Id$ */
|
||||
|
||||
/*
|
||||
** HTML elements
|
||||
*/
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #000;
|
||||
background-color: #fff;
|
||||
font: 76% Verdana, Arial, Helvetica, sans-serif;
|
||||
}
|
||||
tr.dark td, tr.light td {
|
||||
padding: 0.3em;
|
||||
}
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
h1 {
|
||||
font-size: 1.3em;
|
||||
}
|
||||
h2 {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
h3, h4, h5, h6 {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
p {
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.9em;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
a:link {
|
||||
color: #39c;
|
||||
}
|
||||
a:visited {
|
||||
color: #369;
|
||||
}
|
||||
a:hover {
|
||||
color: #39c;
|
||||
text-decoration: underline;
|
||||
}
|
||||
fieldset {
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
pre {
|
||||
background-color: #eee;
|
||||
padding: 0.75em 1.5em;
|
||||
font-size: 12px;
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
table {
|
||||
/* make <td> sizes relative to body size! */
|
||||
font-size: 1em;
|
||||
}
|
||||
.form-item label {
|
||||
font-size: 1em;
|
||||
color: #222;
|
||||
}
|
||||
.item-list .title {
|
||||
font-size: 1em;
|
||||
color: #222;
|
||||
}
|
||||
.links {
|
||||
margin-bottom: 0em;
|
||||
}
|
||||
.comment .links {
|
||||
margin-bottom: 0em;
|
||||
}
|
||||
|
||||
/*
|
||||
** Page layout blocks / IDs
|
||||
*/
|
||||
#header, #content {
|
||||
width: 100%;
|
||||
}
|
||||
#header {
|
||||
background-color: #69c;
|
||||
}
|
||||
#logo {
|
||||
vertical-align: middle;
|
||||
border: 0;
|
||||
}
|
||||
#logo img {
|
||||
float: left;
|
||||
padding: 0em 1.0em 0em 1em;
|
||||
border: 0;
|
||||
}
|
||||
#menu {
|
||||
padding: 0.5em 0.5em 0 0.5em;
|
||||
text-align: right;
|
||||
vertical-align: middle;
|
||||
}
|
||||
#primary {
|
||||
font-size: 1.0em;
|
||||
padding: 0em 0.8em 0.5em 0;
|
||||
color: #9cf;
|
||||
}
|
||||
#primary a {
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
}
|
||||
#secondary {
|
||||
padding: 0 1em 0.5em 0;
|
||||
font-size: 0.8em;
|
||||
color: #9cf;
|
||||
}
|
||||
#secondary a {
|
||||
font-weight: bold;
|
||||
color: #9cf;
|
||||
}
|
||||
#search .form-text, #search .crm-form-submit {
|
||||
border: 1px solid #369;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
#search .form-text {
|
||||
width: 8em;
|
||||
height: 1.4em;
|
||||
padding: 0 0.5em 0 0.5em;
|
||||
margin: 0 0 0.5em 0;
|
||||
}
|
||||
#search .crm-form-submit {
|
||||
height: 1.5em;
|
||||
}
|
||||
#mission {
|
||||
background-color: #369;
|
||||
padding: 1.5em 2em;
|
||||
color: #fff;
|
||||
}
|
||||
#mission a, #mission a:visited {
|
||||
color: #9cf;
|
||||
font-weight: bold;
|
||||
}
|
||||
.site-name {
|
||||
margin: 0.6em 0em 0em 0em;
|
||||
padding: 0em;
|
||||
font-size: 2em;
|
||||
}
|
||||
.site-name a:link, .site-name a:visited {
|
||||
color: #fff;
|
||||
}
|
||||
.site-name a:hover {
|
||||
color: #369;
|
||||
text-decoration: none;
|
||||
}
|
||||
.site-slogan {
|
||||
font-size: 1em;
|
||||
color: #eee;
|
||||
display: block;
|
||||
margin: 0em 0em 0em 0em;
|
||||
font-style: italic;
|
||||
font-weight: bold;
|
||||
}
|
||||
#main {
|
||||
/* padding in px not ex because IE messes up 100% width tables otherwise */
|
||||
padding: 10px;
|
||||
}
|
||||
#mission, .node .content, .comment .content {
|
||||
line-height: 1.4;
|
||||
}
|
||||
#help {
|
||||
font-size: 0.9em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
.breadcrumb {
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
.messages {
|
||||
background-color: #eee;
|
||||
border: 1px solid #ccc;
|
||||
padding: 0.3em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
.error {
|
||||
border-color: red;
|
||||
}
|
||||
#sidebar-left, #sidebar-right {
|
||||
background-color: #ddd;
|
||||
width: 16em;
|
||||
/* padding in px not ex because IE messes up 100% width tables otherwise */
|
||||
padding: 10px;
|
||||
vertical-align: top;
|
||||
}
|
||||
#footer {
|
||||
background-color: #eee;
|
||||
padding: 1em;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
/*
|
||||
** Common declarations for child classes of node, comment, block, box, etc.
|
||||
** If you want any of them styled differently for a specific parent, add
|
||||
** additional rules /with only the differing properties!/ to .parent .class.
|
||||
** See .comment .title for an example.
|
||||
*/
|
||||
.title, .title a {
|
||||
font-weight: bold;
|
||||
font-size: 1.3em;
|
||||
color: #777;
|
||||
margin: 0 auto 0 auto; /* decrease default margins for h<x>.title */
|
||||
}
|
||||
.submitted {
|
||||
color: #999;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
.links {
|
||||
color: #999;
|
||||
}
|
||||
.links a {
|
||||
font-weight: bold;
|
||||
}
|
||||
.block, .box {
|
||||
padding: 0 0 1.5em 0;
|
||||
}
|
||||
.block {
|
||||
border-bottom: 1px solid #bbb;
|
||||
padding-bottom: 0.75em;
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
.block .title {
|
||||
margin-bottom: .25em;
|
||||
}
|
||||
.box .title {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
.node {
|
||||
margin: .5em 0 2em 0;
|
||||
}
|
||||
.sticky {
|
||||
padding: .5em;
|
||||
background-color: #eee;
|
||||
border: solid 1px #ddd;
|
||||
}
|
||||
.node .content, .comment .content {
|
||||
margin: .5em 0 .5em 0;
|
||||
}
|
||||
.node .taxonomy {
|
||||
color: #999;
|
||||
font-size: 0.8em;
|
||||
padding: 1.5em;
|
||||
}
|
||||
.node .picture {
|
||||
border: 1px solid #ddd;
|
||||
float: right;
|
||||
margin: 0.5em;
|
||||
}
|
||||
.comment {
|
||||
border: 1px solid #abc;
|
||||
padding: .5em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
.comment .title a {
|
||||
font-size: 1.1em;
|
||||
font-weight: normal;
|
||||
}
|
||||
.comment .new {
|
||||
text-align: right;
|
||||
font-weight: bold;
|
||||
font-size: 0.8em;
|
||||
float: right;
|
||||
color: red;
|
||||
}
|
||||
.comment .picture {
|
||||
border: 1px solid #abc;
|
||||
float: right;
|
||||
margin: 0.5em;
|
||||
}
|
||||
|
||||
/*
|
||||
** Module specific styles
|
||||
*/
|
||||
#aggregator .feed {
|
||||
background-color: #eee;
|
||||
border: 1px solid #ccc;
|
||||
padding: 1em;
|
||||
margin: 1em 0 1em 0;
|
||||
}
|
||||
#aggregator .news-item .source, #aggregator .news-item .categories, #aggregator .source, #aggregator .age {
|
||||
color: #999;
|
||||
font-style: italic;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
#aggregator .title {
|
||||
margin-bottom: 0.5em;
|
||||
font-size: 1em;
|
||||
}
|
||||
#aggregator h3 {
|
||||
margin-top: 1em;
|
||||
}
|
||||
#forum table {
|
||||
width: 100%;
|
||||
}
|
||||
#forum td {
|
||||
padding: 0.5em 0.5em 0.5em 0.5em;
|
||||
}
|
||||
#forum td.forum, #forum td.posts {
|
||||
background-color: #eee;
|
||||
}
|
||||
#forum td.topics, #forum td.last-reply {
|
||||
background-color: #ddd;
|
||||
}
|
||||
#forum td.container {
|
||||
background-color: #ccc;
|
||||
}
|
||||
#forum td.container a {
|
||||
color: #555;
|
||||
}
|
||||
#forum td.statistics, #forum td.settings, #forum td.pager {
|
||||
height: 1.5em;
|
||||
border: 1px solid #bbb;
|
||||
}
|
||||
#forum td .name {
|
||||
color: #96c;
|
||||
}
|
||||
#forum td .links {
|
||||
padding-top: 0.7em;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
#profile .profile {
|
||||
clear: both;
|
||||
border: 1px solid #abc;
|
||||
padding: .5em;
|
||||
margin: 1em 0em 1em 0em;
|
||||
}
|
||||
#profile .profile .name {
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
.block-forum h3 {
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
.calendar a {
|
||||
text-decoration: none;
|
||||
}
|
||||
.calendar td, .calendar th {
|
||||
padding: 0.4em 0;
|
||||
border-color: #888;
|
||||
}
|
||||
.calendar .day-today {
|
||||
background-color: #69c;
|
||||
}
|
||||
.calendar .day-today a {
|
||||
color: #fff;
|
||||
}
|
||||
.calendar .day-selected {
|
||||
background-color: #369;
|
||||
color: #fff;
|
||||
}
|
||||
.calendar .header-week {
|
||||
background-color: #ccc;
|
||||
}
|
||||
.calendar .day-blank {
|
||||
background-color: #ccc;
|
||||
}
|
||||
.calendar .row-week td a:hover {
|
||||
background-color: #fff; color: #000;
|
||||
}
|
3853
sites/all/modules/civicrm/css/civicrm.css
Normal file
3853
sites/all/modules/civicrm/css/civicrm.css
Normal file
File diff suppressed because it is too large
Load diff
179
sites/all/modules/civicrm/css/civicrmNavigation.css
Normal file
179
sites/all/modules/civicrm/css/civicrmNavigation.css
Normal file
|
@ -0,0 +1,179 @@
|
|||
html>body div.outerbox
|
||||
{
|
||||
padding: 0 5px 5px 0;
|
||||
z-index:999999;
|
||||
font-size: 13px;
|
||||
margin-top:2px;
|
||||
}
|
||||
html>body div.outerbox div.shadowbox1
|
||||
{
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 5px;
|
||||
width: 5px;
|
||||
height: 100%;
|
||||
background: url(../i/myshadow.png) no-repeat right top;
|
||||
}
|
||||
html>body div.outerbox div.shadowbox2
|
||||
{
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: 5px;
|
||||
height: 5px;
|
||||
width: 100%;
|
||||
background: url(../i/myshadow.png) left bottom;
|
||||
}
|
||||
html>body div.outerbox div.shadowbox3
|
||||
{
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
height: 5px;
|
||||
width: 5px;
|
||||
background: url(../i/myshadow.png) no-repeat right bottom;
|
||||
}
|
||||
html>body .innerbox
|
||||
{
|
||||
margin: 0;
|
||||
z-index:999999;
|
||||
margin-left:10px;
|
||||
}
|
||||
|
||||
#root-menu-div ul {
|
||||
border: 1px solid #000;
|
||||
}
|
||||
#root-menu-div li{
|
||||
white-space:nowrap;
|
||||
background-image: none;
|
||||
text-align: left;
|
||||
}
|
||||
* html #root-menu-div li{
|
||||
height: 1.5em; /* fixing ie6 problem */
|
||||
}
|
||||
#civicrm-menu,
|
||||
#root-menu-div ul {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background:#5D5D5D;
|
||||
color: white;
|
||||
cursor: default;
|
||||
font-size: 12px;
|
||||
font-family: Tahoma, Verdana, Arial, sans-serif;
|
||||
}
|
||||
|
||||
#civicrm-menu {
|
||||
position:absolute;
|
||||
top:0;
|
||||
left:0;
|
||||
background:#1B1B1B repeat-x;
|
||||
width:100%;
|
||||
height:27px;
|
||||
z-index:99999;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
li.menu-separator.active{
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.menu-ul li.active {
|
||||
background-color: #aaa;
|
||||
}
|
||||
|
||||
#civicrm-menu .activetarget{
|
||||
background-color: #aaa;
|
||||
}
|
||||
|
||||
#civicrm-menu li a, #root-menu-div li a {
|
||||
color:white;
|
||||
cursor:pointer;
|
||||
display:block;
|
||||
font-weight:normal;
|
||||
text-decoration:none;
|
||||
border:0;
|
||||
}
|
||||
|
||||
* html div.menu-item {
|
||||
display: inline; /* fixes problem in ie6 */
|
||||
}
|
||||
|
||||
li.menumain {
|
||||
float: left;
|
||||
padding: 3px 10px;
|
||||
background-image: none;
|
||||
border-right: 1px solid #5D5D5D;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
#root-menu-div .menu-ul li {
|
||||
margin: 0;
|
||||
padding: 0 20px 0 2px;
|
||||
}
|
||||
|
||||
div.menu-item {
|
||||
padding: 1px 10px 1px 4px;
|
||||
height: auto;
|
||||
}
|
||||
img.menu-item-arrow{
|
||||
position: absolute;
|
||||
right: 4px;
|
||||
top: 8px;
|
||||
}
|
||||
#civicrm-menu i {
|
||||
margin-right: 5px;
|
||||
}
|
||||
li.menu-separator{
|
||||
border-bottom: 1px solid #000;
|
||||
font-size: 0; /* for ie */
|
||||
height: 0;
|
||||
line-height: 0; /* for ie */
|
||||
margin: 2px 0;
|
||||
}
|
||||
#civicrm-menu .crm-logo-sm,
|
||||
.crm-container .crm-logo-sm {
|
||||
background: url('../i/logo_sm.png') no-repeat;
|
||||
display: inline-block;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#civicrm-menu .ui-autocomplete-input,
|
||||
.crm-container .ui-autocomplete-input {
|
||||
background: white url("../bower_components/select2/select2.png") no-repeat scroll right -23px;
|
||||
padding-right: 16px;
|
||||
/* so that text doesn't flow on top of icon */
|
||||
}
|
||||
|
||||
#civicrm-menu #crm-qsearch {
|
||||
padding: 1px 0 1px 2px;
|
||||
background-color: transparent !important;
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
#civicrm-menu #crm-qsearch input {
|
||||
background-color: #eaeaea;
|
||||
border: 1px solid black;
|
||||
margin: 0;
|
||||
padding: 2px 16px 3px 2px;
|
||||
height: 17px;
|
||||
}
|
||||
#civicrm-menu #crm-qsearch input:hover,
|
||||
#civicrm-menu #crm-qsearch input:focus,
|
||||
#civicrm-menu #crm-qsearch.activetarget input {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
/* This ensures the drop-down menus appear at the right height */
|
||||
#civicrm-menu > li.menumain {
|
||||
height: 19px !important;
|
||||
}
|
||||
|
||||
/* No results */
|
||||
.crm-quickSearch-results.ui-menu-disabled {
|
||||
opacity: .9;
|
||||
background-color: #f8f8f8;
|
||||
}
|
||||
.crm-quickSearch-results.ui-menu-disabled li {
|
||||
cursor: default;
|
||||
}
|
373
sites/all/modules/civicrm/css/contactSummary.css
Normal file
373
sites/all/modules/civicrm/css/contactSummary.css
Normal file
|
@ -0,0 +1,373 @@
|
|||
/* Styles specific to contact Summary/Edit/Inline-Edit pages */
|
||||
|
||||
.crm-container .primary .crm-label {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.crm-container .upper {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
div#crm-contact-thumbnail {
|
||||
padding: 4px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.crm-container div.contact_panel {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.crm-container div.contact_panel td {
|
||||
border-bottom: 1px solid #FFF;
|
||||
}
|
||||
|
||||
#crm-container div.crm-inline-edit {
|
||||
border: 2px dashed transparent;
|
||||
background: none;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#crm-container .crm-edit-ready .crm-inline-edit:hover {
|
||||
cursor: pointer;
|
||||
border: 2px dashed lightgrey;
|
||||
}
|
||||
|
||||
#crm-container div.crm-inline-edit.form {
|
||||
cursor: default;
|
||||
border: 2px dashed #6665BF;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#crm-container .crm-inline-edit.add-new {
|
||||
min-height: 2.5em;
|
||||
}
|
||||
|
||||
#crm-container div.crm-inline-edit .crm-edit-help {
|
||||
display: none;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
opacity: .8;
|
||||
padding: .4em .9em;
|
||||
border-bottom-left-radius: 1em;
|
||||
}
|
||||
|
||||
#crm-container .crm-inline-edit.add-new .crm-edit-help {
|
||||
display: block;
|
||||
background-color: #EBEBEB;
|
||||
}
|
||||
|
||||
#crm-container .crm-edit-ready .crm-inline-edit:hover .crm-edit-help {
|
||||
display: block;
|
||||
background-color: #DFE1FF;
|
||||
}
|
||||
|
||||
#crm-container div.crm-inline-edit.form .crm-edit-help {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#crm-container span.crm-custom-greeting {
|
||||
font-size: 9px;
|
||||
}
|
||||
|
||||
#crm-container table.crm-inline-edit-form td,
|
||||
#crm-container div.crm-inline-edit-form {
|
||||
background-color: #efefe5;
|
||||
white-space: nowrap;
|
||||
}
|
||||
#crm-container table.crm-inline-edit-form td.crm-label,
|
||||
#crm-container div.crm-inline-edit-form .crm-label {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
#crm-container div.crm-inline-edit-field {
|
||||
display: inline-block;
|
||||
padding: 4px 5px;
|
||||
}
|
||||
|
||||
#crm-container div.crm-summary-contactname-block {
|
||||
padding-bottom: 8px;
|
||||
margin-top: -10px;
|
||||
}
|
||||
|
||||
#crm-container div.crm-summary-display_name {
|
||||
font-size: 19px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
#crm-container div.contactCardLeft,
|
||||
#crm-container div#Top {
|
||||
width: 49%;
|
||||
display: block;
|
||||
float: left;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#crm-container div.contactCardRight {
|
||||
width: 49%;
|
||||
display: block;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#crm-container div.contact_panel table {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#crm-container div.contactCardLeft .label,
|
||||
#crm-container div.contactCardRight .label {
|
||||
color: #2f2f2f;
|
||||
font-weight: normal;
|
||||
font-size: 11px;
|
||||
vertical-align: top;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
#crm-container div.contactCardLeft .grouplabel,
|
||||
#crm-container div.contactCardRight .grouplabel {
|
||||
border-bottom: grey 1px solid;
|
||||
width: 100%;
|
||||
font-size: 0.95em;
|
||||
font-weight: bold;
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
||||
#crm-container div.contact_panel .spacer {
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
#crm-container div.contact_panel td {
|
||||
padding: 4px;
|
||||
vertical-align: top;
|
||||
border-bottom: 1px solid #E2E2E2;
|
||||
}
|
||||
|
||||
#crm-container div.contact_panel td.label {
|
||||
width: 28%;
|
||||
}
|
||||
|
||||
#crm-container div.contact_panel td.last {
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
#crm-container #customFields {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#crm-container #customFields div.contact_panel td.talabel {
|
||||
padding: 4px 0 0 4px;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
#crm-container #customFields .contact_panel .customFieldGroup {
|
||||
line-height: 1.4em;
|
||||
padding: 4px;
|
||||
width: 100%;
|
||||
}
|
||||
.crm-container div.contact_panel td.grouplabel {
|
||||
border-bottom: 2px solid #D7D7D0 !important;
|
||||
}
|
||||
|
||||
#crm-container div.contact_panel .crm-address-block {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
#crm-container .crm-add-address-wrapper {
|
||||
height: 25px;
|
||||
}
|
||||
|
||||
.crm-container .crm-summary-row:after {
|
||||
clear: both;
|
||||
content: ".";
|
||||
display: block;
|
||||
height: 0;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#crm-container div.crm-summary-row {
|
||||
background-color: #F4F4ED;
|
||||
border-top: 1px solid #ffffff;
|
||||
margin-bottom: 1px;
|
||||
min-height: 17px;
|
||||
}
|
||||
|
||||
#crm-container div.crm-summary-row div.crm-label {
|
||||
background-color: #FAFAFA;
|
||||
color: #777760;
|
||||
text-align: left;
|
||||
width: 122px;
|
||||
float: left;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
#crm-container div.crm-summary-row div.crm-content {
|
||||
padding: 4px;
|
||||
margin-left: 130px;
|
||||
}
|
||||
|
||||
.crm-container #customFields div.contact_panel td {
|
||||
border-bottom: 1px solid #FFFFFF;
|
||||
padding: 4px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#crm-record-log {
|
||||
padding: 0.8em 0.8em 0 0;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#crm-container .geotag {
|
||||
padding: 2px 0 2px 20px !important;
|
||||
background: url('../i/geotag_16.png') left center no-repeat;
|
||||
font-size: .9em;
|
||||
}
|
||||
|
||||
/* contact actions */
|
||||
|
||||
#crm-contact-actions-wrapper {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#crm-contact-actions-list {
|
||||
width: 495px;
|
||||
}
|
||||
|
||||
#crm-contact-actions-list ul {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#crm-contact-actions-list .crm-contact_activities-list ul {
|
||||
padding-right: 4px;
|
||||
}
|
||||
#crm-contact-actions-list .crm-contact_print-list ul,
|
||||
#crm-contact-actions-list .crm-contact_actions-list ul {
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
#crm-contact-actions-list .crm-contact_activities-list {
|
||||
float: left;
|
||||
}
|
||||
#crm-contact-actions-list .crm-contact_print-list {
|
||||
float: right;
|
||||
}
|
||||
#crm-contact-actions-list .crm-contact_actions-list {
|
||||
margin-left: 160px;
|
||||
margin-right: 161px;
|
||||
border-left: 1px solid #a7a7a7;
|
||||
border-right: 1px solid #a7a7a7;
|
||||
}
|
||||
|
||||
#crm-contact-actions-list .crm-contact_activities-list select {
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
#crm-contact-actions-list .crm-contact_activities-list,
|
||||
#crm-contact-actions-list .crm-contact_print-list,
|
||||
#crm-contact-actions-list .crm-contact_actions-list {
|
||||
width: 160px;
|
||||
}
|
||||
|
||||
.crm-container table.crm-address-element {
|
||||
border: none;
|
||||
margin-bottom: .25em;
|
||||
}
|
||||
|
||||
#crm-contact-actions-list .icon {
|
||||
background-image: url("../i/icons/jquery-ui-FFFFFF.png");
|
||||
}
|
||||
|
||||
.crm-container .restore-icon {
|
||||
background-position: 0 -66px;
|
||||
}
|
||||
.crm-container .button:hover .restore-icon {
|
||||
background-image: url("../i/icons/jquery-ui-91CE00.png");
|
||||
}
|
||||
|
||||
/* Responsive layout changes */
|
||||
|
||||
#crm-container .contact_basic_information-section.narrowform table.form-layout-compressed,
|
||||
#crm-container .contact_basic_information-section.narrowform table.form-layout-compressed tbody,
|
||||
#crm-container .contact_basic_information-section.narrowform.xnarrowform table.form-layout-compressed tr {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#crm-container .contact_basic_information-section.narrowform table.form-layout-compressed tr {
|
||||
display: inline-block;
|
||||
width: 49%;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#crm-container .contact_basic_information-section.narrowform table.form-layout-compressed td {
|
||||
display: block;
|
||||
clear: left;
|
||||
vertical-align: top;
|
||||
margin-bottom: .5ex;
|
||||
}
|
||||
|
||||
#crm-container .contact_basic_information-section.narrowform table.form-layout-compressed td.hashelpicon {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#crm-container .contact_basic_information-section.narrowform table.form-layout-compressed td.hashelpicon label {
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
|
||||
#crm-container .contact_basic_information-section.narrowform table.form-layout-compressed td .helpicon {
|
||||
position: absolute;
|
||||
bottom: -12px;
|
||||
left: 2px;
|
||||
}
|
||||
|
||||
#crm-container .contact_basic_information-section.narrowform table.form-layout-compressed td br {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#crm-container .contact_basic_information-section.narrowform table.form-layout-compressed td label {
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
width: 25%;
|
||||
float: left;
|
||||
padding-right: 1%;
|
||||
}
|
||||
|
||||
#crm-container .contact_basic_information-section.narrowform table.form-layout-compressed td input {
|
||||
box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
#crm-container #mainTabContainer.narrowpage #contact-summary div.customFieldGroup,
|
||||
#crm-container #mainTabContainer.narrowpage #contact-summary div.contactCardLeft,
|
||||
#crm-container #mainTabContainer.narrowpage #contact-summary div.contactCardRight {
|
||||
box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
float: none;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#tagtree {
|
||||
max-height: 500px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#tagtree li {
|
||||
margin-top: 5px;
|
||||
}
|
||||
#tagtree ins.jstree-icon {
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
top: -3px;
|
||||
}
|
||||
#tagtree .jstree-disabled {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
#tagtree .jstree-disabled > .jstree-checkbox {
|
||||
opacity: .2;
|
||||
}
|
||||
|
||||
#tagGroup table .label {
|
||||
color: #FFF;
|
||||
}
|
||||
#tagGroup table {
|
||||
color: #000;
|
||||
}
|
39
sites/all/modules/civicrm/css/crm-i.css
Normal file
39
sites/all/modules/civicrm/css/crm-i.css
Normal file
|
@ -0,0 +1,39 @@
|
|||
/* Direct copy of .fa from font-awesome.css
|
||||
This is separate to avoid conflict with a site theme's implementation of FA. It
|
||||
is loaded before font-awesome.css so that .fa-XXX classes can modify it. */
|
||||
.ui-icon[class*=" fa-"],
|
||||
.crm-container a.helpicon,
|
||||
.crm-container .replace-plain:before,
|
||||
.crm-i {
|
||||
display: inline-block;
|
||||
font: normal normal normal 14px/1 FontAwesome;
|
||||
font-size: inherit;
|
||||
text-rendering: auto;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
i.crm-i {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
/* Have FA handle jQuery UI icons */
|
||||
|
||||
.ui-icon[class*=" fa-"] {
|
||||
/* Remove the jQuery UI Icon */
|
||||
background: none repeat scroll 0 0 transparent !important;
|
||||
/* Remove the jQuery UI Text Indent */
|
||||
text-indent: 0;
|
||||
/* Bump it up - jQuery UI is -8px */
|
||||
margin-top: -0.5em;
|
||||
}
|
||||
|
||||
/* Allow use of icon-large to be properly aligned */
|
||||
.ui-icon.icon-large {
|
||||
margin-top: -0.75em;
|
||||
}
|
||||
|
||||
.ui-button-icon-only .ui-icon[class*=" fa-"] {
|
||||
/* Bump it - jQuery UI is -8px */
|
||||
margin-left: -7px;
|
||||
}
|
250
sites/all/modules/civicrm/css/crm.designer.css
Normal file
250
sites/all/modules/civicrm/css/crm.designer.css
Normal file
|
@ -0,0 +1,250 @@
|
|||
.crm-profile-selector-preview-pane {
|
||||
width: 75%;
|
||||
min-width: 500px;
|
||||
height: 20em;
|
||||
border: 1px solid black;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.crm-container .crm-profile-selector-preview .icon {
|
||||
float: none;
|
||||
}
|
||||
|
||||
.crm-designer-toolbar {
|
||||
width: 290px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.crm-designer-toolbar hr,
|
||||
.crm-designer-palette-search {
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
|
||||
.crm-designer-palette-search input {
|
||||
max-width: 75%;
|
||||
}
|
||||
|
||||
.crm-designer-toolbar .ui-resizable-w {
|
||||
border-left: 4px dotted #BFBFBF;
|
||||
cursor: ew-resize;
|
||||
height: 50px;
|
||||
top: 45%;
|
||||
}
|
||||
|
||||
.crm-designer-toolbar .ui-resizable-w:hover {
|
||||
border-left: 4px dotted #6B6B6B;
|
||||
}
|
||||
|
||||
.crm-designer-palette {
|
||||
height: 20em;
|
||||
}
|
||||
|
||||
.crm-designer-palette-section > a {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.crm-designer-palette .crm-designer-palette-field,
|
||||
.crm-designer-palette .crm-designer-palette-field.disabled:hover {
|
||||
padding: 1px;
|
||||
border: 1px dashed transparent;
|
||||
background-color: transparent;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
.crm-designer-palette .crm-designer-palette-field a {
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
.crm-designer-palette .crm-designer-palette-field:hover,
|
||||
.crm-designer-fields-region .crm-designer-row:hover,
|
||||
.crm-designer-open .crm-designer-row,
|
||||
.crm-designer-row-placeholder {
|
||||
border: 1px dashed gray;
|
||||
cursor: move;
|
||||
background-color: #E9E9F5;
|
||||
}
|
||||
|
||||
.crm-designer-palette .crm-designer-palette-field.disabled a,
|
||||
.crm-designer-open .crm-designer-row:hover {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.crm-container .crm-designer-palette .crm-designer-palette-tree a {
|
||||
color: #222;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.crm-container .crm-designer-palette .disabled a,
|
||||
.crm-designer-palette .crm-designer-palette-tree .disabled a.jstree-search {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.crm-designer-palette .jstree-leaf ins {
|
||||
width: 6px;
|
||||
}
|
||||
|
||||
/* Cancel hovering affect from JSTree theme -- we already do this! */
|
||||
.crm-designer-palette .crm-designer-palette-tree .jstree-hovered {
|
||||
background: transparent;
|
||||
border: 1px transparent;
|
||||
padding: 1px 2px 0 2px;
|
||||
}
|
||||
|
||||
.crm-designer-canvas {
|
||||
padding-right: 1em;
|
||||
margin-right: 300px;
|
||||
}
|
||||
|
||||
.crm-designer-buttonset-region {
|
||||
text-align: center;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.crm-designer-field-binding {
|
||||
border: 1px inset black;
|
||||
padding: 0.4em;
|
||||
background: #ccc;
|
||||
}
|
||||
|
||||
.crm-designer-fields {
|
||||
min-width:100px;
|
||||
/* to allow dropping in big whitespace, coordinate with min-height of dialog */
|
||||
min-height:500px;
|
||||
}
|
||||
|
||||
.crm-designer-duplicate .crm-designer-row {
|
||||
background: #fbb;
|
||||
}
|
||||
|
||||
.crm-designer-duplicate .field-location_type_id,
|
||||
.crm-designer-duplicate .field-phone_type_id {
|
||||
color: #f00;
|
||||
}
|
||||
|
||||
.crm-designer-row .crm-designer-buttons {
|
||||
right: 5px;
|
||||
top: 5px;
|
||||
position: absolute;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.crm-designer-fields-region .crm-designer-buttons {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.crm-designer-fields-region .crm-designer-open .crm-designer-buttons,
|
||||
.crm-designer-row:hover .crm-designer-buttons {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.crm-designer-row .crm-designer-buttons a {
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #D7D7D7;
|
||||
}
|
||||
|
||||
.crm-designer-row .crm-designer-buttons a:hover,
|
||||
.crm-designer button:hover {
|
||||
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.crm-designer .crm-designer-palette-tree button {
|
||||
font-size: .8em;
|
||||
}
|
||||
|
||||
.crm-designer .crm-designer-palette-tree span.ui-button-text {
|
||||
padding: 0.4em;
|
||||
}
|
||||
|
||||
.crm-designer .crm-designer-edit-custom {
|
||||
position: absolute;
|
||||
right: 5px;
|
||||
top: 35px;
|
||||
font-size: .8em;
|
||||
border: 1px solid #CFCEC3;
|
||||
}
|
||||
|
||||
button#crm-designer-add-custom-set {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.ui-sortable-helper > .crm-designer-row {
|
||||
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
.crm-designer-row .crm-designer-buttons a.crm-designer-action-settings:hover {
|
||||
background-color: #71D46E;
|
||||
}
|
||||
|
||||
.crm-designer-row .crm-designer-buttons a.crm-designer-action-remove:hover {
|
||||
background-color: #F19489;
|
||||
}
|
||||
|
||||
.crm-designer-row,
|
||||
.crm-designer-row-placeholder {
|
||||
border: 1px dashed transparent;
|
||||
padding: 0.3em;
|
||||
margin: auto;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.crm-designer-row-label {
|
||||
padding: 0.5em 0;
|
||||
}
|
||||
|
||||
.crm-designer-label {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.crm-designer-row-placeholder {
|
||||
visibility: visible !important;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.crm-designer-dialog .description {
|
||||
margin: 0 2em 0 0;
|
||||
}
|
||||
|
||||
.crm-designer-dialog .disabled .description {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.crm-designer-dialog li.crm-designer-row-placeholder,
|
||||
.crm-designer-dialog li.ui-draggable-dragging,
|
||||
.crm-designer-dialog .bbf-form ul {
|
||||
list-style-image: none;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.ui-dialog .crm-designer-dialog.ui-dialog-content {
|
||||
overflow: visible;
|
||||
padding-right: .25em;
|
||||
}
|
||||
|
||||
.crm-designer-dialog .full-height {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.crm-designer {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.crm-profile-selector-preview-pane,
|
||||
.crm-designer-dialog .crm-designer .scroll {
|
||||
overflow-x: auto;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.ui-dialog {
|
||||
border: 1px solid #444;
|
||||
box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
/* Hide annoying 'preview' message */
|
||||
.crm-profile-selector-preview-pane div.profile-preview-msg {
|
||||
display: none;
|
||||
}
|
229
sites/all/modules/civicrm/css/dashboard.css
Normal file
229
sites/all/modules/civicrm/css/dashboard.css
Normal file
|
@ -0,0 +1,229 @@
|
|||
/**
|
||||
* @file
|
||||
* CSS for the jQuery.dashboard() plugin.
|
||||
*
|
||||
* Released under the GNU General Public License. See LICENSE.txt.
|
||||
*/
|
||||
|
||||
#crm-container .column {
|
||||
float: left;
|
||||
margin: 0;
|
||||
/* padding-bottom and min-height make sure that there is always a sizable drop zone. */
|
||||
min-height: 200px;
|
||||
padding: 0 0 40px;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
#crm-container .column-0 {
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
#crm-container .column-1 {
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
/* The placeholder that indicates where a dragged widget will land if dropped now. */
|
||||
#crm-container .placeholder {
|
||||
margin: 5px;
|
||||
border: 3px dashed #CDE8FE;
|
||||
}
|
||||
|
||||
/* Spacing between widgets. */
|
||||
#crm-container li.widget,
|
||||
#crm-container li.empty-placeholder {
|
||||
margin: 0 3px 10px 3px;
|
||||
}
|
||||
#crm-container li.widget {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Spacing inside widgets. */
|
||||
#crm-container .widget-wrapper {
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
margin-right: .25em;
|
||||
box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.2);
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
#crm-container .widget-wrapper.db-hover-handle {
|
||||
box-shadow: 1px 1px 8px 3px rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
#crm-container .ui-sortable-helper .widget-wrapper {
|
||||
box-shadow: 1px 1px 8px 3px rgba(0,0,0,0.5);
|
||||
}
|
||||
|
||||
/* widget header / title */
|
||||
#crm-container .widget-header {
|
||||
background: transparent none repeat scroll 0 0;
|
||||
cursor: move;
|
||||
margin: 0 50px 0 0;
|
||||
padding: 0;
|
||||
color: #fcfcfc;
|
||||
}
|
||||
|
||||
/* widget content / body*/
|
||||
#crm-container .widget-content {
|
||||
background-color: #ffffff;
|
||||
padding:0.5em;
|
||||
overflow-x:auto;
|
||||
min-height: 10em;
|
||||
}
|
||||
|
||||
#crm-container .widget-content .crm-accordion-header {
|
||||
background-color: #EFEFE5;
|
||||
background-image: url("../i/TreeMinus.gif");
|
||||
color: #080808;
|
||||
}
|
||||
|
||||
#crm-container .widget-content .crm-accordion-wrapper.collapsed .crm-accordion-header {
|
||||
background-image: url("../i/TreePlus.gif");
|
||||
}
|
||||
|
||||
#crm-container .widget-content .crm-accordion-header:hover {
|
||||
background-color: #e8e8de;
|
||||
}
|
||||
|
||||
#crm-container .widget-content .crm-accordion-body {
|
||||
border-color: #e8e8de;
|
||||
padding: 4px .5em;
|
||||
}
|
||||
|
||||
#crm-container .widget-controls {
|
||||
background-color: #5D677B;
|
||||
/* Standards-browsers do this anyway because all inner block elements are floated. IE doesn't because it's crap. */
|
||||
display: block;
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
#crm-container .widget-icon, #crm-container .full-screen-close-icon img {
|
||||
display: block;
|
||||
float: right;
|
||||
margin-left: 2px;
|
||||
margin-top: 2px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#full-screen-header {
|
||||
display: block;
|
||||
padding: .2em .4em;
|
||||
background: #F0F0E8;
|
||||
/* Although this is an <a> link, it doesn't have an href="" attribute. */
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* Make the throbber in-yer-face. */
|
||||
#crm-container .throbber {
|
||||
text-align: right;
|
||||
background:url("../packages/jquery/css/images/throbber.gif") no-repeat scroll 0 0 transparent;
|
||||
height:20px;
|
||||
width:20px;
|
||||
}
|
||||
|
||||
#crm-container p.loadtext {
|
||||
margin:1.6em 0 0 26px;
|
||||
}
|
||||
|
||||
#crm-container .widget-controls .crm-i {
|
||||
font-size: 14px;
|
||||
padding: 0 6px;
|
||||
font-weight: normal;
|
||||
float: left;
|
||||
cursor: pointer;
|
||||
color: #fcfcfc;
|
||||
opacity: .7;
|
||||
}
|
||||
|
||||
#crm-container .widget-controls:hover .crm-i {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#crm-container .widget-controls .crm-i.fa-expand,
|
||||
#crm-container .widget-controls .crm-i.fa-times {
|
||||
float:right;
|
||||
}
|
||||
|
||||
/* CSS for Dashlets */
|
||||
|
||||
#crm-container #available-dashlets {
|
||||
width: 98%;
|
||||
border: 2px dashed #CDE8FE;
|
||||
background-color: #999999;
|
||||
min-height:40px;
|
||||
}
|
||||
|
||||
#crm-container .dash-column {
|
||||
border: 2px solid #696969;
|
||||
min-height: 100px;
|
||||
background-color: #EEEEEE
|
||||
}
|
||||
|
||||
#crm-container .dashlets-header {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#crm-container #dashlets-header-col-0 {
|
||||
float: left;
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
#crm-container #dashlets-header-col-1 {
|
||||
margin-left: 42%;
|
||||
width: 56%;
|
||||
}
|
||||
|
||||
#crm-container #existing-dashlets-col-0 {
|
||||
float: left;
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
#crm-container #existing-dashlets-col-1 {
|
||||
margin-left: 42%;
|
||||
width: 56%;
|
||||
}
|
||||
|
||||
#crm-container .portlet {
|
||||
margin: .5em;
|
||||
width: 75%;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#crm-container .portlet-header {
|
||||
margin: 0.3em;
|
||||
padding: 0.5em;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#crm-container #available-dashlets .portlet {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#crm-container .portlet-header .crm-i {
|
||||
float: right;
|
||||
color: #52534D;
|
||||
}
|
||||
|
||||
#crm-container .portlet-content {
|
||||
padding: 0.4em;
|
||||
}
|
||||
|
||||
#crm-container .ui-sortable-placeholder {
|
||||
border: 1px dotted black;
|
||||
visibility: visible !important;
|
||||
height: 50px !important;
|
||||
}
|
||||
|
||||
#crm-container .ui-sortable-placeholder * {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
@media screen and (max-device-width: 50em), screen and (max-width: 50em) {
|
||||
#crm-container .column {
|
||||
width: 100%;
|
||||
min-height: 0;
|
||||
}
|
||||
#crm-container .column-0 {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
388
sites/all/modules/civicrm/css/joomla.css
Normal file
388
sites/all/modules/civicrm/css/joomla.css
Normal file
|
@ -0,0 +1,388 @@
|
|||
/* joomla.css: Joomla-specific css directives for CiviCRM. */
|
||||
|
||||
/*
|
||||
** HTML elements
|
||||
*/
|
||||
div#toolbar-box .icon-48-generic {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div#toolbar-box {
|
||||
height: 26px;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
margin-bottom: 1em;
|
||||
padding: .5em;
|
||||
}
|
||||
form {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
hr {
|
||||
height: 1px;
|
||||
border: 1px solid gray;
|
||||
}
|
||||
img {
|
||||
border: 0;
|
||||
}
|
||||
/* Added in CiviCRM 2.0 to alleviate tiny font issues. */
|
||||
#crm-container tr, #crm-container tr td {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
/* Added in CiviCRM 2.1 to overwrite tiny font in TinyMCE editor. */
|
||||
#crm-container #content table.mceLayout td {
|
||||
font-size: 0em;
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: left;
|
||||
padding-right: 1em;
|
||||
border-bottom: 3px solid #ccc;
|
||||
white-space: nowrap;
|
||||
}
|
||||
th.active img {
|
||||
display: inline;
|
||||
}
|
||||
tr.dark, tr.light {
|
||||
background-color: #eee;
|
||||
border-bottom: 1px solid #ccc;
|
||||
padding: 0.1em 0.6em;
|
||||
}
|
||||
|
||||
td.active {
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
||||
td.label {
|
||||
background: none;
|
||||
color: #3e3e3e;
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
/*
|
||||
** Other common styles
|
||||
*/
|
||||
.breadcrumb {
|
||||
padding-bottom: .5em
|
||||
}
|
||||
.block ul {
|
||||
margin: 0;
|
||||
padding: 0 0 0.25em 1em;
|
||||
}
|
||||
br.clear {
|
||||
clear: both;
|
||||
height: 0px;
|
||||
}
|
||||
.container-inline div {
|
||||
display: inline;
|
||||
}
|
||||
.container-inline .crm-form-submit {
|
||||
margin: 0;
|
||||
}
|
||||
.item-list .icon {
|
||||
color: #555;
|
||||
float: right;
|
||||
padding-left: 0.25em;
|
||||
clear: right;
|
||||
}
|
||||
.item-list .icon a {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
.item-list .icon a:hover {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
.item-list .title {
|
||||
font-weight: bold;
|
||||
}
|
||||
.item-list ul {
|
||||
margin: 0 0 0.75em 0;
|
||||
padding: 0;
|
||||
}
|
||||
.item-list ul li {
|
||||
margin: 0 0 0.25em 1.5em;
|
||||
padding: 0;
|
||||
list-style: disc;
|
||||
}
|
||||
/* Override .9em field help size from civicrm.css - CiviCRM 2.0 */
|
||||
#crm-container div.description, #crm-container span.description, #crm-container dd.description {
|
||||
font-size: 1em;
|
||||
}
|
||||
#crm-container div.description, #crm-container span.description {
|
||||
margin: 2px 0 15px 0;
|
||||
display: block;
|
||||
}
|
||||
.form-item label {
|
||||
font-weight: bold;
|
||||
}
|
||||
.form-item label.option {
|
||||
font-weight: normal;
|
||||
}
|
||||
.crm-form-submit {
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
.marker, .form-required {
|
||||
color: #f00;
|
||||
}
|
||||
.more-link {
|
||||
text-align: right;
|
||||
}
|
||||
#pager {
|
||||
clear: both;
|
||||
text-align: center;
|
||||
}
|
||||
#pager div {
|
||||
padding: 0.5em;
|
||||
}
|
||||
.tips {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
.more-help-link {
|
||||
font-size: 0.85em;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/*
|
||||
** Page layout blocks / IDs
|
||||
*/
|
||||
#header, #content {
|
||||
width: 100%;
|
||||
}
|
||||
#header {
|
||||
background-color: #69c;
|
||||
}
|
||||
#logo {
|
||||
vertical-align: middle;
|
||||
border: 0;
|
||||
}
|
||||
#logo img {
|
||||
float: left;
|
||||
padding: 0em 1.0em 0em 1em;
|
||||
border: 0;
|
||||
}
|
||||
#menu {
|
||||
padding: 0 0 0 0;
|
||||
vertical-align: middle;
|
||||
}
|
||||
#primary {
|
||||
font-size: 1.0em;
|
||||
padding: 0em 0.8em 0.5em 0;
|
||||
color: #9cf;
|
||||
}
|
||||
#primary a {
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
}
|
||||
#secondary {
|
||||
padding: 0 1em 0.5em 0;
|
||||
font-size: 0.8em;
|
||||
color: #9cf;
|
||||
}
|
||||
#secondary a {
|
||||
font-weight: bold;
|
||||
color: #9cf;
|
||||
}
|
||||
#search .form-text, #search .crm-form-submit {
|
||||
border: 1px solid #369;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
#search .form-text {
|
||||
width: 8em;
|
||||
height: 1.4em;
|
||||
padding: 0 0.5em 0 0.5em;
|
||||
margin: 0 0 0.5em 0;
|
||||
}
|
||||
#search .crm-form-submit {
|
||||
height: 1.5em;
|
||||
}
|
||||
#main {
|
||||
/* padding in px not ex because IE messes up 100% width tables otherwise */
|
||||
padding: 10px;
|
||||
}
|
||||
#help {
|
||||
font-size: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
.breadcrumb {
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
.messages {
|
||||
background-color: #eee;
|
||||
border: 1px solid #ccc;
|
||||
padding: 0.3em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
.error {
|
||||
border-color: red;
|
||||
color: red;
|
||||
}
|
||||
#sidebar-left, #sidebar-right {
|
||||
background-color: #ddd;
|
||||
width: 16em;
|
||||
/* padding in px not ex because IE messes up 100% width tables otherwise */
|
||||
padding: 10px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#content-right {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
#footer {
|
||||
padding: 1em;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
/*
|
||||
** Common declarations for child classes of node, comment, block, box, etc.
|
||||
** If you want any of them styled differently for a specific parent, add
|
||||
** additional rules /with only the differing properties!/ to .parent .class.
|
||||
** See .comment .title for an example.
|
||||
*/
|
||||
.title, .title a {
|
||||
font-weight: normal;
|
||||
font-size: 1.6em;
|
||||
color: #666;
|
||||
margin: 0 auto 0 auto; /* decrease default margins for h<x>.title */
|
||||
}
|
||||
.block-civicrm #recently-viewed .crm-icon, .crm-icon {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
.submitted {
|
||||
color: #999;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
.links {
|
||||
color: #999;
|
||||
}
|
||||
.links a {
|
||||
font-weight: bold;
|
||||
}
|
||||
.block, .box {
|
||||
padding: 0 0 1.5em 0;
|
||||
}
|
||||
.block {
|
||||
min-height: 25px;
|
||||
border-bottom: 1px solid #bbb;
|
||||
padding-bottom: 0.75em;
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
.block .title {
|
||||
margin-bottom: .25em;
|
||||
}
|
||||
.box .title {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
#module-status, .version {
|
||||
font-size:11px;
|
||||
}
|
||||
#module-status a {
|
||||
font-weight: normal;
|
||||
}
|
||||
.main {
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
/* Joomla Admin Menu alterations */
|
||||
/* Moved from civicrm.css in v3.2 */
|
||||
|
||||
ul#civicrm-menu {
|
||||
z-index: 1;
|
||||
position:relative;
|
||||
border: none;
|
||||
left:0px;
|
||||
height:0px;
|
||||
padding: 2px 0px 25px 2px !important;
|
||||
padding-bottom:25px !important; /*moz bottom */
|
||||
padding-bottom:2px; /*ie bottom */
|
||||
}
|
||||
|
||||
div#toolbar-box div.m {
|
||||
padding: 0px !important;
|
||||
min-height: 0;
|
||||
border: 0;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
div#toolbar-box, div#toolbar-box div.m{
|
||||
height: auto;
|
||||
}
|
||||
|
||||
ul#civicrm-menu li#crm-qsearch {
|
||||
height:0px;
|
||||
}
|
||||
.crm-tab-button,
|
||||
.ui-tabs .ui-tabs-nav li {
|
||||
border: 1px;
|
||||
font-size: 110%;
|
||||
}
|
||||
.ui-tabs .ui-tabs-nav {
|
||||
padding: 0.2em 3px 1px;
|
||||
}
|
||||
#mainTabContainer li.crm-tab-button {
|
||||
margin:0 3px 3px 0;
|
||||
border: 1px solid #F5F6F1 !important;
|
||||
}
|
||||
#mainTabContainer li.crm-tab-button.ui-tabs-selected {
|
||||
padding-bottom: 0;
|
||||
border: 1px solid #999 !important;
|
||||
}
|
||||
#crm-container {
|
||||
font-size: 11px;
|
||||
}
|
||||
#crm-container .col1 {
|
||||
margin: 0;
|
||||
}
|
||||
#crm-container .footer {
|
||||
font-size: 1em;
|
||||
}
|
||||
.ac_results .ac_odd {
|
||||
background-color: #444;
|
||||
}
|
||||
|
||||
#crm-notification-container {
|
||||
top: 100px;
|
||||
}
|
||||
|
||||
.crm-container textarea,
|
||||
.crm-container input,
|
||||
.crm-container select {
|
||||
font-size: 12px;
|
||||
margin-bottom: auto;
|
||||
margin-right: 4px;
|
||||
width: auto;
|
||||
padding: 2px 4px;
|
||||
}
|
||||
.crm-container .select2-search input {
|
||||
width: 100%;
|
||||
}
|
||||
.crm-container textarea,
|
||||
.crm-container input {
|
||||
height: auto;
|
||||
}
|
||||
.crm-container input[type=submit] {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.crm-container .disabled {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
#crm-container .form-layout td.label,
|
||||
.crm-container .form-layout td.label {
|
||||
width: inherit;
|
||||
}
|
||||
|
||||
#crm-container .crm-event-form-fee-block .label {
|
||||
background-color: inherit;
|
||||
width: inherit;
|
||||
display: block;
|
||||
}
|
10
sites/all/modules/civicrm/css/joomla_frontend.css
Normal file
10
sites/all/modules/civicrm/css/joomla_frontend.css
Normal file
|
@ -0,0 +1,10 @@
|
|||
.messages {
|
||||
background-color: #eee;
|
||||
border: 1px solid #ccc;
|
||||
padding: 0.3em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
.error {
|
||||
border-color: red;
|
||||
color: red;
|
||||
}
|
BIN
sites/all/modules/civicrm/css/menu-collapsed.png
Normal file
BIN
sites/all/modules/civicrm/css/menu-collapsed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 108 B |
BIN
sites/all/modules/civicrm/css/menu-expanded.png
Normal file
BIN
sites/all/modules/civicrm/css/menu-expanded.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 106 B |
131
sites/all/modules/civicrm/css/print.css
Normal file
131
sites/all/modules/civicrm/css/print.css
Normal file
|
@ -0,0 +1,131 @@
|
|||
/* CiviCRM Print Media Stylesheet */
|
||||
|
||||
/* Hide any buttons or other form items when printing*/
|
||||
#crm-container .buttons, #crm-container .crm-submit-buttons, #crm-container .crm-actions-ribbon, #crm-container .crm-form-submit {
|
||||
display: none;
|
||||
}
|
||||
|
||||
table.form-layout td, table.form-layout th {
|
||||
border: 1px solid grey;
|
||||
padding: 4px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.form-item .element-right{
|
||||
display: none;
|
||||
}
|
||||
#crm-container {
|
||||
overflow: visible !important;
|
||||
font-family : DejaVu Sans, serif;
|
||||
margin : 0px 10px 0px 10px;
|
||||
}
|
||||
|
||||
/* CSS for Print and PDF of Reports */
|
||||
#crm-container .report-layout {
|
||||
border : 1px groove #DDDDDD;
|
||||
width : 100%;
|
||||
border-collapse : collapse;
|
||||
}
|
||||
|
||||
#crm-container .bold {
|
||||
font-weight : bold;
|
||||
font-size : 1.1em;
|
||||
}
|
||||
|
||||
#crm-container .criterial-group {
|
||||
border-bottom: 2px solid #DCDCDC;
|
||||
}
|
||||
|
||||
#crm-container .reports-header-right {
|
||||
text-align : right;
|
||||
}
|
||||
|
||||
#crm-container .reports-header {
|
||||
text-align : left;
|
||||
}
|
||||
|
||||
#crm-container .report-contents {
|
||||
border : 1px groove #DDDDDD;
|
||||
padding : 4px;
|
||||
width : 20%;
|
||||
}
|
||||
|
||||
#crm-container .report-contents-right {
|
||||
border : 1px groove #DDDDDD;
|
||||
padding : 4px;
|
||||
text-align : right;
|
||||
}
|
||||
|
||||
#crm-container table.report-layout td {
|
||||
border : 1px groove #DDDDDD;
|
||||
padding : 4px;
|
||||
}
|
||||
|
||||
#crm-container table.report-layout tr {
|
||||
font-size : 0.9em;
|
||||
}
|
||||
|
||||
#crm-container table.report-layout tr.group-row {
|
||||
font-size : 1em;
|
||||
}
|
||||
|
||||
#crm-container table.report-layout tr.total-row {
|
||||
font-size : 1em;
|
||||
border-top : 2px groove #DCDCDC;
|
||||
}
|
||||
|
||||
#crm-container div.page-break {
|
||||
page-break-before: always;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
#crm-container .report-label {
|
||||
text-align : right;
|
||||
font-weight : bold;
|
||||
}
|
||||
|
||||
#crm-container table.report-layout th {
|
||||
padding : 4px;
|
||||
background-color : #DCDCDC;
|
||||
/*text-align : left;*/
|
||||
vertical-align : top;
|
||||
}
|
||||
|
||||
#crm-container table.report-layout th.report-contents {
|
||||
background-color : #F5F5F5;
|
||||
}
|
||||
|
||||
#crm-container table.report-layout th.statistics {
|
||||
width : 5%;
|
||||
white-space : nowrap;
|
||||
text-align : left;
|
||||
}
|
||||
|
||||
#crm-container table.report-layout th.statistics, #crm-container table.report-layout th.label {
|
||||
width : 20%;
|
||||
text-align : left;
|
||||
}
|
||||
|
||||
#crm-container h1 {
|
||||
text-align : center;
|
||||
font-size : 1.5em;
|
||||
font-style : italic;
|
||||
margin : 0;
|
||||
}
|
||||
|
||||
#crm-container h2 {
|
||||
text-align : left;
|
||||
font-size : 1.2em;
|
||||
}
|
||||
|
||||
|
||||
#crm-container div#report-date {
|
||||
font-size : .8em;
|
||||
font-style : italic;
|
||||
float : right;
|
||||
}
|
||||
|
||||
/* Fix for CRM-19869 */
|
||||
tr {
|
||||
page-break-inside: avoid;
|
||||
}
|
64
sites/all/modules/civicrm/css/searchForm.css
Normal file
64
sites/all/modules/civicrm/css/searchForm.css
Normal file
|
@ -0,0 +1,64 @@
|
|||
/* Styles specific to search forms and search results */
|
||||
|
||||
.crm-container div#searchForm {
|
||||
height: auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.crm-container div#searchForm table.form-layout {
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
.crm-container div#searchForm table.form-layout td {
|
||||
padding: 4px;
|
||||
border: 1px solid #DDDDDD;
|
||||
}
|
||||
|
||||
/* top submit button on advanced search */
|
||||
.adv-search-top-submit span.crm-button {
|
||||
float: right !important;
|
||||
}
|
||||
|
||||
/* alpha filter styles */
|
||||
#crm-container #alpha-filter ul {
|
||||
border-collapse: collapse;
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
margin: 3px;
|
||||
height: auto;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.crm-container div#alpha-filter {
|
||||
background-color: #CDE8FE;
|
||||
margin: 4px 0 5px;
|
||||
padding: 2px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.crm-container #alpha-filter li {
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
border: none;
|
||||
color: #AAAAAA;
|
||||
display: inline;
|
||||
font-size: 15px;
|
||||
font-weight: normal;
|
||||
height: auto;
|
||||
margin: 0 1px;
|
||||
padding: 2px 5px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.crm-container #alpha-filter a {
|
||||
border-bottom: 1px dotted #2A71B4;
|
||||
color: #2A71B4;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/* CRM-20945 Remove underline to show active pager */
|
||||
.crm-container #alpha-filter a.active {
|
||||
border-bottom: none;
|
||||
color: #41477E;
|
||||
font-weight: bold;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue