semantic-ui-rails 0.8.5 → 0.8.6
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4d57bb1f2675b596bee47e8256a1398b71d843bb
|
|
4
|
+
data.tar.gz: 0754e53f4f9e601072b5babdf672dac5114f1711
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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:
|
|
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 */
|