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 »
  • 3.0 Release Testing »
  • CSS suggestions
Pages: [1]

Author Topic: CSS suggestions  (Read 2652 times)

lcdweb

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1620
  • Karma: 116
    • www.lcdservices.biz
  • CiviCRM version: many versions...
  • CMS version: Joomla/Drupal
  • MySQL version: 5.1+
  • PHP version: 5.2+
CSS suggestions
August 19, 2009, 08:54:35 am
civicrm.css, line 80

currently:

Code: [Select]
#crm-container select {
border:1px solid #494949;
font-weight:bold;
vertical-align:middle;
}

change to:

Code: [Select]
#crm-container select {
border:1px solid #999999;
vertical-align:middle;
}

and change line 91, border style to #999999 to match.

Reasoning:
1) there's no reason to bold the select dropdown text. It makes it difficult to read, especially if there are a lot of select boxes on a page.
2) just visual preference, but I think the lighter border color is easier on the eyes.
support CiviCRM through 'make it happen' initiatives!
http://civicrm.org/mih

lcdweb

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1620
  • Karma: 116
    • www.lcdservices.biz
  • CiviCRM version: many versions...
  • CMS version: Joomla/Drupal
  • MySQL version: 5.1+
  • PHP version: 5.2+
Re: CSS suggestions
August 19, 2009, 09:10:30 am
there's a lot of bolded field text throughout that's unnecessary and makes things look clunky.
support CiviCRM through 'make it happen' initiatives!
http://civicrm.org/mih

Michał Mach

  • Ask me questions
  • ****
  • Posts: 748
  • Karma: 59
    • CiviCRM site
  • CiviCRM version: latest
  • CMS version: Drupal and Joomla latest
  • MySQL version: numerous
  • PHP version: 5.3 and 5.2
Re: CSS suggestions
August 20, 2009, 05:05:09 am
Hey Brian,

Agreed when it comes to the border - changed it in rev23363.

However, with bold text in selects - the idea behind it, since the screen contains really a lot of different elements (many fields, labels, etc) was to distinguish parts of it which represent data. That's why bold text in inputs and selects. IMHO, that's actually makes the screen a bit more readable. Let me know what you think.

Thx,
m
Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

My absolute favourite: Wordpress Integration!.

Donate Now!

lcdweb

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1620
  • Karma: 116
    • www.lcdservices.biz
  • CiviCRM version: many versions...
  • CMS version: Joomla/Drupal
  • MySQL version: 5.1+
  • PHP version: 5.2+
Re: CSS suggestions
August 20, 2009, 05:25:52 am
it's a personal preference thing, i guess.

I like it without the bold. we're doing a better job of distinguishing the label text through background shading and borders, and all data values reside in a field box, so I don't think the additional bolding is necessary. for whatever reason, i find it hard on the eyes -- particularly in the select boxes.

but it could be just me.
support CiviCRM through 'make it happen' initiatives!
http://civicrm.org/mih

Michał Mach

  • Ask me questions
  • ****
  • Posts: 748
  • Karma: 59
    • CiviCRM site
  • CiviCRM version: latest
  • CMS version: Drupal and Joomla latest
  • MySQL version: numerous
  • PHP version: 5.3 and 5.2
Re: CSS suggestions
August 20, 2009, 06:26:33 am
When I think about it, it's true - bold field contents was introduced in prototypes, when there was no background. While my personal preference is still to keep it bold, I started looking at the screen in a bit more holistic way and I think it needs some final touch. For example, I don't like fieldset nested within accordion - too many "frames in frames" - it could use some simplification. On that occasion we might drop or keep bold field contents. Could be good to reach out to broader group for opinions, maybe a quick discussion within advisory group?

Thx,
m
Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

My absolute favourite: Wordpress Integration!.

Donate Now!

lcdweb

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1620
  • Karma: 116
    • www.lcdservices.biz
  • CiviCRM version: many versions...
  • CMS version: Joomla/Drupal
  • MySQL version: 5.1+
  • PHP version: 5.2+
Re: CSS suggestions
August 20, 2009, 06:42:41 am
Good idea. I threw it on the agenda for our next mtg and will bring it up.
Naturally I'll keep my biases out of the discussion...  ;D
support CiviCRM through 'make it happen' initiatives!
http://civicrm.org/mih

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 3.0 Release Testing »
  • CSS suggestions

This forum was archived on 2017-11-26.