diff --git a/assets/css/extra.css b/assets/css/extra.css index ddde16f..ff82042 100644 --- a/assets/css/extra.css +++ b/assets/css/extra.css @@ -149,3 +149,18 @@ .-green-glyphicon.glyphicon.glyphicon-question-sign { color: green; } + +.infoProfile .dropdown-menu .icon_mm3 a span.badge-count { + left:120px; + background: none; + background-color: #FF0027; + color: white; + width: 25px; + height: 25px; + line-height: 25px; + text-align: center; + font-size:14px; + border-radius: 100%; + top: 1px; + +} diff --git a/assets/css/main.css b/assets/css/main.css index 59a1aa9..f2c0543 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -213,17 +213,17 @@ ul li { } .changeBlock1 { - float: right; - margin-right: -15px; - background-color: rgba(0,0,0,0.7); -} - -.changeBlock2 { float: left; margin-left: -15px; background-color: rgba(255,0,6,0.7); } +.changeBlock2 { + float: right; + margin-right: -15px; + background-color: rgba(0,0,0,0.7); +} + .changeBlock > a { border: none; cursor: pointer; @@ -6024,4 +6024,4 @@ input[type="radio"]{ -moz-transform: scale(1.04); transform: scale(1.04); } -/*end_new*/ \ No newline at end of file +/*end_new*/ diff --git a/projects/templates/contractor_portfolio_edit.html b/projects/templates/contractor_portfolio_edit.html index 8cc9990..d48f470 100644 --- a/projects/templates/contractor_portfolio_edit.html +++ b/projects/templates/contractor_portfolio_edit.html @@ -12,6 +12,7 @@
{% csrf_token %} + {{ form.errors }}

Название {{ form.name.errors.as_text }}

@@ -26,7 +27,7 @@

Специализации

- +
@@ -43,10 +44,10 @@
- - +

Бюджет{{ form.budget.errors.as_text }}

@@ -84,9 +85,19 @@
+
+

Фотографии

+ {% for p in form.instance.photos.all %} +
+ +
+ {% endfor %} +
+
{# #} +