Skip to content
Snippets Groups Projects
Commit 132df0ed authored by Graham Cole's avatar Graham Cole
Browse files

style the infobar; paint it orange

parent 2f93945f
No related branches found
No related tags found
No related merge requests found
......@@ -350,7 +350,7 @@ ul#valid {
background: #ff0000 url('/images/menu-top-left.png') no-repeat top left;
}
.errorbar, .navbar {
.errorbar, .navbar, .infobar {
margin: 0.5em 0 0 0;
font-size: 80%;
}
......@@ -361,6 +361,12 @@ ul#valid {
margin-right: 0.5em;
}
.infobar {
background: #e76808 url('/images/menu-top-left.png') no-repeat top left;
color: #ffffff;
margin-right: 0.5em;
}
.navbar {
background: #e76808 url('/images/menu-top-left.png') no-repeat top left;
}
......@@ -371,15 +377,15 @@ ul#valid {
text-decoration: none;
}
.errorbar div, .navbar div {
.errorbar div, .navbar div, .infobar div {
background: url('/images/menu-top-right.png') no-repeat top right;
}
.errorbar div div, .navbar div div {
.errorbar div div, .navbar div div, .infobar div div {
background: url('/images/menu-bottom-left.png') no-repeat bottom left;
}
.errorbar div div div, .navbar div div div {
.errorbar div div div, .navbar div div div, .infobar div div div {
background: url('/images/menu-bottom-right.png') no-repeat bottom right;
padding: 0.2em 0.5em;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment