Merge pull request #13 from dpradeep/VAT-434
[civicrm-core.git] / css / civicrm.css
index fcdc073d3e5d99ed71c6ecf716dc81944690fd31..fa558723e69e8a3d192fc33b63811f39bc13a9fb 100644 (file)
@@ -705,6 +705,33 @@ input.crm-form-entityref {
   text-align: center;
 }
 
+.crm-container #civicrm-footer.crm-public-footer {
+  vertical-align: middle;
+  text-align: right;
+  font-size: 16px;
+  padding: 0.8em 0;
+}
+
+.crm-container a.empowered-by-link {
+  display: inline-block;
+  height: 34px;
+  position: relative;
+  width: 99px;
+}
+
+.crm-container div.empowered-by-logo {
+  background: url('../i/civi99.png') no-repeat;
+  display: block;
+  line-height: 34px;
+  position: absolute;
+  top: 9px;
+  width: 99px;
+}
+
+.crm-container div.empowered-by-logo span {
+  visibility: hidden;
+}
+
 #crm-record-log {
   padding: 0.8em 0.8em 0em 0em;
   text-align: right;
@@ -3349,13 +3376,13 @@ div#crm-container form {
 
 /* For the Conditional-CSS grading rows */
 /*
-       Colour calculations (based off the main row colours)
+  Colour calculations (based off the main row colours)
   Level 1:
-               dd > c4
-               ee > d5
-       Level 2:
-         dd > d1
-         ee > e2
+    dd > c4
+    ee > d5
+  Level 2:
+    dd > d1
+    ee > e2
  */
 .crm-container tr.odd.gradeA td.sorting_1 {
   background-color: #c4ffc4;