maybe tag (and other taxonomy) set to inline display by default ?
(but not in omega-visuals.css - in any other css)

CommentFileSizeAuthor
2.jpg8.05 KBprotools

Comments

fubhy’s picture

The CSS part of Omega (predefined styles) is not done yet. We are sill working on that. We are very cautious about what to include in the styles that ship with Omega because one of the things that we really care about is to keep Omega as lightweight and assumption-free as possible. Therefore the process of building a proper Toolset of Omega styles is quite a tough one.

fubhy’s picture

himerus is in charge of the CSS and jbeach is probably going to influence it pretty much too so we should wait for those two to decide about all the CSS related questions. However, I believe that both of them are occupied with other stuff right now and don't have that much time for this at the moment. Stay tuned!

protools’s picture

will wait

himerus’s picture

Assigned: Unassigned » himerus

I agree on this one.. my current test environment doesn't have any terms included. I'll add some in, and style those appropriately... thank you.

recidive’s picture

Here's how I did it in my theme:

.field-type-taxonomy-term-reference .field-item {
  display: inline;
  margin: 0 1em 0 0;
}

I also added some margin-bottom to all fields:

.field {
  margin-bottom: 1em;
}
fubhy’s picture

Status: Active » Needs work
protools’s picture

yes and standard display in field display ( Label inline) don't work

recidive’s picture

@protools: is there an issue for the field display problem? If not, can you post one?

himerus’s picture

I'm working on the inline field/label display now, as I've finally come to it in my own development... I don't see a separate issue for it, so I'm creating one here: http://drupal.org/node/1202708

protools’s picture

Status: Needs work » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.