how to increase font size in Jqgrid(free version )/Free jqGrid -


need on how increase font size in jqgrid(free version )/free jqgrid effect in parts of grid. ( add,edit,delete, search,view etc)

you can use following css change font-size of ( add, edit, delete, search, view).

.ui-jqdialog {     font-size: 20px !important; // use font size here } 

Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -