Skip to content

Commit

Permalink
Fixed styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycalleri committed Jan 2, 2014
1 parent 25fcb77 commit e31d8af
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,11 @@ input::-webkit-inner-spin-button {
background-position: 0px -32px;
}

#data-widget-container
{
overflow: hidden;
}

#data-widget-button
{
background-image: url(../img/info-button.png);
Expand Down Expand Up @@ -352,6 +357,11 @@ input::-webkit-inner-spin-button {
font-weight: bold;
}

#status
{
display: none;
}

#drop
{
font-size: 14px;
Expand Down

0 comments on commit e31d8af

Please sign in to comment.