diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-01-25 20:31:34 -0600 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-01-25 20:31:34 -0600 |
commit | 1e65273d68ffdec07f49c14e929499af21f7776a (patch) | |
tree | b96bc71d1645a66cc2754996fcecba71dfcd596c /css/challenge.css | |
parent | f20d2221d1da6f7e1d3b7126261ee320ed0158b2 (diff) | |
parent | 8a276a1857bc28677ac43c083d44a0ce5bf63343 (diff) | |
download | pathery-1e65273d68ffdec07f49c14e929499af21f7776a.tar.xz |
Merge branch 'doin_shit_on_laptop'
Conflicts:
includes/datas.php
also fixed some stuffs
Diffstat (limited to 'css/challenge.css')
-rw-r--r-- | css/challenge.css | 36 |
1 files changed, 19 insertions, 17 deletions
diff --git a/css/challenge.css b/css/challenge.css index 16c7357..143da08 100644 --- a/css/challenge.css +++ b/css/challenge.css @@ -40,21 +40,6 @@ display: none; } -.challengelist_map { - float:left; - padding: 15px; - background-color:#333; - margin: 20px; - border-radius:10px; - cursor:pointer; -} -.challengelist_map:hover { - background-color:#444; -} -.challengelist_tier { - border-width: 0px 0px 1px 1px; -} - /** Challenge listing page **/ #challengelist_wrapper #challengelist {} #challengelist_wrapper #challengelist .challengelist_tier { @@ -69,12 +54,14 @@ width: 32px; height: 32px; background-image: url("../images/challenge_complete.png"); - float: left; } .challengelist_incomplete { width: 32px; height: 32px; background-image: url("../images/challenge_incomplete.png"); +} +.challengelist_map .challengelist_complete, +.challengelist_map .challengelist_incomplete { float: left; } .challengelist_map { @@ -87,4 +74,19 @@ } .challengelist_map:hover { background-color:#444; -}
\ No newline at end of file +} +.challengelist_tier { + border-width: 0px 0px 1px 1px; +} +.challengelist_nexttier { + text-align: center; + margin-bottom: 10px; /*Must be same as .challengelist_nexttier .challengelist_complete top */ +} +.challengelist_nexttier_requirement { + +} +.challengelist_nexttier .challengelist_complete { + display: inline-block; + position: relative; + top: 10px; +} |