Subversion Repositories SmartDukaan

Rev

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

body    {       font-size: 12px;        }

#datatable-container    {
        overflow: auto;
        height: 470px;
}

.even   {       background-color: #EDEFF4;      }
td      {       padding: 4px; font-size: 12px;  }
td.name {       width: 264px;   }
.diff   {       font-size: 10px;        }
.price  {       width: 125px;   text-align: center;     }
.red    {       background-color: #FF9E9E;      }
.orange {       background-color: #FFF696;      }
.dark-orange    {       background-color: #FFA55C;      }

.best {
        background-image: url(/static/images/best.png);
        background-repeat: no-repeat;
}

.with-feedback a.link-conflict  {       font-size: 10px;        }

.msg    {
        width: 300px;
        margin: 5px 10px;
        padding: 4px 10px;
        background-color: #FFFF75;
        font-weight: bold;
}

.url-feedback-link      {
        color: #AA0000;
    cursor: pointer;
    float: right;
    font-size: 8px;
    text-decoration: underline;
}

.clearboth      {       clear: both;    }

#pageTitle      {
        float: left;
        font-size: 20px;
        line-height: 40px;
}

#howTo  {
        float: left;
        margin-left: 630px;
        background-color: #4787ED;
        border: 1px solid #3079ED;
        padding: 7px 14px;
        color: #ffffff;
        font-size: 12px;
        font-weight: bold;
        cursor: pointer;
}

#facebox .content li.first      {
        padding: 5px 0px;
}