Commit 773873d02cba6681070ade191f43712695501287

  • avatar
  • arvind
  • Sat Aug 30 23:26:19 IST 2014
Fix issue of nav-bar becoming unusable after a user comes to linked data
page.
svg element is too big and is all over the place.
Hack: add z-index to nav-bar makes the nav-bar usable.
TODO: fix the hack.
  
55.annotorious-editor {
66 min-width: 250px;
77}
8#header {
9 z-index: 1;
10}
811.annotorious-editor-text {
912 font-size: 12px;
1013 min-height: 35px;