From 693e7c92e0dd23ee0577dea7d5f5a44eee1fa5be Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 29 Sep 2016 01:40:29 +0200 Subject: history aggregation --- popup/popup.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'popup/popup.css') diff --git a/popup/popup.css b/popup/popup.css index 7218b7baf..675412c11 100644 --- a/popup/popup.css +++ b/popup/popup.css @@ -69,3 +69,16 @@ body { #reserve-create table .input input[type="text"] { width: 100%; } + +.historyItem { + border: 1px solid black; + border-radius: 10px; + padding-left: 0.5em; + margin: 0.5em; +} + +.historyDate { + font-size: 90%; + margin: 0.3em; + color: slategray; +} -- cgit v1.2.3