index.css 330 B

12345678910111213141516
  1. @import url("../static/vendor/codemirror/codemirror.css");
  2. @import url("../static/css/bootstrap.min.css");
  3. #jfContent {
  4. min-height: 200px;
  5. }
  6. .panel-title .x-xother {
  7. float: right;
  8. font-size: 12px;
  9. margin-top: 3px;
  10. color: blue;
  11. text-decoration: underline;
  12. }
  13. .panel-title .x-xother:hover {
  14. color:red;
  15. }