CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 4.5 Release Testing »
  • Minor layout issue in Word Replacements form
Pages: [1]

Author Topic: Minor layout issue in Word Replacements form  (Read 266 times)

lsmithgo

  • I post occasionally
  • **
  • Posts: 82
  • Karma: 2
    • Soirees at Breinton
  • CiviCRM version: 4.5 beta 7
  • CMS version: Joomla 3.3.3
  • MySQL version: MySQLi 5.5.37-percona-sure1-log
  • PHP version: PHP 5.3.28
Minor layout issue in Word Replacements form
August 29, 2014, 04:24:48 am
Check boxes are slightly mis-aligned - see 'replacements-before.jpg'

Removing the float:left in the relevant css cures this

Code: [Select]
.radio input[type="radio"], .checkbox input[type="checkbox"] {
/* float: left; */
margin-left: -20px;
}

See replacements-after

I will post a pull-request (when I've learnt how!) to add this customisation to joomla.css:

Code: [Select]
.crm-container input[type="checkbox"] {
float: none;
}​

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 4.5 Release Testing »
  • Minor layout issue in Word Replacements form

This forum was archived on 2017-11-26.