background: #ccc;
}
-/* Tab navigation */
-#crm-container .tabs {
- margin: 0 0 0.5em 0.5em;
-}
-#crm-container ul.primary {
- border-collapse: collapse;
- padding: 0 0 0 1em;
- white-space: nowrap;
- list-style: none;
- margin: 5px;
- height: auto;
- line-height: normal;
- border-bottom: 1px solid #bbb;
-}
-#crm-container ul.primary li {
- display: inline;
-}
-#crm-container ul.primary li a {
- background-color: #ddd;
- border-color: #bbb;
- border-width: 1px;
- border-style: solid solid none solid;
- height: auto;
- margin-right: 0.5em;
- padding: 0 1em;
- text-decoration: none;
-}
-#crm-container ul.primary li.active a {
- background-color: #fff;
- border: 1px solid #bbb;
- border-bottom: #fff 1px solid;
-}
-#crm-container ul.primary li a:hover {
- background-color: #eee;
- border-color: #ccc;
- border-bottom-color: #eee;
-}
-#crm-container ul.secondary {
- border-bottom: 1px solid #bbb;
- padding: 0.5em 1em 0.5em 1em;
- margin: 5px;
-}
-#crm-container ul.secondary li {
- display: inline;
- padding: 0 1em;
- border-right: 1px solid #ccc;
-}
-#crm-container ul.secondary a {
- padding: 0;
- text-decoration: none;
-}
-#crm-container ul.secondary a.active {
- border-bottom: 4px solid #999;
-}
-
/*
** Other common styles
*/
padding: 0;
list-style: disc;
}
-.form-item {
- margin-top: 1em;
- margin-bottom: 1em;
-}
-tr.light .form-item, tr.dark .form-item {
- margin-top: 0;
- margin-bottom: 0;
- white-space: nowrap;
-}
-.form-item input.error, .form-item textarea.error {
- border: 2px solid red;
-}
/* 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;
+ margin: 2px 0 15px 0;
+ display: block;
}
.form-item label {
font-weight: bold;
/* 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 */
+ 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;
+ padding: 0px !important;
min-height: 0;
border: 0;
margin-top: 8px;
}
div#toolbar-box, div#toolbar-box div.m{
- height: auto;
+ height: auto;
}
ul#civicrm-menu li#crm-qsearch {
- height:0px;
+ height:0px;
}
.crm-tab-button,
.ui-tabs .ui-tabs-nav li {
top: 100px;
}
-#crm-container textarea,
-#crm-container input,
-#crm-container select {
+.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 textarea,
-#crm-container input {
+.crm-container textarea,
+.crm-container input {
height: auto;
}
-#crm-container input[type=submit] {
+.crm-container input[type=submit] {
height: auto;
}