mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2024-12-13 18:31:10 +01:00
css fix for followup_mod being too wide.
This commit is contained in:
parent
45620f96d0
commit
d876c1be13
@ -153,13 +153,14 @@ td {
|
|||||||
background-color: #bcd4ec;
|
background-color: #bcd4ec;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.followup, div.followup_mod {
|
div.followup {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-top: solid #666 1px;
|
border-top: solid #666 1px;
|
||||||
padding:0 0 2px;
|
padding:0 0 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.followup_mod {
|
div.followup_mod {
|
||||||
|
width: auto;
|
||||||
border: solid #666 1px;
|
border: solid #666 1px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin: 0px 0px 10px;
|
margin: 0px 0px 10px;
|
||||||
|
Loading…
Reference in New Issue
Block a user