app/assets/stylesheets/edit.css in rademade_admin-0.1.5 vs app/assets/stylesheets/edit.css in rademade_admin-0.1.6
- old
+ new
@@ -1,14 +1,29 @@
+.image-preview-popup {
+ padding: 50px 0;
+ width: 75%;
+ height: 100%;
+ margin: auto;
+ text-align: center;
+}
+
+.image-preview-popup img {
+ width: 100%;
+}
+
+tr .image-preview {
+ cursor: pointer;
+}
\ No newline at end of file