|
|
|
@ -1116,4 +1116,48 @@ div.system_announcement_content{ |
|
|
|
|
#export_users,#update_course,#user_add,#user_import { |
|
|
|
|
background: transparent url("images/headerform3.jpg") no-repeat top left |
|
|
|
|
; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Glossary tool */ |
|
|
|
|
.glossary-term { |
|
|
|
|
margin: 1em; |
|
|
|
|
background-color: #ffe99b; |
|
|
|
|
padding: 0.5em 0.5em 1.8em 0; |
|
|
|
|
-moz-border-radius: 0.5em; |
|
|
|
|
} |
|
|
|
|
.glossary-term-title { |
|
|
|
|
margin: 2em 0 1em 0.5em; |
|
|
|
|
font-weight: bold; |
|
|
|
|
font-size: 120%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.glossary-term-desc { |
|
|
|
|
margin-left: 1em; |
|
|
|
|
} |
|
|
|
|
.glossary-term-action-links { |
|
|
|
|
float: right; |
|
|
|
|
} |
|
|
|
|
.glossary-term-edit-form { |
|
|
|
|
margin: 1em; |
|
|
|
|
background-color: #FFE4C4; |
|
|
|
|
padding: 0.5em 0.5em 2em 0; |
|
|
|
|
-moz-border-radius: 0.5em; |
|
|
|
|
} |
|
|
|
|
.glossary-term-edit-desc { |
|
|
|
|
font-weight: bold; |
|
|
|
|
font-size: 120%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.glossary-term-edit-title { |
|
|
|
|
font-weight: bold; |
|
|
|
|
font-size: 120%; |
|
|
|
|
} |
|
|
|
|
.glossary-add-form { |
|
|
|
|
font-weight: bold; |
|
|
|
|
font-size: 120%; |
|
|
|
|
margin: 1em; |
|
|
|
|
} |
|
|
|
|
.glossary-orderby-link { |
|
|
|
|
float:right; |
|
|
|
|
margin: 1em; |
|
|
|
|
} |
|
|
|
|