diff options
author | Patrick Simianer <p@simianer.de> | 2010-05-24 02:01:22 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2010-05-24 02:01:22 +0200 |
commit | f8f3a94e6d9572bef0849b15752b81d0402bfc90 (patch) | |
tree | 61864126a42b271bccf9f6289b0f1ea49115e57a /stylesheets | |
parent | 3d9e4d9737fdb534b07638ff5d47b0e74922fe7b (diff) |
finish!
Diffstat (limited to 'stylesheets')
-rw-r--r-- | stylesheets/styles.css | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stylesheets/styles.css b/stylesheets/styles.css index cac897b..cb22591 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -1,42 +1,42 @@ body { background-color: #fff; - font-family: Helvetica; - color: #000; + font-family: Helvetica; + color: #000; } - a { color: #000 } - input { vertical-align: bottom; - font-size: 1.1em; + font-size: 1.1em; } input[type='button'] { - vertical-align:middle; - font-size: 1.25em; - + vertical-align: middle; + font-size: 1.25em; } input[type='text'] { padding: 4px } + div#wrapper { - margin-left: auto; + margin-left: auto; margin-right: auto; - width: 1024px; - height: 100%; + width: 1024px; + height: 100%; } - div#holder { - margin-left: auto; + margin-left: auto; margin-right: auto; } +span#desc { display: none } -span#desc { display:none } .message { - font-weight: bold; + font-weight: bold; -moz-border-radius: 5px; - padding: 4px; - text-decoration: none; + padding: 4px; + text-decoration: none; } -.success { background-color: #CDEB8B } -.failure { background-color: #B02B2C } -.gray { background-color: #ccc } +.success { background-color: #cdeb8b } +.failure { background-color: #b02b2c } +.inprogress { background-color: #ffff88 } +.gray { background-color: #ccc } +.grayc { color: #ccc } +.r { text-align: right } |