Subversion Repositories SmartDukaan

Rev

Rev 2724 | Rev 3106 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

body{
    font-family:Verdana, Verdana, Geneva, sans-serif;
    font-size:12px;
    color:#000;
    line-height:18px;
    margin: 0 auto;
    width:1000px;
    height:700px;
}

#topbar{
        width:100%;
    height:10%;
    background-color: #EEF
}

#middle{
    width:100%;
    height:80%;
    background-color: #EFF
}

/*___ Sidebar ___*/
#sidebar{
        float:left;
        width:20%;
        height:100%;
        background-color: #EEE
}

/*___ infopane ___*/
#infopane{
    float:left;
    width:80%;
    height:100%;
    overflow: auto;
}

/*___ top-infopane ___*/
#top-infopane{
    float:left;
    width:100%;
    height:40%;
    overflow: auto;
}

/*___ bottom-infopane ___*/
#bottom-infopane{
    float:left;
    width:100%;
    height:60%;
    overflow: auto;
    background-color: #EFE
}

/*___ orderTopLeft ___*/
#orderTopLeft{
    float:left;
    width:24%;
    height:40%;
}

/*___ orderTopMiddle ___*/
#orderTopMiddle{
    float:left;
    width:38%;
    height:40%;
}

/*___ orderTopRight ___*/
#orderTopRight{
    float:left;
    width:38%;
    height:40%;
}

/*___ orderBottom ___*/
#orderBottom{
    float:left;
    width:100%;
    height:60%;
}

/*___ orderBottomLeft ___*/
#orderBottomLeft{
    float:left;
    width:33%;
}

/*___ orderBottomMiddle ___*/
#orderBottomMiddle{
    float:left;
    width:33%;
}

/*___ orderBottomRight ___*/
#orderBottomRight{
    float:left;
    width:34%;
}

/*___ footer ___*/
#footer{
    width:100%;
    height:10%;
    background-color: #EEF
}

#orderId {
    width:50px;
}

#user-orders tr.selected {
        font-weight: bold;
}

span.error{
        color: red;
}