You are here

progress.css in Lingotek Translation 7.4


div.lingotekProgress {
  background: url("progress-bar.png") no-repeat scroll 0 0 transparent;
  background-color: #66c;
  width: 98px;
  padding: 1px;
  text-align: center;
}

File

style/progress.css
View source
  1. div.lingotekProgress {
  2. background: url("progress-bar.png") no-repeat scroll 0 0 transparent;
  3. background-color: #66c;
  4. width: 98px;
  5. padding: 1px;
  6. text-align: center;
  7. }