projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a25d85
)
Tweaks to the contributor terms styling
author
Andy Allan
<andy@gravitystorm.co.uk>
Mon, 21 Mar 2011 16:29:30 +0000
(16:29 +0000)
committer
Tom Hughes
<tom@compton.nu>
Sun, 3 Apr 2011 12:46:17 +0000
(13:46 +0100)
The 60% trick doesn't work now that the terms are what defines the height (rather than the sidebar). Also, add a margin to bring the floating buttons within range of the slim container.
public/stylesheets/common.css
patch
|
blob
|
history
diff --git
a/public/stylesheets/common.css
b/public/stylesheets/common.css
index 45f2f5e00cad567d75a7aa18bd3e2176630936da..cb402f22d85102685029dede3dd4af98641ede41 100644
(file)
--- a/
public/stylesheets/common.css
+++ b/
public/stylesheets/common.css
@@
-702,7
+702,7
@@
div#contributorTerms {
padding: 4px;
overflow: auto;
width: 80%;
- height:
60%
;
+ height:
400px
;
}
div#contributorTerms p#first {
@@
-726,6
+726,7
@@
div#contributorTerms img {
form#termsForm {
width: 80%;
+ margin-bottom: 3em;
}
form#termsForm div#buttons {