Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
extensions
cc.tadpole.csshelper
Commits
93d127aa
Commit
93d127aa
authored
Aug 30, 2017
by
Jack
🐰
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fixes' into 'master'
Fixes the discount module layout See merge request
!14
parents
c3d1897e
bc28f28d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
css/tad-civicrm.css
css/tad-civicrm.css
+9
-0
No files found.
css/tad-civicrm.css
View file @
93d127aa
...
...
@@ -171,11 +171,20 @@ div#crm-container.crm-container {
float
:
right
;
}
.cividiscount
#_qf_Main_reload
{
float
:
none
;
}
/* add padding to radio/checkbox label */
div
.crm-container
input
[
type
=
"checkbox"
]+
label
,
div
.crm-container
input
[
type
=
"radio"
]+
label
{
padding-left
:
7px
;
}
/* this is to correct the width of the discount module table*/
.crm-container
.cividiscount.form-layout-compressed
td
.label
,
.crm-container
table
.cividiscount.form-layout-compressed
{
width
:
auto
;
}
@media
(
max-width
:
640px
){
/* 100% WIDTH for textfields */
#crm-container
.crm-public
.crm-block
input
[
type
=
"text"
],
...
...
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