You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

35 lines
582 B

img.navbar-brand {
width: 59px;
height: 50px;
padding: 0;
margin: 0 15px 0 0;
}
.table thead {
background-color: #ddd;
}
/* White background in tables */
.table tr:nth-of-type(2n) {
background-color: white;
}
.modal-header{border-radius: 4px 4px 0 0;}
.modal-header.warning {background-color: #d2322d;}
.modal-header.success {background-color: #6ad245;}
.modal-header.primary {background-color: #789cbb;}
body{
padding: 88px 15px 0;
}
@media (min-width: 768px){
.dl-horizontal dt {
width: 240px;
}
.dl-horizontal dd{
margin-left: 260px;
}
}