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
79a34772
Commit
79a34772
authored
Nov 15, 2017
by
Jack
🐰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
force profile search dropdown auto width
parent
cc0e9a68
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
css/tad-civicrm.css
css/tad-civicrm.css
+20
-0
No files found.
css/tad-civicrm.css
View file @
79a34772
...
...
@@ -59,6 +59,7 @@ div.crm-container fieldset {
border
:
1px
solid
#bbb
;
margin
:
0
2px
;
padding
:
0.35em
0.625em
0.75em
;
min-width
:
0
;
}
.crm-container
fieldset
legend
{
...
...
@@ -127,6 +128,14 @@ div.crm-section {
float
:
none
;
}
/* 100% WIDTH for profile search textfields */
#crm-container
.crm-public
.CRM_Profile_Form_Search
.crm-block
input
[
type
=
"text"
],
#crm-container
.crm-public
.CRM_Profile_Form_Search
.crm-block
input
[
type
=
"password"
],
#crm-container
.crm-public
.CRM_Profile_Form_Search
.crm-block
input
[
type
=
"email"
],
#crm-container
.crm-public
.CRM_Profile_Form_Search
.crm-block
select
{
width
:
100%
;
}
/* 25% WIDTH for textfields */
#crm-container
.crm-public
.crm-block
input
[
type
=
"text"
],
#crm-container
.crm-public
.crm-block
input
[
type
=
"password"
],
...
...
@@ -195,6 +204,17 @@ div.crm-container input[type="checkbox"]+label ,div.crm-container input[type="ra
width
:
auto
;
}
/*/ PRICE SET CONTENT TO FIT INSIDE CONTAINER */
.price_set-section
.content
{
width
:
100%
;
}
/* force auto width on profile search option menu */
.select2-drop.select2-drop-above.select2-drop-active
{
width
:
auto
!important
;
}
@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