Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

#hold-inventory-form {
        text-align : center;
        border:3px ridge
}

#held-inventory-table {
        text-align : center;
        margin-left : 25px;
        width : 1200px;
}

table, th, td {
        border : 1px solid black;
}

.hidden {
        display : none;
}

.link {
        color : blue;
        text-decoration : underline;
        cursor : pointer;       
}