What im trying to achive is that all components are aligned to the left ( red line )
But as you can see checkboxes and radiobuttons has some strange padding even tho padding itself is set to 0.
Can anyone help me with this one?
Seeing your tags I'm assuming you are using the FMX framework. This can be achieved by right clicking the Checkbox in design time > Click Edit Default Style > Click on the little box and set the "Align" property to left. The same applies to the radio button. Lastly close the Style Designer tab and click Yes to save the changes.
I am using Material theme in sublime text3 and it's perfect except the menu bar as it is white. How can I change it to dark color?
check my screenshot for brief understanding
I have made a custom keyboard in ios. I am using UITextChecker to check the spelling of entered word in textDocumentProxy on space bar click.
Now my problem is that I have to put a red dotted line under the wrong word on space bar click.
For instance, I want the text that sits on top of my SearchBar here to be white. The prompt is hardly readable right now.
I have a bunch of controls that start off hidden. When the Options button is clicked, the controls are displayed in a drop down box with a border. On Chrome, when the box is expanded, it looks like the left hand border is pushing the right hand border out of alignment with the button.
The drop down look like this:
See http://jsfiddle.net/Qs2zp/ for the code for this example.
If I remove the left hand border, the right hand border falls into place
See http://jsfiddle.net/Qs2zp/1/ for the example without the left hand border.
I am not able to reproduce this problem in Firefox or IE.
Has anyone else ever seen anything like this before?
Thanks
Is this acceptable? The CSS I added is in #controls-title and .options-dropdown-expanded. I basically set a left padding on the title bar that gets removed when the dropdown is expanded so that the left border doesn't shift the title bar to the right when it appears. I also set a -2px right margin when the dropdown is expanded so that the right border pops in rather than jutting out.