From 2c1ed36a919bd96ac39498a1c656dcd31cc86276 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Wed, 27 Nov 2013 21:30:11 +0000 Subject: [PATCH] Message box styling --- themes/tiddlywiki/vanilla/base.tid | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 42afe2cc2..ce9853f6c 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -921,3 +921,19 @@ canvas.tw-edit-bitmapeditor { .tw-control-panel table, .tw-control-panel table input, .tw-control-panel table textarea { width: 100%; } + +/* +** Message boxes +*/ + +.tw-message-box { + border: 1px solid #CFD6E6; + background: #ECF2FF; + padding: 0px 21px 0px 21px; + margin: 0 -21px 0 -21px; +} + +.tw-message-box img { + float: right; + width: 150px; +}