Browse Source

Merge pull request #291 from doabit/modal-fixs

Fix modal media typo
pull/306/head 0.8.2
Jack Lukic 11 years ago
parent
commit
bcbbb774b3
10 changed files with 10 additions and 31 deletions
  1. 8
      build/less/modules/checkbox.less
  2. 3
      build/less/modules/modal.less
  3. 2
      build/packaged/css/semantic.min.css
  4. 2
      build/packaged/javascript/semantic.min.js
  5. 8
      rtl/less/modules/checkbox.less
  6. 3
      rtl/less/modules/modal.less
  7. 2
      rtl/packaged/css/semantic.min.css
  8. 2
      rtl/packaged/javascript/semantic.min.js
  9. 8
      src/modules/checkbox.less
  10. 3
      src/modules/modal.less

8
build/less/modules/checkbox.less

@ -330,20 +330,12 @@
}
/* Off Color */
// .ui.slider.checkbox .box,
// .ui.slider.checkbox label {
// color: #D95C5C !important;
// }
.ui.slider.checkbox .box:after,
.ui.slider.checkbox label:after {
background-color: #D95C5C;
}
/* On Color */
// .ui.slider.checkbox input:checked + .box,
// .ui.slider.checkbox input:checked + label {
// color: #89B84C !important;
// }
.ui.slider.checkbox input:checked + .box:after,
.ui.slider.checkbox input:checked + label:after {
background-color: #89B84C;

3
build/less/modules/modal.less

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

2
build/packaged/css/semantic.min.css

@ -8,7 +8,7 @@
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
* Released: 10/28/2013
* Released: 10/29/2013
*/
.ui.breadcrumb {

2
build/packaged/javascript/semantic.min.js
File diff suppressed because it is too large
View File

8
rtl/less/modules/checkbox.less

@ -330,20 +330,12 @@
}
/* Off Color */
// .ui.slider.checkbox .box,
// .ui.slider.checkbox label {
// color: #D95C5C !important;
// }
.ui.slider.checkbox .box:after,
.ui.slider.checkbox label:after {
background-color: #D95C5C;
}
/* On Color */
// .ui.slider.checkbox input:checked + .box,
// .ui.slider.checkbox input:checked + label {
// color: #89B84C !important;
// }
.ui.slider.checkbox input:checked + .box:after,
.ui.slider.checkbox input:checked + label:after {
background-color: #89B84C;

3
rtl/less/modules/modal.less

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

2
rtl/packaged/css/semantic.min.css

@ -8,7 +8,7 @@
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
* Released: 10/28/2013
* Released: 10/29/2013
*/
.ui.breadcrumb {

2
rtl/packaged/javascript/semantic.min.js
File diff suppressed because it is too large
View File

8
src/modules/checkbox.less

@ -330,20 +330,12 @@
}
/* Off Color */
// .ui.slider.checkbox .box,
// .ui.slider.checkbox label {
// color: #D95C5C !important;
// }
.ui.slider.checkbox .box:after,
.ui.slider.checkbox label:after {
background-color: #D95C5C;
}
/* On Color */
// .ui.slider.checkbox input:checked + .box,
// .ui.slider.checkbox input:checked + label {
// color: #89B84C !important;
// }
.ui.slider.checkbox input:checked + .box:after,
.ui.slider.checkbox input:checked + label:after {
background-color: #89B84C;

3
src/modules/modal.less

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

Loading…
Cancel
Save