-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
1,900 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,106 @@ | ||
body{padding-top:0;padding-bottom:20px}.body-content{padding-left:15px;padding-right:15px}input,select,textarea{max-width:280px}.carousel-caption p{font-size:20px;line-height:1.4}.btn-bracketed::before{display:inline-block;content:"[";padding-right:.5em}.btn-bracketed::after{display:inline-block;content:"]";padding-left:.5em}.carousel-inner .item img[src$=".svg"]{width:100%}@media screen and (max-width:767px){.carousel-caption{display:none}}.page-consent .client-logo{float:left}.page-consent .client-logo img{width:80px;height:80px}.page-consent .consent-buttons{margin-top:25px}.page-consent .consent-form .consent-scopecheck{display:inline-block;margin-right:5px}.page-consent .consent-form .consent-description{margin-left:25px}.page-consent .consent-form .consent-description label{font-weight:normal}.page-consent .consent-form{padding-left:16px}.consent-remember{padding-left:21px}.paddingright5px{padding-right:5px}.big_checkbox{width:30px !important;height:30px !important}.consent-title-spacing-top{margin-top:10px}.consent-title-spacing-bottom{margin-bottom:10px}.consent-middle{vertical-align:super}.logoutiframe{display:none;width:0;height:0} | ||
body { | ||
padding-top: 0; | ||
padding-bottom: 20px; | ||
} | ||
|
||
/* Wrapping element */ | ||
/* Set some basic padding to keep content from hitting the edges */ | ||
.body-content { | ||
padding-left: 15px; | ||
padding-right: 15px; | ||
} | ||
|
||
/* Set widths on the form inputs since otherwise they're 100% wide */ | ||
input, | ||
select, | ||
textarea { | ||
max-width: 280px; | ||
} | ||
|
||
/* Carousel */ | ||
.carousel-caption p { | ||
font-size: 20px; | ||
line-height: 1.4; | ||
} | ||
|
||
/* buttons and links extension to use brackets: [ click me ] */ | ||
.btn-bracketed::before { | ||
display:inline-block; | ||
content: "["; | ||
padding-right: 0.5em; | ||
} | ||
.btn-bracketed::after { | ||
display:inline-block; | ||
content: "]"; | ||
padding-left: 0.5em; | ||
} | ||
|
||
/* Make .svg files in the carousel display properly in older browsers */ | ||
.carousel-inner .item img[src$=".svg"] | ||
{ | ||
width: 100%; | ||
} | ||
|
||
/* Hide/rearrange for smaller screens */ | ||
@media screen and (max-width: 767px) { | ||
/* Hide captions */ | ||
.carousel-caption { | ||
display: none | ||
} | ||
} | ||
|
||
.page-consent .client-logo { | ||
float: left; | ||
} | ||
.page-consent .client-logo img { | ||
width: 80px; | ||
height: 80px; | ||
} | ||
.page-consent .consent-buttons { | ||
margin-top: 25px; | ||
} | ||
.page-consent .consent-form .consent-scopecheck { | ||
display: inline-block; | ||
margin-right: 5px; | ||
} | ||
.page-consent .consent-form .consent-description { | ||
margin-left: 25px; | ||
} | ||
.page-consent .consent-form .consent-description label { | ||
font-weight: normal; | ||
} | ||
.page-consent .consent-form { | ||
padding-left: 16px; | ||
} | ||
|
||
.consent-remember { | ||
padding-left: 21px; | ||
} | ||
|
||
|
||
.paddingright5px { | ||
padding-right: 5px; | ||
} | ||
|
||
.big_checkbox { | ||
width: 30px !important; | ||
height: 30px !important; | ||
} | ||
|
||
.consent-title-spacing-top { | ||
margin-top: 10px; | ||
} | ||
|
||
.consent-title-spacing-bottom { | ||
margin-bottom: 10px; | ||
} | ||
|
||
.consent-middle { | ||
vertical-align: super; | ||
} | ||
|
||
.logoutiframe { | ||
display: none; | ||
width:0; | ||
height: 0; | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
1,523 changes: 1,517 additions & 6 deletions
1,523
DeviceFlowWeb/wwwroot/js/vendor-validation.min.js
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.