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.
  • Diff rendering mode:
  • inline
  • side by side

swtr/static/css/swtmaker.css

5.annotorious-editor {5.annotorious-editor {
6 min-width: 250px;6 min-width: 250px;
7}7}
8#header {
9 z-index: 1;
10}
8.annotorious-editor-text {11.annotorious-editor-text {
9 font-size: 12px;12 font-size: 12px;
10 min-height: 35px;13 min-height: 35px;