new MainController, empty artist result fix

This commit is contained in:
Hipster Hitman
2011-04-09 17:02:28 +04:00
parent 2f611742ba
commit 861bb9c69b
11 changed files with 79 additions and 24 deletions
-1
View File
@@ -1 +0,0 @@
Hello, World!
+15 -1
View File
@@ -74,4 +74,18 @@ body {
background-image: url(/images/play.png);
width: 31px;
height: 30px;
margin: 0 0.3em 0 0;
margin: 0 0.3em 0 0;
}
.search {
width: 100%;
text-align: center;
}
.search #name {
border: 1px solid ##bdbdbd;
background: #555555;
color: #ffffff;
font-size: 1.1em;
}