edited modal form(add portfolio)

remotes/origin/PR-39
shishman 10 years ago
parent 58dd3fcc94
commit af63f9022b
  1. 9
      assets/css/main.css
  2. 12
      users/templates/portfolio_create_form.html

@ -1204,11 +1204,12 @@ footer:after {
color: #FF0029; color: #FF0029;
} }
.polsF1 .dropdown-menu { .polsF1 .dropdown-menu.open {
width: 100%; width: 100%;
margin-top: 2px; margin:0 !important;
padding: 0 !important;
border-radius: 0 !important; border-radius: 0 !important;
outline: 1px solid #FF0029; outline: 2px solid #FF0029;
} }
.bootstrap-select.btn-group .dropdown-menu { .bootstrap-select.btn-group .dropdown-menu {
@ -5650,7 +5651,7 @@ input[type="radio"]:checked + span {
#portfolio-add-form .polsF1 .btn{ #portfolio-add-form .polsF1 .btn{
border:1px solid #c2c2c2; border:1px solid #c2c2c2;
} }
#modal_type_build .btn-group{ #portfolio-add-form .bootstrap-select{
width: 100% !important; width: 100% !important;
} }
.textAreaBlock2 .add_file_to_port{ .textAreaBlock2 .add_file_to_port{

@ -86,27 +86,27 @@
<!-- The fileinput-button span is used to style the file input field as button --> <!-- The fileinput-button span is used to style the file input field as button -->
<div class="textAreaBlock2 polsF1 text-nn box-sizing disTab"> <!-- <div class="textAreaBlock2 polsF1 text-nn box-sizing disTab"> -->
<div class="col-lg-12" style="margin-bottom: 12px;"> <div class="textAreaBlock2 polsF1 text-nn box-sizing disTab" style="margin-bottom: 12px;">
<span class="btn btn-success fileinput-button add_file_to_port"> <span class="btn btn-success fileinput-button add_file_to_port">
<span>Выберите файлы</span> <span>Выберите файлы</span>
<input id="fileupload" type="file" name="file" multiple value=""> <input id="fileupload" type="file" name="file" multiple value="">
</span> </span>
</div> </div>
<!-- The global progress bar --> <!-- The global progress bar -->
<div class="col-lg-12"> <div class="textAreaBlock2 polsF1 text-nn box-sizing disTab">
<div id="progress-portfolio" class="progress"> <div id="progress-portfolio" class="progress">
<div class="progress-bar progress-bar-success"></div> <div class="progress-bar progress-bar-success"></div>
</div> </div>
</div> </div>
<!-- The container for the uploaded files --> <!-- The container for the uploaded files -->
<div class="col-lg-12"> <div class="textAreaBlock2 polsF1 text-nn box-sizing disTab">
<div id="files" class="files"></div> <div id="files" class="files"></div>
</div> </div>
<div class="col-lg-12"> <div class="textAreaBlock2 polsF1 text-nn box-sizing disTab">
<input class="btn-submit-link add_file_to_port" type="submit" value="Разместить портфолио"> <input class="btn-submit-link add_file_to_port" type="submit" value="Разместить портфолио">
</div> </div>
</div> <!-- </div> -->
</form> </form>
</div> </div>

Loading…
Cancel
Save