r1271 - xwiki-sandbox/formeditor

Nebojsa Miletic mileticn at users.forge.objectweb.org
Mon Sep 4 04:30:32 CEST 2006


Author: mileticn
Date: 2006-09-04 04:30:31 +0200 (Mon, 04 Sep 2006)
New Revision: 1271

Added:
   xwiki-sandbox/formeditor/styles.css
Log:
Added a file remotely

Added: xwiki-sandbox/formeditor/styles.css
===================================================================
--- xwiki-sandbox/formeditor/styles.css	2006-09-04 02:30:10 UTC (rev 1270)
+++ xwiki-sandbox/formeditor/styles.css	2006-09-04 02:30:31 UTC (rev 1271)
@@ -0,0 +1,61 @@
+.rightBoxes {
+	float: left;
+	width: 230px;
+	background-color: white;
+	margin-left: -185px;
+}
+
+.fieldContainer {
+	font-size: 12px;
+}
+.params {
+	float: left;
+	display: none;
+	width: 200px;
+}
+.divRow {
+	width: 100%;
+	padding: 0;
+	margin: 1px;
+	border: 0;
+	height: 60px;
+	background-color: white;
+}
+.divCell {
+	border: solid 1px gray;
+	float: left;
+	width: 120px;
+	height: 60px;
+	margin: 1px;
+	background-color: white;
+}
+.divCellHover {
+	border: solid 1px gray;
+	background-color: azure;
+	float: left;
+	width: 120px;
+	height: 60px;
+	margin: 1px;
+}
+.cellPreview {
+	width : 80px;
+}
+.editingInput {
+	border: solid 1px gray;
+	height: 17px;
+	font-size: 10px;
+}
+.editingText {
+	color: black;
+	text-decoration: underline;
+}
+.editingText:hover{
+	color: black;
+	text-decoration: none;
+}
+.editingFields {
+}
+.settingsFields {
+	width: 100%;
+	border: solid 1px gray;
+}
\ No newline at end of file





More information about the Xwiki-notifications mailing list