mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Style tweaks
This commit is contained in:
parent
b305debf97
commit
7d8051ef8d
@ -249,9 +249,6 @@ a.tw-tiddlylink-missing {
|
||||
** Page layout
|
||||
*/
|
||||
|
||||
.edit-header {
|
||||
}
|
||||
|
||||
.sidebar-header {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
@ -1,6 +1,6 @@
|
||||
title: $:/templates/ControlPanel
|
||||
|
||||
<$button message="tw-new-tiddler" class="btn btn-mini btn-success">New Tiddler</$button>
|
||||
<$button message="tw-new-tiddler" class="btn btn-success">New Tiddler</$button>
|
||||
|
||||
---
|
||||
|
||||
@ -12,7 +12,7 @@ Drop files here
|
||||
|
||||
---
|
||||
|
||||
<$button message="tw-save-wiki" class="btn btn-mini btn-primary">Save Changes</$button>
|
||||
<$button message="tw-save-wiki" class="btn btn-primary">Save Changes</$button>
|
||||
|
||||
---
|
||||
|
||||
|
@ -2,10 +2,10 @@ title: $:/snippets/encryptionstatus
|
||||
|
||||
<$reveal type="match" state="$:/isEncrypted" text="yes">
|
||||
This wiki is encrypted.
|
||||
<$button message="tw-clear-password" class="btn btn-mini btn-danger">Clear password</$button>
|
||||
<$button message="tw-set-password" class="btn btn-mini btn-warning">Change password</$button>
|
||||
<$button message="tw-clear-password" class="btn btn-danger">Clear password</$button>
|
||||
<$button message="tw-set-password" class="btn btn-warning">Change password</$button>
|
||||
</$reveal>
|
||||
<$reveal type="nomatch" state="$:/isEncrypted" text="yes">
|
||||
This wiki is not encrypted.
|
||||
<$button message="tw-set-password" class="btn btn-mini btn-warning">Set password</$button>
|
||||
<$button message="tw-set-password" class="btn btn-warning">Set password</$button>
|
||||
</$reveal>
|
@ -2,5 +2,5 @@ title: HelloThere
|
||||
|
||||
This is an experimental edition of TiddlyWiki5 for use with [[Tahoe-LAFS|https://tahoe-lafs.org/]]. At this point it is largely for experimentation by @zooko. Click the ''save changes'' button to PUT the updated TiddlyWiki HTML file back to the server.
|
||||
|
||||
<$button message="tw-new-tiddler" class="btn btn-mini btn-success">New Tiddler</$button>
|
||||
<$button message="tw-save-wiki" class="btn btn-mini btn-primary">Save Changes</$button>
|
||||
<$button message="tw-new-tiddler" class="btn btn-success">New Tiddler</$button>
|
||||
<$button message="tw-save-wiki" class="btn btn-primary">Save Changes</$button>
|
||||
|
Loading…
Reference in New Issue
Block a user