Update joomla.css
authorNicol <vingle@users.noreply.github.com>
Mon, 4 Sep 2023 14:01:25 +0000 (15:01 +0100)
committerGitHub <noreply@github.com>
Mon, 4 Sep 2023 14:01:25 +0000 (15:01 +0100)
Fixes linting errors, including missing semicolon & makes line-space consistent

css/joomla.css

index b57e01ef719534f39d8397998d6b2786b1002d3b..51c9301477ed068befdc4adb6eefa01ed6bbcd7e 100644 (file)
@@ -6,11 +6,9 @@
 div#toolbar-box .icon-48-generic {
   display: none;
 }
-
 div#toolbar-box {
   height: 26px;
 }
-
 fieldset {
   margin-bottom: 1em;
   padding: .5em;
@@ -31,12 +29,10 @@ img {
 #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;
@@ -52,11 +48,9 @@ tr.light {
   border-bottom: 1px solid #ccc;
   padding: 0.1em 0.6em;
 }
-
 td.active {
   background-color: #ddd;
 }
-
 td.label {
   background: none;
   color: #3e3e3e;
@@ -67,7 +61,7 @@ td.label {
 ** Other common styles
 */
 .breadcrumb {
-  padding-bottom: .5em
+  padding-bottom: .5em;
 }
 .block ul {
   margin: 0;
@@ -229,7 +223,7 @@ br.clear {
   color: red;
 }
 #crm-content {
-    padding: 1rem;
+  padding: 1rem;
 }
 #footer {
   padding: 1em;
@@ -279,7 +273,6 @@ br.clear {
 .box .title {
   font-size: 1.1em;
 }
-
 #module-status,
 .version {
   font-size: 11px;
@@ -294,19 +287,16 @@ br.clear {
 /* Joomla Admin Menu alterations */
 /* Moved from civicrm.css in v3.2 */
 
-
 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;
 }
-
 .crm-tab-button,
 .ui-tabs .ui-tabs-nav li {
   border: 1px;
@@ -335,11 +325,9 @@ div#toolbar-box div.m {
 .ac_results .ac_odd {
   background-color: #444;
 }
-
 #crm-notification-container {
   top: 100px;
 }
-
 .crm-container textarea,
 .crm-container input,
 .crm-container select {
@@ -359,22 +347,18 @@ div#toolbar-box div.m {
 .crm-container button[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;
 }
-
 /* dev/core#874 the width:auto styling above causes the menubar colour picker to be squeezed */
 .crm-container input.crm-form-color {
   width: 3.6em;
@@ -395,7 +379,6 @@ body.admin.com_civicrm.task-civicrmupgrade .container-fluid.container-main {
 body.admin.com_civicrm #crm-nav-menu-container {
   padding-bottom: 0 !important;
 }
-
 /* Make footer admin bar hide behind popup windows (CRM-15723) */
 body.ui-dialog-open #status {
   z-index: 100 !important;