From 462ca78e5c63682c06f96dade70d193b9e1b68c1 Mon Sep 17 00:00:00 2001 From: Einar Egilsson Date: Fri, 11 Sep 2015 12:08:45 +0000 Subject: Popup ready --- css/popup.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 css/popup.css (limited to 'css') diff --git a/css/popup.css b/css/popup.css new file mode 100644 index 0000000..7451ec8 --- /dev/null +++ b/css/popup.css @@ -0,0 +1,30 @@ + +body { + width:180px; + text-align: center; + font-family: Arial, sans-serif; +} + +h1 { + margin-top:-4px; + font-size:22px; + font-weight: bold; +} + +h1 span { + position: relative; + top:1px; + font-size:38px; +} + +button { + display:block; + width:90%; + margin:5px auto !important; +} + +.disabled { + margin-top:-16px; + color:red; + height:13px; +} \ No newline at end of file -- cgit v1.2.3