Skip to content

Commit

Permalink
Merge pull request #1 from ctalau/fix-icon-pos
Browse files Browse the repository at this point in the history
Removed some fixes for a past version of Web Author
  • Loading branch information
georgebina authored Feb 28, 2017
2 parents 3ab90cb + 296d57e commit 5cc3ba7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
10 changes: 0 additions & 10 deletions frameworks/tei-custom/css/edit.css
Original file line number Diff line number Diff line change
Expand Up @@ -567,16 +567,6 @@ list > item:last-child:after(10) {
/* WEBAPP specific */

@media oxygen AND (platform:"webapp") {

/* Fix actions position */
ref:after(8),
ptr:after(8){
position:relative;
bottom:-4px;
}
/* End - Fix actions position */


ref:-oxy-edit:after(10),
ptr:-oxy-edit:after(10) {

Expand Down
15 changes: 0 additions & 15 deletions frameworks/tei-custom/css/sideNotes.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,3 @@ note > * {
note:-oxy-edit > * {
display:inline;
}






@media oxygen AND (platform:"webapp") {
note:before(100) {
position:relative;
bottom:-4px;
}



}

0 comments on commit 5cc3ba7

Please sign in to comment.