79 lines
1.2 KiB
CSS
79 lines
1.2 KiB
CSS
body {
|
|
padding-bottom: 40px;
|
|
}
|
|
#btn_logout:hover{
|
|
cursor: pointer;
|
|
}
|
|
|
|
.row {
|
|
padding: 0 !important;
|
|
margin: 0 !important;
|
|
margin-top: 10px !important;
|
|
margin-bottom: 10px !important;
|
|
}
|
|
/*.list {
|
|
border: 2px solid #ccc;
|
|
}*/
|
|
|
|
.popover{
|
|
max-width: 600px;
|
|
width: 600px;
|
|
}
|
|
.pro{
|
|
background: #5eb95e;
|
|
}
|
|
|
|
.con{
|
|
background: #ee5f5b;
|
|
}
|
|
|
|
.ent{
|
|
background: lightgrey;
|
|
}
|
|
|
|
.badge {
|
|
padding: 1px 9px 2px;
|
|
font-size: 12.025px;
|
|
font-weight: bold;
|
|
white-space: nowrap;
|
|
color: #ffffff;
|
|
background-color: #999999;
|
|
-webkit-border-radius: 9px;
|
|
-moz-border-radius: 9px;
|
|
border-radius: 9px;
|
|
}
|
|
.badge:hover {
|
|
color: #ffffff;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
}
|
|
.badge-error {
|
|
background-color: #b94a48;
|
|
}
|
|
.badge-error:hover {
|
|
background-color: #953b39;
|
|
}
|
|
.badge-warning {
|
|
background-color: #f89406;
|
|
}
|
|
.badge-warning:hover {
|
|
background-color: #c67605;
|
|
}
|
|
.badge-success {
|
|
background-color: #468847;
|
|
}
|
|
.badge-success:hover {
|
|
background-color: #356635;
|
|
}
|
|
.badge-info {
|
|
background-color: #3a87ad;
|
|
}
|
|
.badge-info:hover {
|
|
background-color: #2d6987;
|
|
}
|
|
.badge-inverse {
|
|
background-color: #333333;
|
|
}
|
|
.badge-inverse:hover {
|
|
background-color: #1a1a1a;
|
|
} |