Skip to content

Commit

Permalink
"MDL-19118, comments interface css changes"
Browse files Browse the repository at this point in the history
  • Loading branch information
dongsheng committed Oct 8, 2009
1 parent 75d0709 commit c61274b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions theme/standard/styles_layout.css
Expand Up @@ -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 {
Expand All @@ -5747,9 +5746,6 @@ wikiadminactions {
color:grey;
}

.comment-list-wrapper {
}

.comment-list {
/*height: 150px;*/
font-size: 11px;
Expand Down Expand Up @@ -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;
}
Expand Down Expand Up @@ -5867,7 +5869,7 @@ wikiadminactions {
background: #CCC;
}
.fm-breadcrumb {
margin: 0;
margin:0;
}
.filemanager-container {
padding: 5px;
Expand Down

0 comments on commit c61274b

Please sign in to comment.