annot-server/static/css/base.css
author rougeronj
Thu, 22 Jan 2015 09:26:43 +0100
changeset 111 a7b72620d227
parent 43 e27c3c1c57f1
permissions -rw-r--r--
Add variable "wait". When this variable set, the annotsroll wait ignore some annotations, and wait before printing an otherone so there is no superposition. Can be passed as an options
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
fc1ab0074e29 export config in config file + add static file
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
#log {
fc1ab0074e29 export config in config file + add static file
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
    height: 20em;
fc1ab0074e29 export config in config file + add static file
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
    overflow-y: scroll;
fc1ab0074e29 export config in config file + add static file
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
    background-color: #faa;
fc1ab0074e29 export config in config file + add static file
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
}
43
e27c3c1c57f1 end of admin. change the index page and add a redirect to it on the landing page
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
     6
e27c3c1c57f1 end of admin. change the index page and add a redirect to it on the landing page
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
     7
div {
e27c3c1c57f1 end of admin. change the index page and add a redirect to it on the landing page
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
     8
    text-align:left;
e27c3c1c57f1 end of admin. change the index page and add a redirect to it on the landing page
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
     9
}
e27c3c1c57f1 end of admin. change the index page and add a redirect to it on the landing page
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    10
e27c3c1c57f1 end of admin. change the index page and add a redirect to it on the landing page
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    11
.event-label {
e27c3c1c57f1 end of admin. change the index page and add a redirect to it on the landing page
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    12
    font-size: 2em;
e27c3c1c57f1 end of admin. change the index page and add a redirect to it on the landing page
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    13
}