Skip to content

Instantly share code, notes, and snippets.

@joeauty
Created February 1, 2011 22:14
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save joeauty/806829 to your computer and use it in GitHub Desktop.
#progressbars {
width:300px;
}
.yui3-progressbar {
margin-bottom:3px;
border: 2px solid #c4c4c4;
border-radius:5px;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
}
.yui3-progressbar .yui3-progressbar-content {
background-color:#fff;
position:relative;
/* width: 200px; */
}
.yui3-progressbar .yui3-progressbar-label {
position: absolute;
top:1px;
left:3px;
font-size:11px;
font-family:Arial,Helvetica,sans-serif;
}
.yui3-progressbar .yui3-progressbar-slider {
background-color:#e0bb30;
height: 15px;
line-height: 29px;
width: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment