Superficial styling on feed chooser dialog for new users.

This commit is contained in:
Samuel Clay 2010-09-28 19:23:13 -04:00
parent a76719bb97
commit 33763bffa1

View file

@ -685,8 +685,15 @@ a img {
color: #FFF;
}
#NB-progress.NB-progress-error {
height: 120px;
}
#NB-progress.NB-progress-error .NB-progress-title {
font-size: 18px;
}
#NB-progress.NB-progress-error .NB-progress-link {
display: block;
font-size: 18px;
}
#NB-progress.NB-progress-error .NB-progress-bar {
display: none;