[TYPO3-templavoila] Need users opinion
Denyerec
denyerec at gmail.com
Wed Mar 3 11:51:28 CET 2010
On Wed, 03 Mar 2010 09:41:22 -0000, Dmitry Dulepov
<dmitry.dulepov+t3ml at gmail.com> wrote:
> - isn't it an overhead to have a "Tag" column? HTML tag is always
> visible in the "Content" column, so that "Tag" column does not look like
> a useful addition
I think it is unnecessary overhead. Highlighting the tag in the adjacent
column seems like a good idea though, just to give it a little more
prominence.
> - do tag images look out of general Backend style to you? They look very
> foregign to me. They are "modern", "cool" and whatever but they are of
> totally different style
Yes, they look out of place. More conservative icons would be appropriate,
or pretty much anything that fits better with the 4.4 BE palette. You
could achieve such a thing with:
<span class="marker-anchor">A</span>
.marker-anchor {
color: #fff; background-color: #E2A74F;
border: 1px solid #BC7812;
padding: 1px 8px;
font-size: 12px; font-weight: bold; }
Etc. to save on downloading multiple images. Colours would obviously have
to be chosen to fit with the BE aesthetic.
Regards,
Denyer
-----
http://gallery.denyerec.co.uk
http://www.flickr.com/denyerec
More information about the TYPO3-project-templavoila
mailing list