Skip to content

Commit

Permalink
[bug 758722] Make questions/new more visual
Browse files Browse the repository at this point in the history
Make the icons on the "questions/new" page larger and reformat the
product list to float for better visibility.
  • Loading branch information
rehandalal committed Jun 7, 2012
1 parent 8d17475 commit 0c9f032
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions media/css/questions.css
Expand Up @@ -1237,7 +1237,8 @@ form div.attachments-upload img {
}

#ask-question ul.select-one {
font-size: 18px;
font-family: Georgia, serif;
font-size: 20px;
margin: 0.5em 0 1em;
}

Expand Down Expand Up @@ -1274,31 +1275,37 @@ form div.attachments-upload img {


#ask-question ul.products li {
padding-left: 45px;
float: left;
height: 44px;
padding: 53px 0 53px 150px;
width: 220px;
}

#ask-question ul.products span {
color: #6d7581;
display: block;
font-size: 14px;
font-size: 15px;
}

.desktop-icon,
.beta-icon,
.beta-icon {
background: transparent url(../img/logos.large.sprite.png) no-repeat 0 0px;
}

.mobile-icon {
background: transparent url(../img/logos.sprite.png) no-repeat 0 6px;
background: transparent url(../img/logos.large.sprite.png) no-repeat 0 -450px;
}

.home-icon {
background: transparent url(../img/logos.sprite.png) no-repeat 0 -142px;
background: transparent url(../img/logos.large.sprite.png) no-repeat 0 -600px;
}

.sync-icon {
background: transparent url(../img/logos.sprite.png) no-repeat 0 -298px;
background: transparent url(../img/logos.large.sprite.png) no-repeat 0 -300px;
}

.other-icon {
background: transparent url(../img/logos.sprite.png) no-repeat 0 -442px;
background: transparent url(../img/logos.large.sprite.png) no-repeat 0 -150px;
}


Expand Down
Binary file added media/img/logos.large.sprite.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0c9f032

Please sign in to comment.