Some more small changes
authorveltr
Wed, 05 Dec 2012 12:49:23 +0100
changeset 112 6df5fbe0fead
parent 111 b92079bd8d38
child 113 1ff26abadd90
Some more small changes
integration/css/common.css
integration/css/players.css
src/hashcut/locale/en/LC_MESSAGES/django.mo
src/hashcut/locale/en/LC_MESSAGES/django.po
src/hashcut/locale/fr/LC_MESSAGES/django.mo
src/hashcut/locale/fr/LC_MESSAGES/django.po
src/hashcut/static/hashcut/bpi/css/common.css
src/hashcut/static/hashcut/bpi/css/players.css
src/hashcut/static/hashcut/iri/css/common.css
src/hashcut/static/hashcut/iri/css/players.css
--- a/integration/css/common.css	Wed Dec 05 12:23:38 2012 +0100
+++ b/integration/css/common.css	Wed Dec 05 12:49:23 2012 +0100
@@ -980,7 +980,13 @@
     -webkit-box-shadow: inset 1px 1px 1px #808080;
     box-shadow: inset 1px 1px 1px #808080;
 }
-
+.active .media-segment-section,
+.media-segment:hover .media-segment-section,
+.list-video .frise-segment.active {
+    -moz-box-shadow: inset 0 0 2px 2px #fc00ff, 0 0 2px #fc00ff;
+    -webkit-box-shadow: inset 0 0 2px 2px #fc00ff, 0 0 2px #fc00ff;
+    box-shadow: inset 0 0 2px 2px #fc00ff, 0 0 2px #fc00ff;
+}
 .media-segment-popin h3, .media-found-popin h3{
     padding: 0;
     color: #de2500;
--- a/integration/css/players.css	Wed Dec 05 12:23:38 2012 +0100
+++ b/integration/css/players.css	Wed Dec 05 12:49:23 2012 +0100
@@ -103,12 +103,6 @@
     position: relative;
 }
 
-.active .media-segment-section, .media-segment:hover .media-segment-section {
-    -moz-box-shadow: inset 0 0 2px 2px #fc00ff, 0 0 2px #fc00ff;
-    -webkit-box-shadow: inset 0 0 2px 2px #fc00ff, 0 0 2px #fc00ff;
-    box-shadow: inset 0 0 2px 2px #fc00ff, 0 0 2px #fc00ff;
-}
-
 .mashup-link {
     display: none;
     font-size: 13px;
Binary file src/hashcut/locale/en/LC_MESSAGES/django.mo has changed
--- a/src/hashcut/locale/en/LC_MESSAGES/django.po	Wed Dec 05 12:23:38 2012 +0100
+++ b/src/hashcut/locale/en/LC_MESSAGES/django.po	Wed Dec 05 12:49:23 2012 +0100
@@ -50,11 +50,11 @@
 #: templates/mashup_content.html:6
 #, python-format
 msgid "Playing video %(title)s"
-msgstr "Playing Video “%(title)s”"
+msgstr "Playing source “%(title)s”"
 
 #: templates/mashup_content.html:46
 msgid "Video"
-msgstr "Video"
+msgstr "Source video"
 
 #: templates/mashup_content.html:79 templates/mashup_edit.html:128
 #: templates/mashup_hashcut.html:78
Binary file src/hashcut/locale/fr/LC_MESSAGES/django.mo has changed
--- a/src/hashcut/locale/fr/LC_MESSAGES/django.po	Wed Dec 05 12:23:38 2012 +0100
+++ b/src/hashcut/locale/fr/LC_MESSAGES/django.po	Wed Dec 05 12:49:23 2012 +0100
@@ -50,11 +50,11 @@
 #: templates/mashup_content.html:6
 #, python-format
 msgid "Playing video %(title)s"
-msgstr "Lecture de la Vidéo « %(title)s »"
+msgstr "Lecture de la source « %(title)s »"
 
 #: templates/mashup_content.html:46
 msgid "Video"
-msgstr "Vidéo"
+msgstr "Vidéo source"
 
 #: templates/mashup_content.html:79 templates/mashup_edit.html:128
 #: templates/mashup_hashcut.html:78
--- a/src/hashcut/static/hashcut/bpi/css/common.css	Wed Dec 05 12:23:38 2012 +0100
+++ b/src/hashcut/static/hashcut/bpi/css/common.css	Wed Dec 05 12:49:23 2012 +0100
@@ -980,7 +980,13 @@
     -webkit-box-shadow: inset 1px 1px 1px #808080;
     box-shadow: inset 1px 1px 1px #808080;
 }
