Add a flag to allow the API to be placed in read-only mode.

This commit is contained in:
Tom Hughes 2007-07-26 17:15:23 +00:00
parent bd07221de5
commit 9dbe1a497a
10 changed files with 56 additions and 14 deletions

View file

@ -80,6 +80,17 @@ body {
font-size: 11px;
}
#alert {
width: 150px;
margin: 10px;
padding: 10px;
border: 1px solid #ccc;
background: #d00;
line-height: 1.2em;
text-align: left;
font-size: 14px;
}
.left_menu {
width: 150px;
min-width: 150px;