Subversion Repositories SmartDukaan

Rev

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

body    {       font-size: 11px;        }

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

.even   {       background-color: #EDEFF4;      }
td      {       padding: 4px; font-size: 11px;  }
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, .reject-link        {
        color: #AA0000;
    cursor: pointer;
    float: right;
    font-size: 8px;
    text-decoration: underline;
    margin-left: 3px;
}

.url-saved, .rejected   {
        color: #000000;
    font-size: 10px !important;
    font-weight: bold;
    text-decoration: none !important;
}

.clearboth      {       clear: both;    }

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

.menu-item      {
        float: left;
        margin-left: 30px;
        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;
}

.watchlist-icon {
        background-image: url("/static/images/watch.png");
    cursor: pointer;
    float: right;
    padding: 6px;
}

.on-watchlist   {
        background-position: 0 12px;
}