dcv-css.css 616 Bytes
Newer Older
Phạm Văn Đoan committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
/* Phan trang */
.dcv-pagination > strong, .dcv-pagination > a{
    border: 1px solid #428bca;
    padding: 5px 10px;
}
.dcv-pagination > a{
    text-decoration: none;
}
.dcv-pagination > strong{
    background-color: #428bca;
    color: #ffffff;
}

/* */
.table-hover>tbody>tr:hover{
    /*background-color: #62a8d1;*/
    background-color: #ffb752;
    /*cursor: pointer;*/
}

.table{
    margin-bottom: 10px;
}

div.error > li{
    color: red;
}

/* Độ rộng bên trái bảng thông tin cá nhân */
.profile-info-name{
    width: 175px;
}

34 35 36
.color-red{ color: red}

label.src-option:hover { cursor: pointer }