Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Rauch committed Feb 23, 2012
1 parent cf89ce9 commit 4575b89
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
Binary file added css/ui-selene/images/lines.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions css/ui-selene/jquery-ui-1.8.17.custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -952,15 +952,15 @@ table.ui-datepicker-calendar td {

/* jQuery UI Progressbar */
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value { margin-top: 1px; height:95%; }
.ui-progressbar.green .ui-progressbar-value{
background: #b8d5a8;
.ui-progressbar .ui-progressbar-value { margin-top: 1px; height:95%; background-image: url('images/lines.png') }
.ui-progressbar .ui-progressbar-value{
background-color: #89cc00 ;
}

.ui-progressbar.blue .ui-progressbar-value{
background: #a6c0d3;
background-color: #4e8ff3 ;
}


/* Other Stuff */
input.text{border: 1px solid #999; box-shadow: 0 1px 4px rgba(0,0,0,.2) inset; padding: .6em; font-size: 12px}
input.text:hover{border: 1px solid #666}
Expand Down
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ <h3><a href="#">Third</a></h3>
<h2 class="demoHeaders">Progressbar</h2>
<p><div class="progressbar"></div></p>
<p><div class="progressbar blue"></div></p>
<div class="progressbar green"></div>
</div><!-- .component -->

<div class="clear">
Expand Down

0 comments on commit 4575b89

Please sign in to comment.