CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #5723

ke_troubletickets.css: layout mismatch in Opera 10.10

Added by Bastian Schreiber over 3 years ago. Updated over 2 years ago.

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;
}

screen.gif (24.2 kB) Bastian Schreiber, 2009-12-12 15:32

History

Updated by Christian Buelter over 3 years ago

  • Assignee set to Christos K.

Also available in: Atom PDF