Commit dc1fb039 authored by Chris Graham's avatar Chris Graham
Browse files

Fixed MANTIS-4736 (Box titles may not align correctly - part 2)

parent c667cb73
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1518,8 +1518,8 @@ td>.box, .right .box:first-child:last-child, .left .box:first-child:last-child {

	/* .box_inner set us in the wrong position, so fiddle around a bit to move us back to be flush */
	margin: -5px 0 5px -5px;
	padding: 0.4em 0.8em 0.4em 0.3em;
	width: calc(100% - 0.8em - 0.3em + 10px);
	padding: 0.4em 5px 0.4em 5px;
	width: 100%;
}
.box_inner>h2>.right .button_screen {
	vertical-align: top;