Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
starter-theme
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
cwp
starter-theme
Commits
182cab0d
Commit
182cab0d
authored
Jun 06, 2017
by
Robbie Averill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FIX Override Bootstrap .hide definition for userforms formfields
parent
aa3f81fe
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
19 deletions
+12
-19
dist/css/main.css
dist/css/main.css
+5
-19
src/scss/components/forms.scss
src/scss/components/forms.scss
+7
-0
No files found.
dist/css/main.css
View file @
182cab0d
This diff is collapsed.
Click to expand it.
src/scss/components/forms.scss
View file @
182cab0d
...
...
@@ -47,6 +47,13 @@
margin-bottom
:
0
;
}
// CWP 1.6.0 recipe modification for userforms display rules bug
// NOTE: Can be removed after userforms 4.3.2 is included
// See: https://github.com/silverstripe/silverstripe-userforms/issues/607
.userform
.userformsstep.form-step
.field
.hide
{
display
:
inherit
!
important
;
}
// Grouped buttons, convert SilverStripe convention to BS
// Mimic BS .btn-toolbar;
// Offset the first child's margin
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment