Merge branch 'MDL-36774-master' of git://github.com/FMCorz/moodle

This commit is contained in:
Aparup Banerjee 2012-11-30 15:32:15 +08:00
commit 12995ef7d0
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.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;}

View File

@ -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,