Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
cc.tadpole.csshelper
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
extensions
cc.tadpole.csshelper
Commits
81db5914
Commit
81db5914
authored
Nov 19, 2017
by
Jack
🐰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
border box and height update to fix input fields being truncated
parent
0488c773
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
css/tad-civicrm.css
css/tad-civicrm.css
+7
-1
No files found.
css/tad-civicrm.css
View file @
81db5914
...
...
@@ -89,13 +89,19 @@ div.crm-section {
}
/* MODIFY HEIGHt and WIDTH OF TEXT INPUT FIELDS */
/* ADDED BORDER BOX SIZING AND UPDATED HEIGHT TO ACCOMODATE CHANGE */
#crm-container
.crm-public
.crm-block
input
[
type
=
"text"
],
#crm-container
.crm-public
.crm-block
input
[
type
=
"password"
],
#crm-container
.crm-public
.crm-block
input
[
type
=
"email"
],
#crm-container
.crm-public
.crm-block
select
{
font-size
:
0.85em
;
padding
:
2px
5px
0
;
}
/* ADDED BORDER BOX SIZING AND UPDATED HEIGHT TO ACCOMODATE CHANGE */
#crm-container
.crm-public
input
[
type
=
"text"
],
#crm-container
.crm-public
input
[
type
=
"password"
],
#crm-container
.crm-public
input
[
type
=
"email"
],
#crm-container
.crm-public
select
{
box-sizing
:
border-box
;
height
:
2.5em
;
}
...
...
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