Skip to content

Commit

Permalink
More work on layout on small screens.
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebina committed Oct 29, 2015
1 parent a967dc2 commit f1d9377
Showing 1 changed file with 9 additions and 16 deletions.
25 changes: 9 additions & 16 deletions frameworks/tei-custom/css/edit.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,25 +70,11 @@ TEI:-oxy-large {
padding: 2em;
padding-top: 0em;
font-family:verdana, arial, helvetica, sans-serif;
counter-reset: nCounter;
width:90%;
min-width:300px;
counter-reset: nCounter pCounter example appendix;
width:80%;
}


body {
min-width:200px;
counter-reset: pCounter;
}
text {
counter-reset:example;
}


back {
counter-reset:appendix;
}

p {
line-height:1.5em;
}
Expand Down Expand Up @@ -225,10 +211,17 @@ margin-left:4px;
margin-right:1px;
}



ptr[target]:after {
content: oxy_getSomeText(attr(target), 60, true)!important;
}

@media (max-width:600px){
ptr[target]:after {
content: oxy_getSomeText(attr(target), 30, true)!important;
}
}


/* EXAMPLES */
Expand Down

0 comments on commit f1d9377

Please sign in to comment.