diff options
author | Einar Egilsson <einar@einaregilsson.com> | 2015-09-11 12:08:45 +0000 |
---|---|---|
committer | Einar Egilsson <einar@einaregilsson.com> | 2015-09-11 12:08:45 +0000 |
commit | 462ca78e5c63682c06f96dade70d193b9e1b68c1 (patch) | |
tree | b28a1b279ea523efc021856cd878f41972a0125a /css | |
parent | 4c7ba5856ce3bf2976094e2c19d1f99054929360 (diff) |
Popup ready
Diffstat (limited to 'css')
-rw-r--r-- | css/popup.css | 30 |
1 files changed, 30 insertions, 0 deletions
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 |