Skip to content

Commit

Permalink
Tweaked the cloud player ui a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
mnutt committed Aug 18, 2009
1 parent 2b484f0 commit 63f8792
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Binary file modified public/images/cloud/fade-bottom.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/cloud/header-fade.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/cloud/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/cloud/player-bg.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/cloud/search-bg.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/cloud/search.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions public/stylesheets/cloud/player.css
Expand Up @@ -15,12 +15,12 @@ body {
right: 220px;
top: 9px;
font-size: 12px;
color: white;
color: #333;
}

#login a {
outline: 0;
color: white;
color: #333;
text-decoration: none;
}

Expand Down Expand Up @@ -853,8 +853,8 @@ table {

#create-playlists {
position : absolute;
bottom: 0px;
left: 0px;
bottom: 5px;
left: 5px;
right: 0px;
height: 24px;
padding-top: 2px;
Expand Down Expand Up @@ -898,14 +898,14 @@ table {
#q {
-moz-border-radius : 9px;
padding: 3px 25px 2px 5px;
border: 1px solid #aaa;
border: 1px solid #666;
position: absolute;
right: 10px;
top: 5px;
width: 170px;
color: #777;
color: #DDD;
font-size: 12px;
background: white url(../../images/cloud/search-bg.png) no-repeat 100% 0;
background: #888 url(../../images/cloud/search-bg.png) no-repeat 100% 0;
}

#q:focus {
Expand All @@ -919,7 +919,7 @@ table {
right: 0;
height: 32px;
border-bottom: 1px solid #aaa;
background-color: #2A2A2A;
background: #888 url(../../images/cloud/fade-bottom.png) repeat-x 0 0;
-webkit-background-size: 100% 100%;
padding: 0em 0em 0 0em;
-moz-user-select : none;
Expand All @@ -932,7 +932,7 @@ table {
left: 0;
right: 0;
border-top: 1px solid #aaa;
background-color: #555;
background-color: #888;
background-image: url(../../images/cloud/fade-bottom.png);
background-position: 100% 0;
-webkit-background-size: 100% 100%;
Expand Down

0 comments on commit 63f8792

Please sign in to comment.