Author: ludovic
Date: 2007-11-11 22:15:06 +0100 (Sun, 11 Nov 2007)
New Revision: 5819

Modified:
   xwiki-products/curriki/trunk/web/src/main/webapp/skins/curriki8/style.css
Log:
CURRIKI-1089 Implement Help for Curriculum Builder Styling

Modified: 
xwiki-products/curriki/trunk/web/src/main/webapp/skins/curriki8/style.css
===================================================================
--- xwiki-products/curriki/trunk/web/src/main/webapp/skins/curriki8/style.css   
2007-11-11 13:26:02 UTC (rev 5818)
+++ xwiki-products/curriki/trunk/web/src/main/webapp/skins/curriki8/style.css   
2007-11-11 21:15:06 UTC (rev 5819)
@@ -1560,7 +1560,7 @@
  margin-bottom: 5px;
 }
 .asset-content-body-composite-composite {
- padding: 2px;
+ padding: 5px;
  margin-bottom: 5px;
  border: 1px solid #ff4204;
 }
@@ -2728,12 +2728,6 @@
 html > body #printcontainer table {
   width: 100%;
 }
-.main #dropshadow .asset-content-body-composite-source div {
-  width: 800px;
-}
-.main #dropshadow .asset-content-body-composite-source div div {
-  width: auto;
-}
 .asset-content-body-composite-source .clearfloats {
  display: block;
 }
@@ -4289,50 +4283,6 @@
        text-align: center;
 }
 
-// change asset styles depending on the mode (normal, print, help)
-.asset-contents {
-  width: 600px;
-}
-.asset-metadatas-block {
-  width: 590px;
-}
-.titlebar {
-  width: 600px;
-}
-.print.asset-contents {
-  width: 600px;
-}
-.print.asset-contents .asset-metadatas-block {
-  width: 590px;
-}
-.print.asset-contents .titlebar {
-  width: 600px;
-}
-
-.help.asset-contents {
-  width: 100%;
-}
-
-
-.help.asset-contents .titlebar,.help.asset-contents .asset-content-body, 
.help.asset-contents .asset-content-body-composite-source {
-  width: 100%;
-}
-
-.help.asset-contents .asset-metadatas-block {
-  width: 95%;
-}
-.help.asset-contents .asset-content-body {
-  width: 98%; padding:5px;
-}
-
-#dropshadow.help {
-}
-
-#dropshadow.help, #currikimaincontainer.help,
-#contentcontainer.help .asset-contents, #contentcontainer.help .titlebar {
-  width:100%;
-}
-
 #leftPanels.help {
  padding: 1px;
 }
@@ -4464,11 +4414,6 @@
  border-color: #fff;
 }
 
-/* JIRA 1124 - Problem with right floating images in IE */
-.asset-content-body-composite-source, .asset-content-body {
- width: 580px;
-}
-
 /* JIRA 1132 - Bold titles in metadata dialog */
 .field-panel-field .curriki-subtitle, .curriki-subtitle, .move-modal-box 
.gwt-Label {
  font-family:Arial;
@@ -4519,4 +4464,32 @@
  margin: 0;
 }
 .find-results-column-header {
-}
\ No newline at end of file
+}
+
+#dropshadow.help, #currikimaincontainer.help,
+#contentcontainer.help .asset-contents, #contentcontainer.help .titlebar {
+  width: auto;
+  margin-left: 0px;
+  margin-right: 0px;
+}
+
+.asset-contents, .asset-contents .titlebar,.asset-contents 
.asset-content-body, .asset-contents .asset-content-body-composite-source {
+  width: auto;
+  margin-left: 0px;
+  margin-right: 0px;
+}
+
+// change asset styles depending on the mode (normal, print, help)
+.asset-contents {
+  width: 600px;
+}
+
+/* JIRA 1124 - Problem with right floating images in IE */
+.asset-content-body-composite-source, .asset-content-body {
+ width: 580px;
+}
+
+.asset-contents .asset-content-body {
+ padding: 10px;
+}
+

_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to