Jump to content

Increase size of TUnimEdit


Fábio Matte

Recommended Posts

How to leave the TUnimEdit bigger, because in the designe they are even getting a good size, but when it executes it is in fixed size.
 
And I've done via CSS that works perfectly the other details, but the size of the field is not getting good.
 
Does anyone know of any way to increase?
 
14kgxht.jpg
 

My CSS:

.AbasteceEdits {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
  font: normal normal bold 17px/normal "Trebuchet MS", Helvetica, sans-serif;
  color: rgb(0, 0, 10);
  text-align: center;
  text-indent: 2px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  letter-spacing: -1px;
  white-space: pre-line;
  background: #afd1ca;
  text-shadow: 4px 4px 6px rgba(0,0,0,0.5) ;
}
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...