db93d1ac9ffd179e8e70e2c98999c98fbb9efd5d markd Wed Apr 17 21:12:30 2024 -0700 added missing or outdated ENCODE files from the rr diff --git src/hg/htdocs/ENCODE/dataMatrix/chipMatrix.css src/hg/htdocs/ENCODE/dataMatrix/chipMatrix.css new file mode 100644 index 0000000..c8c4c63 --- /dev/null +++ src/hg/htdocs/ENCODE/dataMatrix/chipMatrix.css @@ -0,0 +1,15 @@ +/* Style sheet for ENCODE ChIP data matrix (overrides to main matrix CSS) */ + +#columnHeaders th { + height: 12em; +} + +.verticalText { + width: 10px; +} + +#spinner { + position: absolute; + left: 50%; + height: 35px; +}