semantic-ui-rails 0.8.5 → 0.8.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9b12ac9b8bbdd79cbeb1e2c163549882a7989d80
4
- data.tar.gz: c024ffac7eb24535145ea900ebcced52a10d6574
3
+ metadata.gz: 4d57bb1f2675b596bee47e8256a1398b71d843bb
4
+ data.tar.gz: 0754e53f4f9e601072b5babdf672dac5114f1711
5
5
  SHA512:
6
- metadata.gz: a6077505cf91bc59ce74e69b4fcdab70b6cdc216f331f58ce1ae60a98c1c48aa9779eb94bce6d4648efd865c011d4fd072736909eb9d9b7a827ac2ea5e3e6dd8
7
- data.tar.gz: 14c3c145068368ebc38ee4d9b2a50676384092e1074713963bdf106398287b41c23a77e12a7a97f078065d9e2880518f66bb87accd24d9144bb84deb1404e7c7
6
+ metadata.gz: 0d40613e1115a94bb36343704838c81cba6b13875cc8d1c056ffade33052a7b2e3b81720dd5238f98088f13b7113e0021e40fec87d03a76121e7bd52f691b817
7
+ data.tar.gz: cf03793bcf7fc9ec628d8007c88e870efe15690e892b84006be5fc497f4302064e21775e7950b83bc37c86511a35c1362cba22b397831c1f07b711916c514e16
@@ -90,17 +90,17 @@
90
90
  -ms-box-sizing: border-box;
91
91
  box-sizing: border-box;
92
92
  }
93
- .ui.modal > .content > .left {
93
+ .ui.modal > .content > .left:not(.input, .button, .label) {
94
94
  display: table-cell;
95
95
  padding-right: 1.5%;
96
96
  min-width: 25%;
97
97
  }
98
- .ui.modal > .content > .right {
98
+ .ui.modal > .content > .right:not(.input, .button, .label) {
99
99
  display: table-cell;
100
100
  padding-left: 1.5%;
101
101
  vertical-align: top;
102
102
  }
103
- .ui.modal > .content > .left > .icon {
103
+ .ui.modal > .content > .left:not(.input, .button, .label) > i.icon {
104
104
  font-size: 8em;
105
105
  margin: 0em;
106
106
  }
@@ -126,11 +126,11 @@
126
126
 
127
127
  /* Mobile Only */
128
128
  @media only screen and (max-width : 768px) {
129
- .ui.modal .content .left {
129
+ .ui.modal .content > .left:not(.input, .button, .label) {
130
130
  display: block;
131
131
  padding: 0em 0em 1em;
132
132
  }
133
- .ui.modal .content .right {
133
+ .ui.modal .content > .right:not(.input, .button, .label) {
134
134
  display: block;
135
135
  padding: 1em 0em 0em;
136
136
 
@@ -139,7 +139,15 @@
139
139
  box-shadow: none;
140
140
  }
141
141
  .ui.modal .content .image {
142
- width: 100% !important;
142
+ width: auto !important;
143
+ max-width: 100%;
144
+ }
145
+ .ui.modal .actions {
146
+ padding-bottom: 0em
147
+ }
148
+ .ui.modal .actions > .buttons,
149
+ .ui.modal .actions > .button {
150
+ margin-bottom: 1em;
143
151
  }
144
152
  }
145
153
  /* Tablet and Mobile */
@@ -1,7 +1,7 @@
1
1
  module Semantic
2
2
  module Ui
3
3
  module Rails
4
- VERSION = "0.8.5"
4
+ VERSION = "0.8.6"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: semantic-ui-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.5
4
+ version: 0.8.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - nd0ut