projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d74168
)
Add a grey box around login dialog
author
Andy Allan
<andy@gravitystorm.co.uk>
Wed, 16 Feb 2011 17:13:14 +0000
(17:13 +0000)
committer
Tom Hughes
<tom@compton.nu>
Sun, 3 Apr 2011 12:46:17 +0000
(13:46 +0100)
public/stylesheets/common.css
patch
|
blob
|
history
diff --git
a/public/stylesheets/common.css
b/public/stylesheets/common.css
index c89bbe5e4f3dd0cdc0a633fc745654a0526ef392..ce9d73b2856c476409b9871294bad6ba3f2a2c9c 100644
(file)
--- a/
public/stylesheets/common.css
+++ b/
public/stylesheets/common.css
@@
-684,7
+684,10
@@
hr {
}
#login_login {
- background-color: #f0f0f0;
+ background-color: #f5f5ff;
+ border: 1px solid #f3f3ff;
+ border-radius: 15px;
+ -moz-border-radius: 15px;
}
#login_login h1 {