-
5 Nov 2012 2:13 AM #1
Unanswered: Neptune theme number field issue
Unanswered: Neptune theme number field issue
While using the Neptune Theme the icons beside the number field are placed at top right of the form field,but the functionality of the icons are same at that wrong position also.Other icons are placed at its right position.
ext neptune theme.png
I want to place the icons at its correct position.Code:.x-form-trigger::after { position: absolute; top: 5px; left: 6px; width: 11px; height: 11px; content: ""; background: url('../../resources/themes/images/neptune/triggerfield.png') no-repeat; }Swarnendu
Co-founder & Lead Architect @ Innofied
------------------
I blog at http://www.swarnendude.com
-
7 Nov 2012 8:21 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,714
- Vote Rating
- 436
- Answers
- 3113
Have you changed the CSS to move it?
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
8 Nov 2012 12:05 AM #3
Please check the screenshot below:
ext neptune.png
But as I add top and left property, except these two icons ("up"/"down"), all other icons get aligned according to their parent container. But these two icons get aligned to the FormPanel body. Following is the code:
Now the main issue is: if you check the screenshot below, you will see - with left, top enabled, the DIV element is positioned correctly but the Background Images positions get disturbed.Code:.x-form-trigger::after { position: absolute; // top: 0px; // left: 0px; width: 11px; height: 11px; content: ""; background: url('../../resources/themes/images/neptune/triggerfield.png') no-repeat; }
neptune_selected_field.jpg
What styles can be applied here?Swarnendu
Co-founder & Lead Architect @ Innofied
------------------
I blog at http://www.swarnendude.com
-
18 Nov 2012 5:59 AM #4
I have the same issue.
I suppose it's a bug.



Reply With Quote