aboutsummaryrefslogtreecommitdiff
path: root/css/popup.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/popup.css')
-rw-r--r--css/popup.css30
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