Small fixes

This commit is contained in:
RainLoop Team 2016-07-17 18:03:38 +03:00
parent 278e98561d
commit 786873041f
8 changed files with 561 additions and 507 deletions

View file

@ -1,14 +1,14 @@
.popups {
.b-activate-content {
width: 700px;
.modal-header {
background-color: #fff;
}
.help-inline {
padding-left: 0px;
}
}
}
.popups {
.b-activate-content {
width: 700px;
.modal-header {
background-color: #fff;
}
.help-inline {
padding-left: 0px;
}
}
}

View file

@ -1,30 +1,30 @@
.b-plugin-content {
&.modal {
width: 660px;
.modal-body {
overflow: auto;
}
}
.modal-header {
background-color: #fff;
}
.information {
display: inline-block;
background-color: #ddd;
border-radius: 10px;
cursor: pointer;
height: 25px;
width: 30px;
text-align: center;
padding-top: 5px;
}
textarea {
width: 400px;
height: 70px;
}
.b-plugin-content {
&.modal {
width: 660px;
.modal-body {
overflow: auto;
}
}
.modal-header {
background-color: #fff;
}
.information {
display: inline-block;
background-color: #ddd;
border-radius: 10px;
cursor: pointer;
height: 25px;
width: 30px;
text-align: center;
padding-top: 5px;
}
textarea {
width: 400px;
height: 70px;
}
}

View file

@ -1,16 +1,16 @@
.popups {
.b-advanced-search-content {
&.modal {
width: 750px;
.control-label {
width: 100px;
}
.controls {
margin-left: 110px;
}
}
.modal-header {
background-color: #fff;
}
}
}
.popups {
.b-advanced-search-content {
&.modal {
width: 750px;
.control-label {
width: 100px;
}
.controls {
margin-left: 110px;
}
}
.modal-header {
background-color: #fff;
}
}
}