#459 wcag styles + now builds proprly

This commit is contained in:
krzysztofmadejski
2016-11-10 14:47:38 +00:00
parent 54e3824846
commit e9f6554eac
8 changed files with 44 additions and 15 deletions

26
dist/recline.css vendored
View File

@@ -219,6 +219,32 @@ div.data-table-cell-content-numeric > a.data-table-cell-edit {
.recline-read-only a.row-header-menu {
display: none;
}
/*************************
* WCAG 2.0
*************************/
.wcag_hide {
position:absolute;
top:0;
left:-10000px;
width:1px;
height:1px;
}
.wcag_hide2 {
clip: rect(1px, 1px, 1px, 1px);
display: block;
position: absolute;
}
.wcag_show_on_focus {
font-size: 0 !important;
}
.wcag_show_on_focus:focus {
font-size: 1em !important;
}
.recline-map .map {
height: 500px;
}