MDL-36774 theme: Comment issues in glossary and blogs

This commit is contained in:
Frederic Massart 2012-11-26 12:32:14 +08:00
parent 97df015690
commit 971ff1be9b
2 changed files with 5 additions and 1 deletions

View file

@ -3,7 +3,7 @@
.path-mod-glossary .glossarypost.entrylist {border-width:0px;} .path-mod-glossary .glossarypost.entrylist {border-width:0px;}
.path-mod-glossary .glossarypost.continuous .concept {display: inline;} .path-mod-glossary .glossarypost.continuous .concept {display: inline;}
.path-mod-glossary .glossarypost .commands {width: 200px;white-space: nowrap;} .path-mod-glossary .glossarypost .commands {width: 200px;white-space: nowrap;}
.path-mod-glossary .glossarypost .picture {width: 35px;} .path-mod-glossary .glossarypost td.picture {width: 35px;}
.path-mod-glossary .glossarypost .entrylowersection .aliases {text-align:center;} .path-mod-glossary .glossarypost .entrylowersection .aliases {text-align:center;}
.path-mod-glossary .glossarypost .entrylowersection .icons {text-align:right;padding-right: 5px;} .path-mod-glossary .glossarypost .entrylowersection .icons {text-align:right;padding-right: 5px;}
.path-mod-glossary .glossarypost .entrylowersection .ratings {text-align:right;padding-right: 5px;padding-bottom: 2px;} .path-mod-glossary .glossarypost .entrylowersection .ratings {text-align:right;padding-right: 5px;padding-bottom: 2px;}

View file

@ -84,6 +84,9 @@ table.mod_index {width:90%;margin:1em auto;}
.forumpost .options div {padding:4px;} .forumpost .options div {padding:4px;}
.forumpost.unread {background: #9EBEFF;} .forumpost.unread {background: #9EBEFF;}
.forumpost.unread .content {border:2px solid #0046C7;} /** inside border of unread posts in nested format in */ .forumpost.unread .content {border:2px solid #0046C7;} /** inside border of unread posts in nested format in */
.forumpost .comment-ctrl,
.forumpost .comment-ctrl div { padding: 0; }
.forumpost .comment-ctrl .picture img { margin: 0; }
#page-mod-forum-view .forummode, #page-mod-forum-view .forummode,
.path-mod-forum .forumheaderlist .replies {text-align: center;} .path-mod-forum .forumheaderlist .replies {text-align: center;}
@ -117,6 +120,7 @@ table.mod_index {width:90%;margin:1em auto;}
.path-mod-glossary .glossarypost .picture, .path-mod-glossary .glossarypost .picture,
.path-mod-glossary .glossarypost .entryattachment, .path-mod-glossary .glossarypost .entryattachment,
.path-mod-glossary .glossarypost .left {background-color: #F0F0F0;} .path-mod-glossary .glossarypost .left {background-color: #F0F0F0;}
.path-mod-glossary .comment-message .picture { background-color: transparent; }
.path-mod-glossary .glossarypost .entrylowersection {padding-top: 10px;} .path-mod-glossary .glossarypost .entrylowersection {padding-top: 10px;}
.path-mod-glossary .glossarypost .commands, .path-mod-glossary .glossarypost .commands,
.path-mod-glossary .glossarypost .author, .path-mod-glossary .glossarypost .author,