diff --git a/mod/glossary/styles.css b/mod/glossary/styles.css index c0508352bcf..b08d4c29054 100644 --- a/mod/glossary/styles.css +++ b/mod/glossary/styles.css @@ -3,7 +3,7 @@ .path-mod-glossary .glossarypost.entrylist {border-width:0px;} .path-mod-glossary .glossarypost.continuous .concept {display: inline;} .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 .icons {text-align:right;padding-right: 5px;} .path-mod-glossary .glossarypost .entrylowersection .ratings {text-align:right;padding-right: 5px;padding-bottom: 2px;} diff --git a/theme/standard/style/modules.css b/theme/standard/style/modules.css index 45b1d1a0901..e006e61c8af 100644 --- a/theme/standard/style/modules.css +++ b/theme/standard/style/modules.css @@ -84,6 +84,9 @@ table.mod_index {width:90%;margin:1em auto;} .forumpost .options div {padding:4px;} .forumpost.unread {background: #9EBEFF;} .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, .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 .entryattachment, .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 .commands, .path-mod-glossary .glossarypost .author,