Subversion Repositories SmartDukaan

Rev

Rev 13213 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13213 Rev 13229
Line 73... Line 73...
73
 
73
 
74
.nbs-flexisel-inner {
74
.nbs-flexisel-inner {
75
    overflow:hidden;
75
    overflow:hidden;
76
    float:left;
76
    float:left;
77
    width:100%;
77
    width:100%;
78
    background:#fcfcfc;
78
    background:#E7E7E7;
79
    background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* FF3.6+ */
-
 
80
    background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee)); /* Chrome,Safari4+ */
-
 
81
    background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Chrome10+,Safari5.1+ */
-
 
82
    background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Opera11.10+ */
-
 
83
    background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* IE10+ */
-
 
84
    background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%); /* W3C */
-
 
85
    border:1px solid #ccc;
79
    border:1px solid #ccc;
86
    border-radius:5px;
-
 
87
    -moz-border-radius:5px;
80
    -moz-border-radius:5px;
88
    -webkit-border-radius:5px;  
81
    -webkit-border-radius:5px;  
89
}
82
}
90
 
83
 
91
.nbs-flexisel-item {
84
.nbs-flexisel-item {