fnp
/
edumed.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix email to teachers (don't send to None)
[edumed.git]
/
edumed
/
static
/
css
/
base.scss
diff --git
a/edumed/static/css/base.scss
b/edumed/static/css/base.scss
index
d4b586d
..
9896a5f
100644
(file)
--- a/
edumed/static/css/base.scss
+++ b/
edumed/static/css/base.scss
@@
-167,10
+167,13
@@
footer.main {
margin-right: 20 * $px;
width: 220 * $px;
}
margin-right: 20 * $px;
width: 220 * $px;
}
+ .sponsors-page {
+ margin-bottom: 20 * $px;
+ }
.sponsors-column {
float: left;
.sponsors-column {
float: left;
- margin-
lef
t: 20 * $px;
- width: 1
00
* $px;
+ margin-
righ
t: 20 * $px;
+ width: 1
47
* $px;
p {
font-size: .75em;
}
p {
font-size: .75em;
}
@@
-178,6
+181,9
@@
footer.main {
.sponsors-column:first-child {
margin-left: 0;
}
.sponsors-column:first-child {
margin-left: 0;
}
+ .sponsors-column:nth-last-child(2) {
+ width: 100 * $px;
+ }
.footer-extra p {
margin-top: 0;
}
.footer-extra p {
margin-top: 0;
}
@@
-273,11
+279,17
@@
ul.messages {
list-style: none;
}
list-style: none;
}
-.messages
.error
{
+.messages
li
{
top: 20px;
left: 20px;
top: 20px;
left: 20px;
- border: 1px solid black;
- background: red;
+ &.error {
+ background: red;
+ border: 1px solid black;
+ }
+ &.info {
+ background: #ed7831;
+ border: none;
+ }
border-radius: 0.938em;
padding: 5px 2px;
color: white;
border-radius: 0.938em;
padding: 5px 2px;
color: white;