Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
Fixing bug 606051: URL Slug not hidden by default
Browse files Browse the repository at this point in the history
  • Loading branch information
gkoberger committed Nov 3, 2010
1 parent 98fd7e8 commit abecd4a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion media/css/zamboni/zamboni.css
Original file line number Diff line number Diff line change
Expand Up @@ -2611,11 +2611,13 @@ label > .optional {

#id_slug {
border-left: 0;
display: none;
}
#id_slug:focus {
outline: 0;
}
#slug_edit {
display: none;
}
#slug_edit span {
border: 1px solid #5875A0;
border-right:0;
Expand All @@ -2627,6 +2629,7 @@ label > .optional {
color: #888;
}
#slug_value {
font-weight: bold;
color: #222;
}

Expand Down

0 comments on commit abecd4a

Please sign in to comment.