--- a/integration/css/egonomy.css Thu Jan 24 17:44:10 2013 +0100
+++ b/integration/css/egonomy.css Mon Jan 28 18:27:02 2013 +0100
@@ -233,7 +233,7 @@
content: "."; display: block; clear: both; width: 0; line-height: 0; visibility: hidden;
}
*/
-.image-and-fragment svg {
+.image-and-fragment svg, .cutout-canvas {
position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}
@@ -245,10 +245,6 @@
/* STYLES SPECIFIQUES A image.html */
-.fullphoto {
- width: 476px; height: 350px;
-}
-
.image-metadata {
width: 100%; margin: 30px 0 0; font-size: 14px;
}
@@ -261,13 +257,23 @@
width: 314px; padding: 4px 0;
}
+.image-metadata input[type=text] {
+ box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ -webkit-box-sizing: border-box;
+ width: 100%; border: 1px solid #6699FF; background: #FFFFFF;
+ padding: 2px; margin: 3px 0;
+ font-size: 13px;
+}
+
.image-metadata textarea {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
- width: 100%; border: 1px solid #6699FF; background: none;
- padding: 2px; margin: 3px 0; height: 120px;
+ width: 100%; border: 1px solid #6699FF; background: #FFFFFF;
+ padding: 2px; margin: 3px 0; height: 100px;
font-size: 13px;
+ resize: none;
}
.image-keywords {
@@ -304,3 +310,12 @@
background: #ffff80;
}
+/* STYLES SPECIFIQUES A fragment-edit */
+
+.head-button {
+ font-weight: bold; float: right; margin: 8px 0 0 2px; font-size: 20px;
+}
+
+a.clear-fragment {
+ color: #800000;
+}