app/assets/stylesheets/storytime/media.css.scss in storytime-0.0.1 vs app/assets/stylesheets/storytime/media.css.scss in storytime-0.0.2
- old
+ new
@@ -1,8 +1,8 @@
.media-file{
float: left;
- padding: 15px 20px;
+ padding: 15px 19px;
width: 112px;
border-top: 1px solid #dddddd;
.media-thumb{
height: 50px;
@@ -12,6 +12,16 @@
.action-buttons{
text-align: center;
margin-top: 20px;
}
+}
+
+#mediaByUrlSelectButton{
+ margin-top: 10px;
+ margin-bottom: 10px;
+}
+
+#featured_media_image{
+ margin-top: 10px;
+ margin-bottom: 10px;
}
\ No newline at end of file