Merge pull request #18114 from eileenmcnaughton/phone
[civicrm-core.git] / setup / res / template.css
index a06f97a2b8441da00e16b87bbee719076768517c..5a2b3ea1060896e84c97e6e4337fa3f7852e78b8 100644 (file)
@@ -15,7 +15,7 @@ body {
   float: left;
   margin-left: 10%;
   margin-top: 50px;
-  margin-right: 20%;
+  margin-right: 20%; 
   display: inline-flex;
 }
 
@@ -39,7 +39,7 @@ body {
     100% { left: 0; color: #555;}
 }
 
-
+  
 .civicrm-setup-header hr{
   border-bottom: 2px solid #fff;
   border-top: 2px solid #ddd;
@@ -217,7 +217,7 @@ body {
   text-align: center;
   margin: 2em 0.5em;
 }
-.civicrm-setup-body button[type=submit] {
+.civicrm-setup-body input[type=submit] {
   padding:15px 25px;
   background:#82C459;
   color: white;
@@ -227,10 +227,10 @@ body {
   border-radius: 5px;
   font-size: 20px;
 }
-.civicrm-setup-body button[type=submit]:hover {
+.civicrm-setup-body input[type=submit]:hover {
   background: #60A237;
 }
-.civicrm-setup-body button[type=submit]:disabled {
+.civicrm-setup-body input[type=submit]:disabled {
   background: #888;
   cursor: not-allowed;
 }
@@ -267,3 +267,4 @@ body {
     width: 95%;
   }
 }
+