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
0488c773
Commit
0488c773
authored
Nov 19, 2017
by
Jack
🐰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove border from default civi submit button
parent
dfc38607
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
css/tad-civicrm.css
css/tad-civicrm.css
+4
-0
No files found.
css/tad-civicrm.css
View file @
0488c773
...
...
@@ -30,6 +30,7 @@
/* SUBMIT BUTTON STYLE */
#crm-container
span
.crm-button
{
padding
:
0
;
border
:
none
;
}
#crm-container
.crm-button
.crm-form-submit
,
#crm-profile-block
>
div
.crm-submit-buttons
>
a
{
padding
:
15px
;
...
...
@@ -88,12 +89,15 @@ 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
;
box-sizing
:
border-box
;
height
:
2.5em
;
}
/* PROVIDE SUFFICIENT SPACE TO THE LEFT PAYMENT PAGE COLUMNS */
...
...
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