Subversion Repositories SmartDukaan

Rev

Rev 10324 | Blame | Compare with Previous | Last modification | View Log | RSS feed

.error {
        color: red;
}

.bordered {
        border-width: 1px;
}

.hidden {
        display: none;
}

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

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

.bold {
        font-weight: bold;
}

.right {
        float: right;
        text-align: right;
}

.cForm-class{
        color : black;
}

.cstCostTypeDiv-class{
        color : black;
}

.extraCstInputs-class{
        color : black;
}

.cstCostType-class{
        color : black;
}

.cstBorneByUs-class{
        color : black;
}

#search-filters-form {
        border: 3px ridge grey;
        text-align: center;
        line-height: 2;
}

#nonserialized-return-div {
        border: double 3px;
        width: 40%;
        float: right;
        padding: 10px;
}

#serialized-return-div {
        float: left;
        border: double 3px;
        padding: 10px;
        width: 40%;
}

#add-nonserialized-return {
        float: left;
        height: 25px;
        width: 25px;
}

#add-serialized-return {
        height: 25px;
        width: 25px;
}

#create-purchasereturn-link {
        text-align: center;
        font-size: 18px;
}

#inventory-uploader {
        border: 2px ridge grey;
        text-align: center;
        line-height: 1.4;
}

#modelName {
        width: 300      
}

#generateIndentSheet {
    margin-left: 40%;
}

#item-transfer-warehouse-selector {
        margin-left: 300px;     
}

#transfer-lots-table {
        text-align: center;
        margin-top: 20px;
        margin-left: 20px;
        margin-bottom: 10px;
}


#disablingDiv
{
    /* Do not display it on entry */
    display: none; 
 
    /* Display it on the layer with index 1001.
       Make sure this is the highest z-index value
       used by layers on that page */
    z-index:1001;
     
    /* make it cover the whole screen */
    position: absolute; 
    width: 100%; 
    height: 100%;
    font-size:16px; 
 
    /* make it white but fully transparent */
    background:url("images/loader.gif") no-repeat fixed left top;
    background-color:rgb(236, 236, 236) ; 
    opacity:.30; 
}