Small fixes

This commit is contained in:
RainLoop Team 2014-05-15 20:06:44 +04:00
parent 67f666fa7d
commit 9b59ad32dc
16 changed files with 433 additions and 233 deletions

View file

@ -1,7 +1,7 @@
.b-domain-content {
&.modal {
width: 645px;
width: 810px;
}
.modal-header {
@ -11,17 +11,17 @@
.modal-body {
position: relative;
overflow: hidden;
width: 1300px;
height: 390px;
width: 1600px;
height: 370px;
left: 0;
}
&.domain-edit .modal-body {
height: 350px;
height: 320px;
}
&.domain-white-list-page .modal-body {
left: -640px;
left: -800px;
}
.error-desc {