implemented javascripts for wiki pages

This commit is contained in:
albert
2011-03-11 16:29:24 -05:00
parent 2549d643f3
commit ccb2def7d7
9 changed files with 555 additions and 3 deletions

View File

@@ -268,6 +268,12 @@ body > header > h1 {
form.simple_form {
margin: 1em 0;
div.input.boolean {
label {
display: inline;
}
}
div.input {
margin-bottom: 1em;
@@ -647,6 +653,39 @@ div#artists {
}
/*** Wiki Pages ***/
div#c-wiki-pages {
div.wiki-page-body {
ul {
margin-left: 1em;
}
p {
margin-bottom: 1em;
}
}
div#a-edit, div#a-new {
textarea {
width: 500px;
height: 40em;
}
div#preview {
border: 2px dashed #AAA;
padding: 1em;
margin: 1em;
width: 40em;
h1:first-child {
color: #333;
margin-bottom: 0.5em;
}
}
}
}
/*** Users ***/
div.users {
div.new {