forked from open-indy/Koa11y
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
31c3e67
commit 4adcae3
Showing
16 changed files
with
75 additions
and
850 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,103 +1,3 @@ | ||
|
||
// App specific styles | ||
.navbar-header .applicationTitle | ||
font-family: 'balooregular', 'lato', sans-serif | ||
font-size: 30px | ||
vertical-align: middle | ||
|
||
#imagealts | ||
height: 86px | ||
font-family: monospace | ||
font-size: 12px | ||
|
||
#output-btn | ||
border: 0px | ||
margin: 0px | ||
padding: 0px | ||
button | ||
border-top-left-radius: 0px | ||
border-bottom-left-radius: 0px | ||
ul | ||
right: 2px | ||
left: auto | ||
min-width: 86px | ||
|
||
#standard | ||
left: auto | ||
|
||
#button-row .btn-sm | ||
vertical-align: -11px | ||
|
||
.notifications, | ||
#results | ||
position: fixed | ||
bottom: 0px | ||
left: 50% | ||
width: 95% | ||
margin: 0px auto | ||
transform: translateX(-50%) | ||
z-index: 9 | ||
h4 | ||
margin: -2px 0px 2px | ||
|
||
.outputFolderIcon | ||
top: -31px | ||
left: -14px | ||
background: #FFF | ||
padding: 4px 0px 0px 6px | ||
cursor: pointer | ||
|
||
.folderPicker | ||
padding-right: 36px | ||
|
||
#button-badges .disabled | ||
cursor: pointer | ||
pointer-events: auto | ||
|
||
#imageAltsModal | ||
position: fixed | ||
top: 0px | ||
right: 0px | ||
bottom: 0px | ||
left: 0px | ||
background: rgba(0, 0, 0, 0.6) | ||
overflow: auto | ||
z-index: 1090 | ||
.modal-dialog | ||
position: relative | ||
.modal-body | ||
height: 100% | ||
min-height: 250px | ||
max-height: 500px | ||
text-align: center | ||
overflow: auto | ||
p | ||
font-size: 23px | ||
|
||
#imageAltsThumbs | ||
img | ||
max-width: 200px | ||
max-height: 200px | ||
border: 1px solid #CCC | ||
border-radius: 4px | ||
padding: 3px | ||
&:hover | ||
background: #333 | ||
div[data-imgnum] | ||
display: inline-block | ||
max-width: 200px | ||
margin: 15px 20px | ||
text-align: center | ||
.btn | ||
margin: 0px 10px | ||
cursor: pointer | ||
&:focus | ||
outline: 0px | ||
&.disabled | ||
pointer-events: all | ||
-webkit-filter: saturate(0) | ||
|
||
@media (min-width: 768px) | ||
#imageAltsModal .modal-dialog | ||
width: calc(100% - 70px) |
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 |
---|---|---|
|
@@ -14,7 +14,6 @@ html | |
body | ||
+bmp0 | ||
width: 100% | ||
padding-top: 57px | ||
|
||
input[type="color"] | ||
+bmp0 | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.