From 6ee0e07036c66af8fd6f7dd10496369c431f385e Mon Sep 17 00:00:00 2001 From: Jermolene Date: Fri, 29 Nov 2013 17:11:48 +0000 Subject: [PATCH] Add a class to the button icon SVGs So that we can default their size to 1em --- core/images/cancel-button.tid | 2 +- core/images/close-button.tid | 2 +- core/images/delete-button.tid | 2 +- core/images/done-button.tid | 2 +- core/images/down-arrow.tid | 2 +- core/images/edit-button.tid | 2 +- core/images/info-button.tid | 2 +- core/images/new-button.tid | 2 +- core/images/options-button.tid | 2 +- core/images/save-button.tid | 2 +- themes/tiddlywiki/vanilla/base.tid | 4 ++++ 11 files changed, 14 insertions(+), 10 deletions(-) diff --git a/core/images/cancel-button.tid b/core/images/cancel-button.tid index 54189609a..e8f0ef210 100644 --- a/core/images/cancel-button.tid +++ b/core/images/cancel-button.tid @@ -1,3 +1,3 @@ title: $:/core/images/cancel-button - \ No newline at end of file + \ No newline at end of file diff --git a/core/images/close-button.tid b/core/images/close-button.tid index c80e72729..46b276279 100644 --- a/core/images/close-button.tid +++ b/core/images/close-button.tid @@ -1,3 +1,3 @@ title: $:/core/images/close-button - + diff --git a/core/images/delete-button.tid b/core/images/delete-button.tid index 7885ce95d..c25e8c081 100644 --- a/core/images/delete-button.tid +++ b/core/images/delete-button.tid @@ -1,3 +1,3 @@ title: $:/core/images/delete-button - + diff --git a/core/images/done-button.tid b/core/images/done-button.tid index f5a4a94b1..93d7fba2a 100644 --- a/core/images/done-button.tid +++ b/core/images/done-button.tid @@ -1,3 +1,3 @@ title: $:/core/images/done-button - + diff --git a/core/images/down-arrow.tid b/core/images/down-arrow.tid index afd9e699f..b1ac83e65 100644 --- a/core/images/down-arrow.tid +++ b/core/images/down-arrow.tid @@ -1,3 +1,3 @@ title: $:/core/images/down-arrow - + diff --git a/core/images/edit-button.tid b/core/images/edit-button.tid index 24a92993f..4ee3bb44c 100644 --- a/core/images/edit-button.tid +++ b/core/images/edit-button.tid @@ -1,3 +1,3 @@ title: $:/core/images/edit-button - + diff --git a/core/images/info-button.tid b/core/images/info-button.tid index 8181a9d09..1d0a17cec 100644 --- a/core/images/info-button.tid +++ b/core/images/info-button.tid @@ -1,3 +1,3 @@ title: $:/core/images/info-button - + diff --git a/core/images/new-button.tid b/core/images/new-button.tid index 66f1f3bfc..e9bd63e4a 100644 --- a/core/images/new-button.tid +++ b/core/images/new-button.tid @@ -1,3 +1,3 @@ title: $:/core/images/new-button - + diff --git a/core/images/options-button.tid b/core/images/options-button.tid index 05c657049..f2c2610a5 100644 --- a/core/images/options-button.tid +++ b/core/images/options-button.tid @@ -1,3 +1,3 @@ title: $:/core/images/options-button - + diff --git a/core/images/save-button.tid b/core/images/save-button.tid index 22a184415..701c6892c 100644 --- a/core/images/save-button.tid +++ b/core/images/save-button.tid @@ -1,3 +1,3 @@ title: $:/core/images/save-button - + diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index e17b37da4..f3a46339f 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -224,6 +224,10 @@ a.tw-tiddlylink-external { color: #444; } +.tw-image-button { + height: 1em; +} + /* ** Tags and missing tiddlers */