You are here

config-form.css in HTML Purifier 7

Same filename and directory in other branches
  1. 6.2 config-form.css
  2. 6 config-form.css
  3. 7.2 config-form.css
.hp-config {}

.hp-config a {text-decoration: underline;}
.hp-config a label {cursor: pointer;}
.hp-config th {text-transform: none;}
.hp-config td label {margin-right: 0.3em;}
.hp-config label {display: inline;}
.hp-config tbody th {text-align:right; padding-right:0.5em; width:40%;}
.hp-config thead {display:none;}
.hp-config .namespace {background:#EDF1F3;}
.hp-config .namespace th {text-align:center;}
.hp-config .verbose {display:none;}
.hp-config textarea {width:100%; max-width:30em; border:1px solid #CCC;}
.hp-config input {border:1px solid #CCC;}

File

config-form.css
View source
  1. .hp-config {}
  2. .hp-config a {text-decoration: underline;}
  3. .hp-config a label {cursor: pointer;}
  4. .hp-config th {text-transform: none;}
  5. .hp-config td label {margin-right: 0.3em;}
  6. .hp-config label {display: inline;}
  7. .hp-config tbody th {text-align:right; padding-right:0.5em; width:40%;}
  8. .hp-config thead {display:none;}
  9. .hp-config .namespace {background:#EDF1F3;}
  10. .hp-config .namespace th {text-align:center;}
  11. .hp-config .verbose {display:none;}
  12. .hp-config textarea {width:100%; max-width:30em; border:1px solid #CCC;}
  13. .hp-config input {border:1px solid #CCC;}