Some modification needed for Features Notepad - question to Xavier

3 posts

This topic was posted in the Francuski forum.

Hello, Xavier! I would like to discuss the following.

Sometimes when the data is long, the size of the Features Notepad is not enough as the data becomes truncated (see the attached screenshot)! So is it possible to make the Features Notepad be sensitive to such an issue? (if the data is long, it would automatically adjust to the size of the data)



Secondly, in my opinion Engraver is not the same as Designer, so when we want to specify the Designer of a coin type - we just have to put in this info to "Engraver" textfield and this is misleading. My suggestion is to add also such textfields as "Obverse Designer", "Reverse Designer" + it would be nice to also add such textfield as "Mint Director" (e.g. on Norwegian, Danish, French coins, etc. there are privy marks which correspond to the relative Mint Director who was in charge of the coin type minting process and we in most cases know their names and can specify. What do you think about it? Thank you, Alex
Xavier, with this 4 more instructions it would work, but it's CSS3...

.infos_techniques {
[...]
background-image: url("bloc_haut.jpg"), url("bloc_bas.jpg"), url("bloc_milieu.jpg") ;
background-position: top, bottom, center;
background-repeat: no-repeat, no-repeat, repeat;
height:100%;
}


Lilian
Lilian
like this, it's better :

.infos_techniques {
[...]
height:100%;
background: url('bloc.jpg') no-repeat;
background: url("bloc_haut.jpg") no-repeat top, url("bloc_bas.jpg") no-repeat bottom, url("bloc_milieu.jpg") repeat center;
}
Lilian

» Forum policy

Used time zone is UTC+2:00.
Current time is 11:51.