1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-08 13:56:07 +00:00

Spruce up the control panel

Structure things with extensible tabs.
This commit is contained in:
Jermolene
2013-11-10 21:40:03 +00:00
parent dc6a9c6348
commit 2598e22422
15 changed files with 73 additions and 33 deletions

View File

@@ -1,4 +1,6 @@
title: $:/ControlPanel/ThemeTweaks
title: $:/themes/tiddlywiki/snowwhite/themetweaks
tags: $:/tags/ControlPanel
caption: Theme Tweaks
You can tweak certain aspects of the ''Snow White'' theme.

View File

@@ -956,3 +956,15 @@ canvas.tw-edit-bitmapeditor {
width: 1em;
height: 1em;
}
/*
** Control panel
*/
.tw-control-panel td {
padding: 4px;
}
.tw-control-panel table, .tw-control-panel table input, .tw-control-panel table textarea {
width: 100%;
}