Commit b72841d2 authored by Evren Kutar's avatar Evren Kutar

Merge branch 'UI-Improvements-7' into feature/issue-5073

parents 5e960ce3 9ae7581d
......@@ -34,6 +34,19 @@ body {
font-weight: normal;
}
.form-container {
width: 650px;
background-color: #fff;
padding: 25px;
border-radius: 3px;
margin-left: auto;
margin-right: auto;
-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.04);
-moz-box-shadow: 0 0 25px rgba(0,0,0,0.04);
box-shadow: 0 0 25px rgba(0,0,0,0.04);
}
.form-control {
box-shadow:none;
border-radius:0;
......
<div>
<div class="form-container clearfix">
<div class="buttons-on-top"></div>
<form id="formgenerated" name="formgenerated" sf-schema="schema" sf-form="form" sf-model="model"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment