Sha256: 0a63ab3cc79075aeeb697e5e968538bb09b0c8e10b1d79a7347d78ba52a52d3b

Contents?: true

Size: 759 Bytes

Versions: 4

Compression:

Stored size: 759 Bytes

Contents

/*!
 * Ext JS Library 3.3.1
 * Copyright(c) 2006-2010 Sencha Inc.
 * licensing@sencha.com
 * http://www.sencha.com/license
 */
.x-progress-wrap {
    border:1px solid;
    overflow:hidden;
}

.x-progress-inner {
    height:18px;
    background:repeat-x;
    position:relative;
}

.x-progress-bar {
    height:18px;
    float:left;
    width:0;
    background: repeat-x left center;
    border-top:1px solid;
    border-bottom:1px solid;
    border-right:1px solid;
}

.x-progress-text {
    padding:1px 5px;
    overflow:hidden;
    position:absolute;
    left:0;
    text-align:center;
}

.x-progress-text-back {
    line-height:16px;
}

.ext-ie .x-progress-text-back {
    line-height:15px;
}

.ext-strict .ext-ie7 .x-progress-text-back{
    width: 100%;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rwiki-0.2.4 public/resources/ext/css/structure/progress.css
rwiki-0.2.3 public/resources/ext/css/structure/progress.css
rwiki-0.2.2 public/resources/ext/css/structure/progress.css
rwiki-0.2.1 public/resources/ext/css/structure/progress.css