app/assets/stylesheets/fae/modules/forms/_hints.scss in fae-rails-1.2.5 vs app/assets/stylesheets/fae/modules/forms/_hints.scss in fae-rails-1.3.0
- old
+ new
@@ -1,35 +1,36 @@
.markdown-support {
position: relative;
display: inline-block;
padding-left: 7px;
- color: $c-custom-highlight;
- text-decoration: underline;
cursor: pointer;
+ color: $c-custom-highlight;
&:after {
- position: absolute;
- @include icon_stuff();
@extend .icon-support:before;
+ @include icon-stuff;
+ position: absolute;
padding-left: 7px;
text-decoration: none;
top: 1px;
right: -20px;
}
}
-.hint, .markdown-hint {
- // hide it so the javascript can do its thing and retain it's size
- display: inline-block;
- position: absolute;
- left: -9999px;
- visibility: hidden;
+.hint,
+.markdown-hint {
+ display: none;
img {
max-width: 100%;
}
+}
- &.simplemodal-data {
- position: static;
- visibility: visible;
- }
+.youtube-hint {
+ width: 530px;
+ height: 300px;
+ background-image: image-url('fae/youtube_helper.jpg');
+ background-size: 100%;
+ background-position: center;
+ background-repeat: no-repeat;
}
+