CRM-13965-qa-fixes
[civicrm-core.git] / css / joomla.css
index 5f959bc89229f041a3d49abce6b7b213c5b8f6aa..1fcd1d201cf547cc8e3a9a7458e77111baa5184e 100644 (file)
@@ -55,6 +55,10 @@ td.active {
   background-color: #ddd;
 }
 
+td.label {
+  background: none;
+}
+
 /*
 ** Menu styles
 */
@@ -245,77 +249,6 @@ tr.light .form-item, tr.dark .form-item {
   text-align: right;
 }
 
-
-/* Stylesheet elements ported from Drupal Bluemarine them */
-/*
-** HTML elements
-*/
-body {
-  padding: 0;
-  color: #000;
-  background-color: #fff;
-  font: 76%;
-}
-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;
-}
-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
 */
@@ -467,8 +400,8 @@ ul#civicrm-menu {
     border: none;
     left:0px;
     height:0px;
-    padding: 2px 0px 22px 2px !important;
-    padding-bottom:22px !important; /*moz bottom */
+    padding: 2px 0px 25px 2px !important;
+    padding-bottom:25px !important; /*moz bottom */
     padding-bottom:2px; /*ie bottom */
 }
 
@@ -502,6 +435,9 @@ ul#civicrm-menu li#crm-qsearch {
   padding-bottom: 0;
   border: 1px solid #999 !important;
 }
+#crm-container {
+  font-size: 11px;
+}
 #crm-container .col1 {
   margin: 0;
 }
@@ -515,3 +451,20 @@ ul#civicrm-menu li#crm-qsearch {
 #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 textarea,
+#crm-container input {
+  height: auto;
+}
+#crm-container input[type=submit] {
+  height: auto;
+}