diff --git a/Resources/public/css/person.css b/Resources/public/css/person.css deleted file mode 100644 index afb341683..000000000 --- a/Resources/public/css/person.css +++ /dev/null @@ -1,12 +0,0 @@ -div#person_wrapper div#person_details { margin-top: 50px; } -div#person_wrapper div#person_details .tab-content { border-top: 1px solid #e5e5e5; width: 640px; } -div#person_wrapper div#person_details dl { padding: 0.5em; } -div#person_wrapper div#person_details dt { float: left; clear: left; width: 190px; text-align: right; font-weight: bold; color: green; } -div#person_wrapper div#person_details dt:after { content: " :"; } -div#person_wrapper div#person_details dd { margin: 0 0 0 199px; padding: 0 0 0.5em 0; } -div#person_wrapper div#person_details label { color: green; } -div#person_wrapper div#person_details label:not(.radio) { min-width: 190px; font-weight: bold; } -div#person_wrapper div#person_details label.radio { margin-left: 0.2em; } -div#person_wrapper div#person_details .has_error label { color: red; } -div#person_wrapper div#person_details .has_error ul.errors li { color: red; } -div#person_wrapper div#person_details div.form_control .controls { float: right; }