Forum Index
Favorites
Hi Arun,
Can you add the code to the test page please so that I can resolve the issue please?
Many Thanks
Steve Knight
Hi,
I tried the code, but it does not see to be working as intended. Attached is the issue i face.
Is there anyway we can create another class like kk_CreateSearchBox-LeftTextBox without style but only functionality?
If you add the class kk_CreateSearchBox-LeftTextBox with kk_OnEnterSubmit and use the following style rules. This will reset the class to the default style.
.kk_Model .kk_QuestionControlWrapper.kk_TextboxContainer.kk_CreateSearchBox-LeftTextBox.kk_OnEnterSubmit input[type="text"] { border: 1px solid #bfc3c8; border-radius: 2px; padding: 5px; width: 96%; } .kk_Model .kk_QuestionControlWrapper.kk_TextboxContainer.kk_CreateSearchBox-LeftTextBox.kk_OnEnterSubmit .kk_QuestionText { padding: 5px 0.7% 0 0; width: 35%; } .kk_Model .kk_QuestionControlWrapper.kk_TextboxContainer.kk_CreateSearchBox-LeftTextBox.kk_OnEnterSubmit .kk_QuestionControl { width: 40%; } .kk_Model .kk_QuestionControlWrapper.kk_TextboxContainer.kk_CreateSearchBox-LeftTextBox.kk_OnEnterSubmit { clear: both; float: none; }
.kk_Model .kk_QuestionControlWrapper.kk_TextboxContainer.kk_CreateSearchBox-LeftTextBox.kk_OnEnterSubmit input[type="text"] { border: 1px solid #bfc3c8; border-radius: 2px; padding: 5px; width: 96%; }
.kk_Model .kk_QuestionControlWrapper.kk_TextboxContainer.kk_CreateSearchBox-LeftTextBox.kk_OnEnterSubmit .kk_QuestionText { padding: 5px 0.7% 0 0; width: 35%; }
.kk_Model .kk_QuestionControlWrapper.kk_TextboxContainer.kk_CreateSearchBox-LeftTextBox.kk_OnEnterSubmit .kk_QuestionControl { width: 40%; }
.kk_Model .kk_QuestionControlWrapper.kk_TextboxContainer.kk_CreateSearchBox-LeftTextBox.kk_OnEnterSubmit { clear: both; float: none; }