diff options
author | Stefan Ritter <gideonstar@thehappy.de> | 2009-07-28 10:37:07 +0200 |
---|---|---|
committer | Stefan Ritter <gideonstar@thehappy.de> | 2009-07-28 10:37:07 +0200 |
commit | f561676ac116e0635f1af6741e693167d0785819 (patch) | |
tree | f9c88c453298641aee7953b4b47acd2c699feec6 /styles | |
parent | 57ead808531109b3bfc9cc856cb4d01fc1395cf1 (diff) | |
parent | 9f6894b7cb8d07e86f7f419d8ebbdaa52266008a (diff) |
Merge branch 'master' of git@fucktheforce.de:blogthon
Diffstat (limited to 'styles')
-rw-r--r-- | styles/blogthon.css | 14 | ||||
-rw-r--r-- | styles/blogthon_noir.css | 15 |
2 files changed, 24 insertions, 5 deletions
diff --git a/styles/blogthon.css b/styles/blogthon.css index 138ac67..ccc4657 100644 --- a/styles/blogthon.css +++ b/styles/blogthon.css @@ -359,26 +359,40 @@ div.comments { label.submit_comment_name { font-weight: bold; margin-right: 5px; + display: block; + } + + input.submit_comment_name_input { + margin-left: 10px; } label.submit_comment_text { font-weight: bold; margin-right: 5px; + display: block; } textarea.submit_comment_textarea { background-color #DFDFDF; + margin-left: 10px; } label.submit_comment_quiz { font-weight: bold; margin-right: 5px; + display: block; } + input.submit_comment_quiz_input { + margin-left: 10px; + } + + input.submit_comment_button { margin-top: 5px; text-align: right; border: #000000; background-color: #DFDFDF; border: 1px dotted #AAAAAA; + margin-left: 10px; } diff --git a/styles/blogthon_noir.css b/styles/blogthon_noir.css index 69c4be3..c41ca38 100644 --- a/styles/blogthon_noir.css +++ b/styles/blogthon_noir.css @@ -38,9 +38,9 @@ blockquote { div.header { height: 120px; - width: 99%; + width: 100%; margin: auto; - margin-top: 5px; + margin: 0px; text-align: center; background-image: url("blogthon_noir_img/header_green_2.jpg"); } @@ -361,31 +361,35 @@ div.comments { label.submit_comment_name { font-weight: bold; margin-right: 5px; + display: block; } - #cname { - background-color: #333333; - color: #FFFFFF; + input.submit_comment_name_input { + margin-left: 10px; } label.submit_comment_text { font-weight: bold; margin-right: 5px; + display: block; } textarea.submit_comment_textarea { background-color: #333333; color: #FFFFFF; + margin-left: 10px; } label.submit_comment_quiz { font-weight: bold; margin-right: 5px; + display: block; } #cquiz { background-color: #333333; color: #FFFFFF; + margin-left: 10px; } input.submit_comment_button { @@ -396,6 +400,7 @@ div.comments { color: #FFFFFF; width: 120px; text-align: center; + margin-left: 10px; } input.submit_comment_button:hover { |