Merge branch 'dd_ordering' into zope-2.13
[Portfolio.git] / skins / portfolio_style.css.dtml
index 13a6782..c7bae6c 100755 (executable)
@@ -520,6 +520,26 @@ th.num {
   color: &dtml-messageFontColor;;
 }
 
+/* drag and drop */
+#lightbox img,
+#lightbox a {
+       user-drag: none;
+       -moz-user-select: none;
+       -webkit-user-drag: none;
+}
+
+*[draggable=true] {
+       -moz-user-select:none;
+       -khtml-user-drag: element;
+       -webkit-user-drag: element;
+       -khtml-user-select: none;
+       -webkit-user-select: none;
+}
+
+.lightbox span.dragover {
+/*  width: <dtml-var expr="slide_size - 10">px;*/
+       border-right: 10px solid &dtml-outlineColor;;
+}
 /* 
 </dtml-with> 
 </dtml-with>