summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorRichard Wall <richard@aziz>2010-06-13 23:44:36 +0100
committerRichard Wall <richard@aziz>2010-06-13 23:44:36 +0100
commitb6112f31a83b60a06347e4ad71b846dc145526eb (patch)
treea1d1c848876d4b85d8ad70000551107595d2a0cd /style.css
parente896666f593a644f534c447d843d0cc730163190 (diff)
Include a screenshot and move style to assets.
Diffstat (limited to 'style.css')
-rw-r--r--style.css67
1 files changed, 0 insertions, 67 deletions
diff --git a/style.css b/style.css
deleted file mode 100644
index 8f5798e..0000000
--- a/style.css
+++ /dev/null
@@ -1,67 +0,0 @@
-body {
- font-family: sans;
- width: 960px;
- margin: 20px auto 10px auto;
-}
-
-form div {
- text-align: center;
-}
-
-h2 {
- padding: 0 0 0 55px;
- margin: 20px auto 5px auto;
- font-size: 14px;
- text-align: left;
-}
-
-.loading {
- background-repeat: no-repeat;
- background-position: 0 50%;
- background-image: url(/assets/icons/loading.gif);
-}
-
-.range-preview {
- height:50px;
- margin: 0 auto 10px auto;
- position: relative;
-}
-
-.chart {
- height:200px;
- width: 850px;
- margin: 0 auto 0 auto;
-}
-
-.chart canvas {
-}
-
-.tickLabel {
- width:50px;
- overflow:hidden;
-}
-
-.legendLabel {
- cursor: pointer;
-}
-
-.legend .disabled {
- text-decoration: line-through;
-}
-
-input[type=checkbox] {
- margin: 0;
- padding: 0;
- border: none;
-}
-
-.notice {
- border: 1px solid Green;
- background: #FFDDFF;
- margin-bottom: 20px;
- padding: 5px;
-}
-
-#calroot {
- z-index: 2;
-}