diff --git a/app/assets/stylesheets/structure.css b/app/assets/stylesheets/structure.css index 1b97b52..b23aa00 100644 --- a/app/assets/stylesheets/structure.css +++ b/app/assets/stylesheets/structure.css @@ -8,6 +8,10 @@ display: none; } +#form_for_attribs { + margin-bottom: 5px; +} + .current-roles { list-style: none; margin: 0 0 20px 0; @@ -18,8 +22,10 @@ margin-bottom: 8px; border-radius: 4px; border: 1px solid #eee; + background: #fff; -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.2); box-shadow: 0 0 2px 0 rgba(0,0,0,.2); + cursor: move; } .role-value { display: inline-block; @@ -37,8 +43,19 @@ .remove-role:hover { color: #ff4444; } +.attr.control-label { + text-align: left; + width: 120px; +} +.attr.controls { + margin-left: 100px; +} .link-to-show { float: right; margin-right: 16px; +} + +.preloader-wrap { + text-align: center; } \ No newline at end of file diff --git a/app/views/pages/_member_frontend_field.html.erb b/app/views/pages/_member_frontend_field.html.erb index 7061281..672b9d9 100644 --- a/app/views/pages/_member_frontend_field.html.erb +++ b/app/views/pages/_member_frontend_field.html.erb @@ -5,29 +5,31 @@ -