Fix a possible race condition in the PaintWeb DML code.
[moodle/mihaisucan.git] / mod / wiki / wiki_styles.php
blob2b656bf7cccf400ad691b147343dd14ad30c5a7f
1 <?php
3 /*
4 This file contains the class definitions used by the wiki module.
5 Include these in your theme file, and modify them to your tastes.
6 */
8 ?>
9 <!-- <div> that surrounds entire wiki output -->
10 .wiki {
11 background-color: #FFFFFF;
12 padding: 6px;
15 <!-- action classes that work with the wiki <div> -->
16 .view {
19 .edit {
22 .info {
25 .links {
28 <!-- Defines the <div> tag surrounding the backlinks feature. -->
29 .wiki_backlinks {
30 border-top: 2px #EEEEEE solid;
33 .indent {
36 <!-- defines the h2 class for the title -->
37 h2.page.title {
38 border-bottom: 2px #EEEEEE solid;
41 <!-- Defines the table used for the version information -->
42 .version-info {
45 <!-- Defines the table cell used for the various version actions -->
46 .action-links {
49 <!-- Defines the table cell used for the various version actions -->
50 .control-links {
53 <!-- Defines the table row used for the version version row -->
54 .page-version {
57 <!-- Defines the table row used for the version author row -->
58 .page-author {
61 <!-- Defines the table row used for the version created row -->
62 .page-created {
65 <!-- Defines the table row used for the version lastmodified row -->
66 .page-lastmodified {
69 <!-- Defines the table row used for the version refs row -->
70 .page-refs {
73 <!-- Defines the table row used for the version flags row -->
74 .page-flags {
77 <!-- Defines the table row used for the version meta row -->
78 .page-meta {
81 <!-- Defines the <div> used for the chunked results -->
82 .chunked-result {
85 <!-- Defines the <div> used for the edit box -->
86 .edit-box {
87 text-align:center;
90 <!-- Defines the <div> used for the image upload form -->
91 .image-upload {
94 <!-- Defines the <div> used for the preview page -->
95 .preview {
98 <!-- Defines the <span> used for the search not found -->
99 .NotFound {
102 <!-- Defines the <div> used for the todo list -->
103 .ewiki_page_todolist {
106 <!-- Defines the <table> used for the diff function -->
107 .diff {