Skip to content

Commit

Permalink
Feature test fix since badges page moved; style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
lmorchard committed Oct 7, 2010
1 parent 8c5f587 commit a6c1c3b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/badges/features/badge_management.feature
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Feature: Badge creation and management
And a user named "user3" And a user named "user3"
And there are no existing badges And there are no existing badges
And the "create badge" page is at "/badges/create" And the "create badge" page is at "/badges/create"
And the "browse badges" page is at "/badges/" And the "browse badges" page is at "/badges/all/"


Scenario: Create a new badge Scenario: Create a new badge
Given I am logged in as "user1" Given I am logged in as "user1"
Expand Down
11 changes: 7 additions & 4 deletions media/css/main.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ form.uniForm input[type="submit"], form.login input[type="submit"] { font-size:1
background: #ddd; background: #ddd;
background: -moz-linear-gradient(center top, #fff, #e8e8e8) repeat scroll 0 0 transparent; background: -moz-linear-gradient(center top, #fff, #e8e8e8) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear,left top,left bottom,from(#fff), to(#e0e0e0)); background: -webkit-gradient(linear,left top,left bottom,from(#fff), to(#e0e0e0));
-moz-box-shadow: 2px 2px 2px #dedede; -moz-box-shadow: 2px 2px 2px #d0d0d0;
-webkit-box-shadow: 2px 2px 2px #dedede; -webkit-box-shadow: 2px 2px 2px #d0d0d0;
box-shadow: 2px 2px 2px #dedede; box-shadow: 2px 2px 2px #d0d0d0;
} }
a.button:hover { a.button:hover {
} }
Expand All @@ -109,7 +109,7 @@ a.button:hover {
.badge.full .image { width: 100%; text-align: center; background: #fff; } .badge.full .image { width: 100%; text-align: center; background: #fff; }
.badge.full .image img { margin: 1em; } .badge.full .image img { margin: 1em; }
.badge.full p.description { background: #fff; border-top: 4px solid #ddd; padding: 0.75em 0.75em 0.75em 0.75em; margin: 0; text-align: center; } .badge.full p.description { background: #fff; border-top: 4px solid #ddd; padding: 0.75em 0.75em 0.75em 0.75em; margin: 0; text-align: center; }
.badge.full .metadata { border-top: 4px solid #ddd; background: #ddd; text-align: center } .badge.full .metadata { border-top: 4px solid #e8e8e8; background: #e8e8e8; text-align: center }
.badge.full .metadata .creator { padding: 0.5em; margin: 0; } .badge.full .metadata .creator { padding: 0.5em; margin: 0; }
.badge.full .metadata .creator .fn { } .badge.full .metadata .creator .fn { }
.badge.full .metadata .tags { margin: 0.5em 0.5em 0 0 } .badge.full .metadata .tags { margin: 0.5em 0.5em 0 0 }
Expand All @@ -134,6 +134,9 @@ a.button:hover {
background: -moz-linear-gradient(center top, #fff, #e8e8e8) repeat scroll 0 0 transparent; background: -moz-linear-gradient(center top, #fff, #e8e8e8) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear,left top,left bottom,from(#fff), to(#e0e0e0)); background: -webkit-gradient(linear,left top,left bottom,from(#fff), to(#e0e0e0));
*/ */
-moz-box-shadow: 2px 2px 2px #d0d0d0;
-webkit-box-shadow: 2px 2px 2px #d0d0d0;
box-shadow: 2px 2px 2px #d0d0d0;
cursor: pointer; cursor: pointer;
} }


Expand Down

0 comments on commit a6c1c3b

Please sign in to comment.