diff --git a/public/assets/application-0b1f0761b0f488c409a80b516518e0e1.css b/public/assets/application-0b1f0761b0f488c409a80b516518e0e1.css index 150a29b..a7de890 100644 --- a/public/assets/application-0b1f0761b0f488c409a80b516518e0e1.css +++ b/public/assets/application-0b1f0761b0f488c409a80b516518e0e1.css @@ -1101,6 +1101,7 @@ input { color: #b39393; border-style: solid; border-width: 0px 0px 1px 0px; + margin: 4px 4px 4px 0; border-color: darkred; } HTML.webkit input[type=file] { color: #FFF } @@ -1112,6 +1113,10 @@ input[type=text]:focus { background: #401212; color: #d8d1d1; } +input[type=button] { + background: #d8d1d1; + color: #401212; +} label { font-weight: bold; white-space: nowrap;