Skip to content

Commit

Permalink
FC-3040 fix bootstrap CSS conflicts with cfdump on Railo/Lucee in webtop
Browse files Browse the repository at this point in the history
  • Loading branch information
justincarter committed Nov 5, 2015
1 parent dab4a25 commit 93a8c91
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions webtop/css/webtop7.css
Original file line number Diff line number Diff line change
Expand Up @@ -1379,6 +1379,21 @@ select, textarea, input[type="text"], input[type="password"], input[type="dateti
}


/* fix railo/lucee cfdump output */
.-railo-dump .label {
border-radius: 0;
color: black;
display: derp;
font-size: 11px;
font-weight: normal;
}
.-railo-dump td .label {
display: table-cell;
}
.-railo-dump .label span.nowrap {
display: inline;
}


/* fix br clear */
br[style*="clear:both"] {
Expand Down

0 comments on commit 93a8c91

Please sign in to comment.