projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ec1418
)
Round corners on content-area notice boxes
author
Andy Allan
<andy@gravitystorm.co.uk>
Mon, 20 Dec 2010 16:27:03 +0000
(16:27 +0000)
committer
Tom Hughes
<tom@compton.nu>
Tue, 21 Dec 2010 17:26:02 +0000
(17:26 +0000)
public/stylesheets/common.css
patch
|
blob
|
history
diff --git
a/public/stylesheets/common.css
b/public/stylesheets/common.css
index 8d86708af780c7697daef10ed6679930411fc32d..906b392cdef847cfc4e48fe74e5e713fb67dc58d 100644
(file)
--- a/
public/stylesheets/common.css
+++ b/
public/stylesheets/common.css
@@
-727,6
+727,8
@@
form#termsForm input#agree {
padding: 7px;
background-color: #fff0f0;
margin-bottom: 20px;
+ border-radius: 5px;
+ -moz-border-radius: 5px;
}
#warning {
@@
-734,6
+736,8
@@
form#termsForm input#agree {
padding: 7px;
background-color: #fff6f0;
margin-bottom: 20px;
+ border-radius: 5px;
+ -moz-border-radius: 5px;
}
#notice {
@@
-741,6
+745,8
@@
form#termsForm input#agree {
padding: 7px;
background-color: #f0fff0;
margin-bottom: 20px;
+ border-radius: 5px;
+ -moz-border-radius: 5px;
}
/* Rules for highlighting fields with rails validation errors */