Active
Project:
Tarski
Version:
7.x-1.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 May 2011 at 13:08 UTC
Updated:
1 Jul 2012 at 20:17 UTC
Jump to comment: Most recent file
Despite setting the display to inline, field titles still display above the field value...
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Space_unwanted_in_Profile.jpeg | 52.2 KB | Québec |
Comments
Comment #1
logicbug commentedCorrected by adding the following to style.css I'm no expert on this, so there may be a better way.
.field {
font-size: 0.85em;
}
.field .field-label {
color: #808080;
display: inline-block;
font-weight: 700;
}
.field .field-items {
display: inline-block;
}
.field .field-item {
display: inline-block;
margin-right: 5px;
}
.field .field-item:after {
content: ",";
}
.field .field-item:last-child:after {
content: normal;
}
Comment #2
Québec commentedThanks for this one!
Works well.
I only used part of your code to keep the original settings for the font. Only changed the «font-weight» for «color».
If this can help anyone:
I'm still struggling with the «space» made by the user picture. I just dont see how to modify the css to erase the space in the profile category (see pict).
R.