Bug #5723
ke_troubletickets.css: layout mismatch in Opera 10.10
| Status: | New | Start date: | 2009-12-12 | ||
|---|---|---|---|---|---|
| Priority: | Must have | Due date: | |||
| Assignee: | Christos K. | % Done: | 90% |
||
| Category: | - | ||||
| Target version: | - | ||||
| Votes: | 0 |
Description
The "Responsible Select box" misses 1px in the height.
Solution:
ke_troubletickets.css (154)
.kett_sv_sboxb_in{
padding:3px 6px 6px 10px;
}
-->
.kett_sv_sboxb_in{
padding:3px 6px *5*px 10px;
}
or
ke_troubletickets.css (147)
.kett_sv_sbox_body {
height: 30px;
background:#E6EFEF none repeat scroll 0 0;
border-bottom:1px solid white;
border-right:1px solid white;
font-size:11px;
}
-->
.kett_sv_sbox_body {
height: 3*1*px;
background:#E6EFEF none repeat scroll 0 0;
border-bottom:1px solid white;
border-right:1px solid white;
font-size:11px;
}
History
Updated by Christian Buelter over 3 years ago
- Assignee set to Christos K.