Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AdminBundle]update styling info text #1010

Merged
merged 1 commit into from
Mar 1, 2016

Conversation

LiesbethVanaerschot
Copy link

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets Form info text not styled correctly #257

screen shot 2016-02-16 at 14 05 51

.range + .input-group-addon,
.checkbox + .input-group-addon,
.radio + .input-group-addon,
.urlchooser + .input-group-addon{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can also be written like:

.range,
.checkbox,
.radio,
.urlchooser {
    & + .input-group-addon {
        ...
    }
}

@@ -137,10 +137,18 @@ input[type=range]:focus {
box-shadow: none;
}

.range + .input-group-addon {
margin-left: 0.4rem;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove leading 0's

jockri pushed a commit that referenced this pull request Mar 1, 2016
[AdminBundle]update styling info text
@jockri jockri merged commit efc32f8 into Kunstmaan:master Mar 1, 2016
@jockri jockri added this to the 3.5.1 milestone Mar 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants