1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-05 21:33:52 +00:00

Style tweaks

Finally started to use `box-sizing: border-box`
This commit is contained in:
Jeremy Ruston 2013-03-28 21:30:22 +00:00
parent 0f0a96c4da
commit 8146d57190

View File

@ -19,6 +19,10 @@ module-type: stylesheet
{{$:/core/styles/reset}} {{$:/core/styles/reset}}
* {
box-sizing: border-box;
}
html { html {
font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
} }
@ -162,7 +166,7 @@ a.tw-tiddlylink-missing {
.story-river { .story-river {
margin-left: {{$:/core/styles/metrics##sidebarwidth}}; margin-left: {{$:/core/styles/metrics##sidebarwidth}};
padding: 2em; padding: 2em 2em 2em 0;
} }
@media print { @media print {
@ -330,8 +334,9 @@ a.tw-tiddlylink-missing {
.tw-edit-texteditor input, .tw-edit-texteditor textarea { .tw-edit-texteditor input, .tw-edit-texteditor textarea {
width: 100%; width: 100%;
padding: 0.2em 0.2em 0.2em 0.2em; padding: 3px 3px 3px 3px;
border: 1px solid #888; border: 1px solid #888;
line-height: 1.3em;
-webkit-appearance: none; -webkit-appearance: none;
margin: 0.25em 0 0.25em 0; margin: 0.25em 0 0.25em 0;
} }
@ -342,7 +347,7 @@ a.tw-tiddlylink-missing {
} }
.sidebar-header .tw-edit-texteditor input, .sidebar-header .tw-edit-texteditor textarea { .sidebar-header .tw-edit-texteditor input, .sidebar-header .tw-edit-texteditor textarea {
width: 90%; width: 80%;
} }
canvas.tw-edit-bitmapeditor { canvas.tw-edit-bitmapeditor {