semantic-ui-sass 0.8.5.0 → 0.8.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b9fed44329023bca5fef3ccc5fbdf4910847713b
4
- data.tar.gz: 35cace73ea28fd3b49db68c334a7c69008b068ab
3
+ metadata.gz: 60de3a4ee4987fe38e2c24d130ffe804a4513c0a
4
+ data.tar.gz: 00509f64a8978e7771d7c68c72999bf881c51261
5
5
  SHA512:
6
- metadata.gz: 532268f4afc5b3b17741eab8e06db8233d4befd09235abad151d29ce23521682b55266238166cdda58fbb57f564653579195732ed703edf42c35dd31b403c8fb
7
- data.tar.gz: 99e5781421ddbd20f90aa7730e2300bc2beda686d04071de43b9e545d13adcb66a3f2cb26719b12a668f272c13aa291ef0fef8224ea0bbf3f50ff821e07022f0
6
+ metadata.gz: 14373f419088441640c4084becd59b0a8a9814b895f2db5fdfb698878517e1e5cc4964945a148b82b83961179081c4612c0483b69b3458f8a8d4205d61b0e727
7
+ data.tar.gz: 06e56e05ee084cf246b678e001b21a4aec502e57b1c2e06ca66eb513cc475cdbc980602d6f307a77c1b778ba30a88fff6cbb4c7405ad0041983fbb63b6e20ae1
@@ -1,3 +1,7 @@
1
+ ## 0.8.6.0
2
+
3
+ * Update Semantic UI to 0.8.6
4
+
1
5
  ## 0.8.5.0
2
6
 
3
7
  * Update Semantic UI to 0.8.5
data/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ## Installation and Usage
6
6
 
7
7
  ```ruby
8
- gem 'semantic-ui-sass', '~> 0.8.5.0'
8
+ gem 'semantic-ui-sass', '~> 0.8.6.0'
9
9
  ```
10
10
  or
11
11
 
@@ -229,6 +229,7 @@ $.fn.modal = function(parameters) {
229
229
  module.debug('Showing modal');
230
230
  module.cacheSizes();
231
231
  module.set.position();
232
+ module.set.type();
232
233
 
233
234
  if( $otherModals.filter(':visible').size() > 0 ) {
234
235
  module.debug('Other modals visible, queueing show animation');
@@ -421,7 +422,6 @@ $.fn.modal = function(parameters) {
421
422
  active: function() {
422
423
  module.add.keyboardShortcuts();
423
424
  module.save.focus();
424
- module.set.type();
425
425
  $module
426
426
  .addClass(className.active)
427
427
  ;
@@ -120,6 +120,7 @@
120
120
  transform-origin: center center;
121
121
  }
122
122
 
123
+ .ui.scrolling.dimmable > .dimmer,
123
124
  .ui.scrolling.page.dimmer {
124
125
  position: absolute;
125
126
  }
@@ -120,15 +120,29 @@
120
120
  @media only screen and (max-width : 768px) {
121
121
  .ui.modal .content .left {
122
122
  display: block;
123
- padding: 0em 0em 0em 1em;
123
+ padding: 0em 0em 1em;
124
124
  }
125
125
 
126
126
  .ui.modal .content .right {
127
127
  display: block;
128
- padding: 1em 0em 0em 0em;
128
+ padding: 1em 0em 0em;
129
129
  -webkit-box-shadow: none;
130
130
  box-shadow: none;
131
131
  }
132
+
133
+ .ui.modal .content .image {
134
+ width: auto !important;
135
+ max-width: 100%;
136
+ }
137
+
138
+ .ui.modal .actions {
139
+ padding-bottom: 0em;
140
+ }
141
+
142
+ .ui.modal .actions .buttons,
143
+ .ui.modal .actions .button {
144
+ margin-bottom: 1em;
145
+ }
132
146
  }
133
147
 
134
148
  /* Tablet and Mobile */
@@ -1,8 +1,8 @@
1
1
  module Semantic
2
2
  module Ui
3
3
  module Sass
4
- VERSION = "0.8.5.0"
5
- SEMANTIC_UI_SHA = 'a9502e4dadc0e766030b362ed2a65fba7176800d'
4
+ VERSION = "0.8.6.0"
5
+ SEMANTIC_UI_SHA = '64bdb9f5fad4e94853a68e061e01ba92a90829d6'
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: semantic-ui-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.5.0
4
+ version: 0.8.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - doabit