diff options
| author | Cameron McEfee <cameron@github.com> | 2011-02-25 16:17:08 -0800 |
|---|---|---|
| committer | Cameron McEfee <cameron@github.com> | 2011-02-25 16:17:08 -0800 |
| commit | c9055e51fe06c70dd6376a960f18bbf5babb4a1b (patch) | |
| tree | 41c0d6cd684d9cf8b53d051c1375527c4a029144 /css/style.css | |
| parent | 521fb3dc5de606114ac5cebbb654336492d7461f (diff) | |
Updated content and added a new 'more info' tool
Diffstat (limited to 'css/style.css')
| -rwxr-xr-x | css/style.css | 92 |
1 files changed, 6 insertions, 86 deletions
diff --git a/css/style.css b/css/style.css index 5d7bd66..75100a1 100755 --- a/css/style.css +++ b/css/style.css @@ -131,6 +131,7 @@ pre .codeline:hover span { pre.bootcamp { white-space: normal !important; margin-left: -10px !important; + margin-bottom: 1.5em !important; background-image: none !important; } @@ -216,90 +217,6 @@ pre .codeline:hover em { } /****************************/ -/* Explain Pop-up */ -/****************************/ -/* -.explain { - font-style: italic; - color: #4183C4; - cursor: default; - margin: 1em 0px 1em; - position: relative; - display: inline-block; -} - -.explain-it-shell { - display: none; - position: absolute; - width: 667px; - padding: 15px 0 0 0; - top: 2.2em; - font-style: normal; - color: #666666; - margin: -15px 0 0 0; -} - -.explain:hover .explain-it-shell { - display: block; - z-index: 100; -} - -.explain-it-shell span.explain-it { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; - background-color: #FFFFFF; - border: 3px solid #DDDDDD; - padding: 1em 2em; - display: block; - -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); - -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); - box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); -} - -.explain-it-shell span.explain-it img { - border: 1px solid #DDDDDD; - margin: 0; - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; -} - - -.explain .triangle { - display: block; - width:31px; - height:15px; - position: absolute; - top: 3px; - left: 15px; - background-image: url('/images/bootcamp/explain_it_triangle.png'); - background-repeat: no-repeat; - background-position: right 50%; -} - -.explain .account-settings { - left: 70px; -} -.explain .ssh-public-keys { - left: 215px; -} -.explain .add-another-public-key { - left: 400px; -} -.explain .account-admin { - left: 220px; -} - -.explain h4 { - margin-top: 1em; -} - -.explain pre { - margin-left: 0px; -} -*/ -/****************************/ /* Bootcamp */ /****************************/ .short-bottom-marg { @@ -404,13 +321,15 @@ h2 span { .more-info { margin: 10px 0; + position: relative; } .more-info > h4 { background-image: url('/images/bootcamp/dropdown_sprites.jpg'); background-repeat: no-repeat; - padding: .25em 0 .25em 33px; + padding: .25em 0 .25em 25px; cursor: pointer; color: #4183C4; + font-weight: normal; } .more-info h4.compressed { background-position: 0 0; @@ -445,4 +364,5 @@ h2 span { .more-info .more-content pre { margin-left: 0px !important; -}
\ No newline at end of file +} + |
