Skip to content

Commit

Permalink
css fix for followup_mod being too wide.
Browse files Browse the repository at this point in the history
  • Loading branch information
kotowicz committed Nov 24, 2011
1 parent 45620f9 commit d876c1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helpdesk/static/helpdesk/helpdesk.css
Expand Up @@ -153,13 +153,14 @@ td {
background-color: #bcd4ec;
}

div.followup, div.followup_mod {
div.followup {
width: 100%;
border-top: solid #666 1px;
padding:0 0 2px;
}

div.followup_mod {
width: auto;
border: solid #666 1px;
padding: 5px;
margin: 0px 0px 10px;
Expand Down

0 comments on commit d876c1b

Please sign in to comment.