You are here

jsonlog.admin.css in JSONlog 7.2

Same filename and directory in other branches
  1. 7 jsonlog.admin.css

JSONlog module.

File

jsonlog.admin.css
View source
  1. /**
  2. * @file
  3. * JSONlog module.
  4. */
  5. /* Don't make table ridiculously wide */
  6. fieldset#edit-jsonlog table.sticky-header,
  7. fieldset#edit-jsonlog table.sticky-table {
  8. display: table-cell;
  9. border-top: 0;
  10. border-right: 0;
  11. border-left: 0;
  12. }
  13. div.form-item.form-type-textfield.form-item-jsonlog-truncate > input {
  14. text-align: right;
  15. }
  16. div.form-item label > small {
  17. font-weight: normal;
  18. font-size: 0.9em;
  19. }
  20. div.fieldset-description {
  21. padding-bottom: 1em;
  22. }
  23. table.jsonlog-entry-example {
  24. margin-top: 0.5em;
  25. margin-bottom: 1.5em;
  26. }
  27. div.form-item.form-item-jsonlog-test-filing {
  28. display: inline-block;
  29. padding: 0.8em 0.8em 1em 1em;
  30. margin-top: 0.5em;
  31. margin-bottom: 1em;
  32. background-color: #777;
  33. }
  34. div.form-item.form-item-jsonlog-test-filing label {
  35. color: #FFF;
  36. }
  37. div.form-item.form-item-jsonlog-test-filing div.description {
  38. display: inline;
  39. margin-left: 0.5em;
  40. color: #EEE;
  41. }