]> git.mjollnir.org Git - moodle.git/commitdiff
"MDL-19118, comments interface css changes"
authordongsheng <dongsheng>
Thu, 8 Oct 2009 06:39:01 +0000 (06:39 +0000)
committerdongsheng <dongsheng>
Thu, 8 Oct 2009 06:39:01 +0000 (06:39 +0000)
theme/standard/styles_layout.css

index eed8ff40b5f59eba00606c186cde2cc9a5abcb19..c5303e88586f32f73ae9e690eae421f53d94e59f 100644 (file)
@@ -5718,10 +5718,9 @@ wikiadminactions {
  *
  */
 .comment-ctrl {
-  max-width: 200px;
   font-size: 12px;
   display: none;
-  margin:0;
+  margin:0 auto;
   padding:0;
 }
 .comment-ctrl h5 {
@@ -5747,9 +5746,6 @@ wikiadminactions {
   color:grey;
 }
 
-.comment-list-wrapper {
-}
-
 .comment-list {
   /*height: 150px;*/
   font-size: 11px;
@@ -5783,6 +5779,12 @@ wikiadminactions {
   padding:0;
 }
 .comment-content p{
+  width: 90%;
+  white-space: pre-wrap; /* css-3 */
+  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
+  white-space: -pre-wrap; /* Opera 4-6 */
+  white-space: -o-pre-wrap; /* Opera 7 */
+  word-wrap: break-word; /* Internet Explorer 5.5+ */
   padding:0;
   margin:0 18px 0 0;
 }
@@ -5867,7 +5869,7 @@ wikiadminactions {
     background: #CCC;
 }
 .fm-breadcrumb {
-    margin: 0;
+    margin:0;
 }
 .filemanager-container {
     padding: 5px;