1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-17 11:30:02 +00:00

Style the control panel area

This commit is contained in:
Jeremy Ruston 2013-03-18 11:14:08 +00:00
parent 5b6376a386
commit 9afb87ffe9
2 changed files with 19 additions and 0 deletions

View File

@ -231,6 +231,21 @@ a.tw-tiddlylink-missing {
<<box-shadow "inset 0 1px 0 #fff">>;
}
.config-area {
max-width: 50em;
padding: 1em;
border: 1px solid #aaa;
background: #ddd;
<<box-shadow "inset 1px 1px 4px rgba(0,0,0,0.8)">>
<<border-radius 3px>>
}
.config-area h1 {
font-size: 1.2em;
text-align: center;
color: #888;
}
.tw-edit-texteditor input, .tw-edit-texteditor textarea {
width: 100%;
}

View File

@ -24,7 +24,11 @@ title: $:/templates/PageTemplate
<$list filter="[list[$:/StoryList]]" history="$:/HistoryList" template="$:/templates/ViewTemplate" editTemplate="$:/templates/EditTemplate" listview="classic" itemClass="tw-tiddler-frame"/>
<!-- Config area -->
<div class="config-area">
! Temporary Control Panel
{{$:/snippets/encryptionstatus}}
</div>
<!-- End of story river -->
</section>