lib/qless/server/static/css/docs.css in qless-0.9.2 vs lib/qless/server/static/css/docs.css in qless-0.9.3

- old
+ new

@@ -10,11 +10,10 @@ -------------------------------------------------- */ body { position: relative; padding-top: 90px; background-color: #fff; - background-image: url(../img/grid-18px-masked.png); background-repeat: repeat-x; background-position: 0 40px; } /* Faded out hr */ @@ -814,6 +813,27 @@ /* Update subnav container */ .subnav-fixed .nav { width: 1168px; /* 2px less to account for left/right borders being removed when in fixed mode */ } +} + +/* For proper failed job display*/ +.l-sidebyside { + overflow:auto; +} + +.l-sidebyside > * { + display:inline-block; + *display: inline; + *zoom: 1; +} + +.failed-job > .min-col-size { + min-width: 395px; +} + +.failed-job .row { + margin-left:0; + margin-right:10px; + height: 30px; }