⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

some problems with fonts and visualization



peterf
  • profile picture
  • Member

Posted 11 March 2013 - 18:29 PM

Hi. I have some problems with font:

when i edit a field, characters enters in field have cutted at the top and at the bottom.

How i can change font dimensions?

How i can change font?

 

In Internet Explorer the horizontal scroll bar don't show!

 

Thank you very much.

 

 

 


peterf
  • profile picture
  • Member

Posted 11 March 2013 - 19:30 PM

I add a picture

 


peterf
  • profile picture
  • Member

Posted 12 March 2013 - 12:19 PM

nobody have same problems with text-fields cutted? :wacko:

It's my browser?

I use Mozilla Firefox 19.9.2


victor
  • profile picture
  • Member

Posted 12 March 2013 - 18:12 PM

maybe you have own css which has conflict whith CG css file


peterf
  • profile picture
  • Member

Posted 12 March 2013 - 18:31 PM

maybe you have own css which has conflict whith CG css file

 

How i can check this? I can do anything? How i can delete my own css in conflict with grocerycrud?

I have tried with another computer, with Firefox and IExplorer, and the result is the same.

Thank you very much.


peterf
  • profile picture
  • Member

Posted 13 March 2013 - 07:16 AM

i can modify some .css files of grocery?

Which file i can modify for change size of font in the grid and in the edit box?


victor
  • profile picture
  • Member

Posted 13 March 2013 - 07:23 AM

do you use any another css file on that page
or you use example view?

heruprambadi
  • profile picture
  • Member

Posted 13 March 2013 - 07:32 AM

i've had experience the same problem. it because you write wrong code on your controller. can you show your controller ? so i can help you maybe.


peterf
  • profile picture
  • Member

Posted 13 March 2013 - 09:27 AM

Thank you.

I have solved the problem of "clipping" text. Another file have included a tag with another style.

The code is very simple, like a various examples in this site.

Sorry for this mistake.

But the problem with Microsoft Internet Explorer remains.

Horizontal sliding bar for tables with many fields do not appears, and it show only first part of table.


peterf
  • profile picture
  • Member

Posted 14 March 2013 - 08:02 AM

do you use any another css file on that page
or you use example view?

i used the example (employees)

in file  'our_template.php'


Sanjay Pant
  • profile picture
  • Member

Posted 13 May 2013 - 15:53 PM

The cutting of text in GC forms usually occurs when you are using some additional css files to meet other requirements. I use Mozilla Firefox and Google chrome as my browsers and realised that this problem occurs only with Mozilla. As a quickfix I changed height:20px; to height:30px; in flexigrid.css and datagrid.css

 

The changed blocks would appear like this:-

 

.flexigrid div.form-div input[type=text], .flexigrid div.form-div input[type=password]
{
...
height:30px;
...
}

 

.datatables div.form-div input[type=text], .datatables div.form-div input[type=password]
{
....
height:30px;
....
}