use Bootstrap alerts for error/warning messages; profile messages in place

This commit is contained in:
Norbert Renner 2015-03-26 20:55:35 +01:00
parent d79de3966a
commit 8e9746781c
5 changed files with 54 additions and 41 deletions

View file

@ -26,7 +26,6 @@ div.elevation {
top: 0px;
margin-top: 10px;
z-index: 1000;
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
}
#header {
@ -52,12 +51,6 @@ div.elevation {
margin-top: 0.5em;
line-height: 1.4em;
}
.warning {
color: darkorange;
}
.error {
color: red;
}
.heading {
font-weight: bold;
@ -232,6 +225,17 @@ textarea:focus {
padding: 2px 15px;
}
.alert {
margin-top: 3px;
margin-bottom: 0px;
padding-left: 35px;
}
.alert span.glyphicon {
position: relative;
left: -23px;
margin-right: -1em;
}
/*
* DataTables
*/