Skip to content

Commit

Permalink
Reverting ill-judged 'annotation prefs' stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Rainer Simon committed Jun 25, 2018
1 parent 40eb382 commit 37652aa
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
11 changes: 0 additions & 11 deletions app/assets/stylesheets/document/annotation/_toolbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
.noselect();

ul.menu {
width:100%;
max-width:1024px;
height:100%;
position:relative;
}

ul, li {
Expand Down Expand Up @@ -47,14 +44,6 @@

}

li.preferences {
position:absolute;
right:0;
font-size:18px;
line-height:28px;
cursor:pointer;
}

.group {
padding-right:30px;
}
Expand Down
2 changes: 0 additions & 2 deletions app/views/document/annotation/tei.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ <h3>COLOR:</h3>
<li data-scheme="BY_TAG"><span class="label">BY FIRST TAG</span></li>
</ul>
</li>

<li class="icon preferences">&#xf013;</li>
</ul> <!-- .menu -->
</div> <!-- .header-toolbar -->

Expand Down
2 changes: 0 additions & 2 deletions app/views/document/annotation/text.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ <h3>@messages("document.annotation.text.toolbar.color")</h3>
</li>
</ul>
</li>

<li class="icon preferences">&#xf013;</li>
</ul> <!-- .menu -->
</div> <!-- .header-toolbar -->

Expand Down

0 comments on commit 37652aa

Please sign in to comment.