# HG changeset patch
# User rougeronj
# Date 1432899504 -7200
# Node ID be1ff4e0593f2df1fd7f702f4167f273b0643b67
# Parent 7f2f72449dd821070b8e618941829c2c557b15dd
remove unused fields in slide editor and show the entire image
diff -r 7f2f72449dd8 -r be1ff4e0593f client/app/slides/data_editor.html
--- a/client/app/slides/data_editor.html Thu May 28 10:45:34 2015 +0200
+++ b/client/app/slides/data_editor.html Fri May 29 13:38:24 2015 +0200
@@ -1,8 +1,10 @@
+
{{slide.title}}
+
{{slide.description}}
-
{{slide.comment}}
+
{{slide.tags.join(', ')}}
@@ -10,7 +12,6 @@
diff -r 7f2f72449dd8 -r be1ff4e0593f client/app/slides/slides.css
--- a/client/app/slides/slides.css Thu May 28 10:45:34 2015 +0200
+++ b/client/app/slides/slides.css Fri May 29 13:38:24 2015 +0200
@@ -16,12 +16,17 @@
.slide-content{
padding:10px 0;
- height: 400px;
+ height: 500px;
}
.media{
border-right:1px solid grey;
- height: 100%
+ height: 100%;
+ padding: 20px;
+}
+
+.media figure{
+ display: initial;
}
.media img,
@@ -30,6 +35,9 @@
max-width: 100%;
display: block;
margin: auto;
+ -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.60);
+ -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.60);
+ box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.60);
}
.caption {
@@ -41,6 +49,10 @@
height: 100%
}
+.caption hr{
+ border-color: grey;
+}
+
.original-text {
font-style: italic;
}
@@ -53,6 +65,10 @@
margin: 10px 0;
}
+.user-details label{
+ margin-bottom: 0;
+}
+
#back{
float:left;
margin: 0 10px;