diff options
author | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2010-02-09 19:33:36 -0500 |
---|---|---|
committer | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2010-02-09 19:33:36 -0500 |
commit | ee38739d3b681f7d9fb61b650368d08e290a46bb (patch) | |
tree | 65c88de11dd5c766e100fe3bcd4aad344e771186 /forum/templates/content/style/openid.css | |
parent | 7575e18525c9eb0ac12e7a30b1c1a22de5a2efd5 (diff) | |
download | askbot-ee38739d3b681f7d9fb61b650368d08e290a46bb.tar.gz askbot-ee38739d3b681f7d9fb61b650368d08e290a46bb.tar.bz2 askbot-ee38739d3b681f7d9fb61b650368d08e290a46bb.zip |
moved templates/content --> forum/media, templates --> forum/templates, fixed up urls
Diffstat (limited to 'forum/templates/content/style/openid.css')
-rw-r--r-- | forum/templates/content/style/openid.css | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/forum/templates/content/style/openid.css b/forum/templates/content/style/openid.css deleted file mode 100644 index 0d201df2..00000000 --- a/forum/templates/content/style/openid.css +++ /dev/null @@ -1,45 +0,0 @@ -#openid_form { - width: 470px; -} - #openid_form legend { - font-weight: bold; - } -#openid_choice { - display: none; -} -#openid_input_area { - clear: both; - padding: 10px; -} -#openid_btns, #openid_btns br { - clear: both; -} - #openid_highlight { - padding: 3px; - background-color: #FFFCC9; - float: left; - } - .openid_large_btn { - width: 100px; - height: 60px; - border: 1px solid #DDD; - margin: 3px; - float: left; - } - .openid_small_btn { - width: 24px; - height: 24px; - border: 1px solid #DDD; - margin: 3px; - float: left; - } - a.openid_large_btn:focus { - outline: none; - } - a.openid_large_btn:focus - { - -moz-outline-style: none; - } - .openid_selected { - border: 4px solid #DDD; - } |