Browse Source

Fixs modal media

pull/291/head
doabit 11 years ago
parent
commit
27f3a07c83
3 changed files with 6 additions and 3 deletions
  1. 3
      build/less/modules/modal.less
  2. 3
      rtl/less/modules/modal.less
  3. 3
      src/modules/modal.less

3
build/less/modules/modal.less

@ -230,8 +230,9 @@
margin-left: -29%; margin-left: -29%;
} }
} }
.ui.small.modal {
@media only screen and (min-width : 1500px) { @media only screen and (min-width : 1500px) {
.ui.small.modal {
width: 40%; width: 40%;
margin-left: -20%; margin-left: -20%;
} }

3
rtl/less/modules/modal.less

@ -230,8 +230,9 @@
margin-right: -29%; margin-right: -29%;
} }
} }
.ui.small.modal {
@media only screen and (min-width : 1500px) { @media only screen and (min-width : 1500px) {
.ui.small.modal {
width: 40%; width: 40%;
margin-right: -20%; margin-right: -20%;
} }

3
src/modules/modal.less

@ -230,8 +230,9 @@
margin-left: -29%; margin-left: -29%;
} }
} }
.ui.small.modal {
@media only screen and (min-width : 1500px) { @media only screen and (min-width : 1500px) {
.ui.small.modal {
width: 40%; width: 40%;
margin-left: -20%; margin-left: -20%;
} }

Loading…
Cancel
Save