projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
dbba674
)
Style site status notices
author
Tom Hughes
<tom@compton.nu>
Mon, 9 Mar 2015 21:01:10 +0000
(21:01 +0000)
committer
Tom Hughes
<tom@compton.nu>
Mon, 9 Mar 2015 21:01:10 +0000
(21:01 +0000)
app/assets/stylesheets/common.scss
patch
|
blob
|
history
diff --git
a/app/assets/stylesheets/common.scss
b/app/assets/stylesheets/common.scss
index 8a0010173d4a585f6320adace99570799823fb01..f0c8c2b20e270ad2e2ebbbe10b9e6e225234e180 100644
(file)
--- a/
app/assets/stylesheets/common.scss
+++ b/
app/assets/stylesheets/common.scss
@@
-636,6
+636,12
@@
nav.secondary {
float: right;
cursor: pointer;
}
float: right;
cursor: pointer;
}
+
+ p.error {
+ background-color: #ff7070;
+ padding: 10px;
+ font-weight: bold;
+ }
}
.welcome {
}
.welcome {