Commit 75f6002f by Bridger Maxwell

Added instructions to wiki edit and create pages.

parent f582e49a
...@@ -729,23 +729,43 @@ div.profile-wrapper { ...@@ -729,23 +729,43 @@ div.profile-wrapper {
display: inline-block; display: inline-block;
padding-right: 1em; } padding-right: 1em; }
form#wiki_revision label { form#wiki_revision {
display: block; float: left;
margin-bottom: 7px; } width: 77.174%;
form#wiki_revision textarea { margin-right: 2.717%; }
-webkit-box-sizing: border-box; form#wiki_revision label {
-moz-box-sizing: border-box; display: block;
-ms-box-sizing: border-box; margin-bottom: 7px; }
-o-box-sizing: border-box; form#wiki_revision textarea {
box-sizing: border-box; -webkit-box-sizing: border-box;
margin-bottom: 20px; -moz-box-sizing: border-box;
min-height: 300px; -ms-box-sizing: border-box;
width: 100%; } -o-box-sizing: border-box;
form#wiki_revision input[type="text"] { box-sizing: border-box;
width: 50%; } margin-bottom: 20px;
form#wiki_revision input[type="submit"] { min-height: 450px;
display: block; width: 100%; }
margin-top: 20px; } form#wiki_revision input[type="text"] {
display: block;
width: 50%; }
form#wiki_revision #submit_delete {
float: right; }
form#wiki_revision input[type="submit"] {
margin-top: 20px; }
#wiki_edit_instructions {
float: left;
width: 20.109%; }
#wiki_edit_instructions .markdown-example {
background-color: #dddddd;
padding-top: 5px;
padding-right: 2px;
padding-bottom: 5px;
padding-left: 5px;
margin-top: 5px;
margin-bottom: 7px;
margin-left: 5px;
line-height: 1.0; }
div.wiki-wrapper { div.wiki-wrapper {
display: table; display: table;
...@@ -818,23 +838,6 @@ div.wiki-wrapper { ...@@ -818,23 +838,6 @@ div.wiki-wrapper {
div.wiki-wrapper div#wiki_panel div#wiki_create_form ul li#cancel { div.wiki-wrapper div#wiki_panel div#wiki_create_form ul li#cancel {
float: right; float: right;
margin-top: 10px; } margin-top: 10px; }
div.wiki-wrapper section.wiki-body form#wiki_revision {
float: left;
width: 77.174%;
margin-right: 2.717%; }
div.wiki-wrapper section.wiki-body #wiki_edit_instructions {
float: left;
width: 20.109%; }
div.wiki-wrapper section.wiki-body #wiki_edit_instructions .markdown-example {
background-color: #dddddd;
padding-top: 5px;
padding-right: 2px;
padding-bottom: 5px;
padding-left: 5px;
margin-top: 5px;
margin-bottom: 7px;
margin-left: 5px;
line-height: 1.0; }
div.wiki-wrapper section.wiki-body header p { div.wiki-wrapper section.wiki-body header p {
float: left; float: left;
padding: 15px; padding: 15px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment