WEB-25 - Content for About Page

WEB-24 - Unauthenticated access should redirect to login page
This commit is contained in:
Rick Lawson
2014-09-12 08:18:25 -04:00
parent c9e6d1f7a7
commit 1e5e9c0b8b
8 changed files with 108 additions and 123 deletions

View File

@ -714,6 +714,17 @@ fieldset[disabled] .btn-warning.active {
color: #fff;
border: none;
}
/* ==========================================================================
Modal
========================================================================== */
.modal-footer .btn + .btn {
margin-bottom: 5px;
}
.modal .modal-body.modal-scroll {
max-height: 350px;
overflow-y: auto;
}
/* ==========================================================================
Media Queries
========================================================================== */
@ -774,7 +785,7 @@ fieldset[disabled] .btn-warning.active {
#topLinks {
float:right;
margin-right:5px;s
margin-right:5px;
margin-top:3px;
}

View File

@ -1,3 +1,4 @@
/*
body{
min-width: 800px;
font-family: Arial,sans-serif;
@ -49,7 +50,7 @@ h5{
font-size: 100%;
color: #334d55;
}
*/
ul{
list-style-type: square;
}