Browse Source

Remove custom progress bar css.

Julio Montoya 10 years ago
parent
commit
24d9b60671
1 changed files with 0 additions and 22 deletions
  1. 0 22
      main/css/base.css

+ 0 - 22
main/css/base.css

@@ -4427,28 +4427,6 @@ footer {
     margin:0;
 }
 
-.progress .bar {
-  font-weight: bold;
-  text-shadow: 0px 1px 1px rgba(0,0,0,1);
-}
-.progress {
-  text-align:center;
-  position: relative;
-  background: #98bede; /* Old browsers */
-  background: -moz-linear-gradient(top, #98bede 1%, #deefff 98%); /* FF3.6+ */
-  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#98bede), color-stop(98%,#deefff)); /* Chrome,Safari4+ */
-  background: -webkit-linear-gradient(top, #98bede 1%,#deefff 98%); /* Chrome10+,Safari5.1+ */
-  background: -o-linear-gradient(top, #98bede 1%,#deefff 98%); /* Opera 11.10+ */
-  background: -ms-linear-gradient(top, #98bede 1%,#deefff 98%); /* IE10+ */
-  background: linear-gradient(to bottom, #98bede 1%,#deefff 98%); /* W3C */
-  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98bede', endColorstr='#deefff',GradientType=0 ); /* IE6-9 */
-
-}
-.bar span {
-  position:absolute;
-  display: block;
-  width: 100%;
-}
 
 .ui-state-highlight_lp {
     border: 1px solid #FEAA18;