Fix centering of inputs on patient profile form.

This commit is contained in:
Mikaël Ates 2016-01-15 12:44:45 +01:00
parent 56cb5b7e47
commit 465af36b94
1 changed files with 1 additions and 5 deletions

View File

@ -434,7 +434,7 @@ list-style-type: none;
form.default-form input[type="text"], form.default-form input[type="number"]{ form.default-form input[type="text"], form.default-form input[type="number"]{
color: #FFF; color: #FFF;
border-color: rgba(255, 255, 255, 0.12); border-color: rgba(255, 255, 255, 0.12);
width: 345px; width: 344px;
font-size: 13px; font-size: 13px;
height: 32px; height: 32px;
background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.1); background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.1);
@ -825,10 +825,6 @@ color: purple;
* Simple alert profile * Simple alert profile
*/ */
div.tab-content-inner p{
margin: 20px;
}
div.sap-metric { div.sap-metric {
color: #FFF; color: #FFF;
border-color: rgba(255, 255, 255, 0.12); border-color: rgba(255, 255, 255, 0.12);