Updating recline-slickgrid form labels to pass accessibility test

This commit is contained in:
Janette Day
2015-03-11 12:08:55 -07:00
parent 350573a325
commit 469d9479a4
6 changed files with 26 additions and 15 deletions

View File

@@ -87,8 +87,11 @@
vertical-align: top;
}
.recline-query-editor label {
display:none;
/* label for screen reader */
.recline-query-editor .form-inline label {
position: absolute;
top:0;
left:-9999px
}
/**********************************************************
@@ -159,7 +162,8 @@
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 0px;
border-top-right-radius: 0px;
border-top-right-radius: 0px;
height: 34px;
}
.recline-pager .pagination > li:last-child > a {
@@ -167,6 +171,7 @@
border-top-right-radius: 4px;
border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
height: 34px;
}
/**********************************************************