-
+.active .media-segment-section,
+.media-segment:hover .media-segment-section,
+.list-video .frise-segment.active {
+    -moz-box-shadow: inset 0 0 2px 2px #fc00ff, 0 0 2px #fc00ff;
+    -webkit-box-shadow: inset 0 0 2px 2px #fc00ff, 0 0 2px #fc00ff;
+    box-shadow: inset 0 0 2px 2px #fc00ff, 0 0 2px #fc00ff;
+}
 .media-segment-popin h3, .media-found-popin h3{
     padding: 0;
     color: #de2500;
--- a/src/hashcut/static/hashcut/bpi/css/players.css	Wed Dec 05 12:23:38 2012 +0100
+++ b/src/hashcut/static/hashcut/bpi/css/players.css	Wed Dec 05 12:49:23 2012 +0100
@@ -103,12 +103,6 @@
     position: relative;
 }
 
-.active .media-segment-section, .media-segment:hover .media-segment-section {
-    -moz-box-shadow: inset 0 0 2px 2px #fc00ff, 0 0 2px #fc00ff;
-    -webkit-box-shadow: inset 0 0 2px 2px #fc00ff, 0 0 2px #fc00ff;
-    box-shadow: inset 0 0 2px 2px #fc00ff, 0 0 2px #fc00ff;
-}
-
 .mashup-link {
     display: none;
     font-size: 13px;
--- a/src/hashcut/static/hashcut/iri/css/common.css	Wed Dec 05 12:23:38 2012 +0100
+++ b/src/hashcut/static/hashcut/iri/css/common.css	Wed Dec 05 12:49:23 2012 +0100
@@ -980,7 +980,13 @@
     -webkit-box-shadow: inset 1px 1px 1px #808080;
     box-shadow: inset 1px 1px 1px #808080;
 }
-
+.active .media-segment-section,
+.media-segment:hover .media-segment-section,
+.list-video .frise-segment.active {
+    -moz-box-shadow: inset 0 0 2px 2px #fc00ff, 0 0 2px #fc00ff;
+    -webkit-box-shadow: inset 0 0 2px 2px #fc00ff, 0 0 2px #fc00ff;
+    box-shadow: inset 0 0 2px 2px #fc00ff, 0 0 2px #fc00ff;
+}
 .media-segment-popin h3, .media-found-popin h3{
     padding: 0;
     color: #de2500;
--- a/src/hashcut/static/hashcut/iri/css/players.css	Wed Dec 05 12:23:38 2012 +0100
+++ b/src/hashcut/static/hashcut/iri/css/players.css	Wed Dec 05 12:49:23 2012 +0100
@@ -103,12 +103,6 @@
     position: relative;
 }
 
-.active .media-segment-section, .media-segment:hover .media-segment-section {
-    -moz-box-shadow: inset 0 0 2px 2px #fc00ff, 0 0 2px #fc00ff;
-    -webkit-box-shadow: inset 0 0 2px 2px #fc00ff, 0 0 2px #fc00ff;
-    box-shadow: inset 0 0 2px 2px #fc00ff, 0 0 2px #fc00ff;
-}
-
 .mashup-link {
     display: none;
     font-size: 13px;