jqGrid + twitter bootstrap (2.1.0): navbar changes style

后端 未结 1 369
刺人心
刺人心 2020-12-18 10:32

I am trying to figure out how to fix this problem but I don\'t seem to be able to find a solution.

I am using jqGrid 4.4.1 (jQuery UI 1.8.23) and I\'ve just started

相关标签:
1条回答
  • 2020-12-18 11:08

    I think you should includes additional CSS styles like

    input.ui-pg-input {
        width: auto;
        padding: 0px;
        margin: 0px;
        line-height: normal
    }
    select.ui-pg-selbox {
        width: auto;
        padding: 0px;
        margin: 0px;
        line-height: normal
    }
    

    ​see http://jsfiddle.net/ZHRaD/14/

    UPDATED: The demo from the answer show how to use Font Awesome icons. It's probably what you wanted to have.

    0 讨论(0)
提交回复
热议问题