123456789101112131415161718192021222324 |
- .status {
- color:#555;
- }
- .x-progress.custom {
- height: 19px;
- border: 1px solid #686868;
- padding: 0 2px 0 2px;
- }
- .ext-strict .x-progress.custom {
- height: 17px;
- }
- .custom .x-progress-bar {
- height: 17px;
- border: none;
- border-top: 1px solid #fff;
- background: transparent url(images/custom-bar.gif) repeat-x !important;
- }
- .ext-strict .custom .x-progress-bar {
- height: 15px;
- }
|