Skip to content

Commit

Permalink
reverted part of #102; no right align cause it breaks more complex st…
Browse files Browse the repository at this point in the history
…uff (#108) .. added some extra breaking in line with #101
  • Loading branch information
proycon committed Mar 2, 2017
1 parent 668c3d1 commit 5cd07f7
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions flat/style/flat.viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ div#info table {
table-layout:fixed;
}
div#info th {
width: 50%;
width: 44%;
font-weight: bold;
vertical-align: top;
}
Expand All @@ -172,16 +172,19 @@ div#info th span.setname {
word-wrap: break-word;
}
div#info td {
width: 49%;
width: 55%;
font-style: italic;
text-align: right;
}
.class {
color: #3323cd;
overflow-wrap: break-word;
word-wrap: break-word;
}
#info .text, #viewer .text {
font-style: italic;
color: #333;
overflow-wrap: break-word;
word-wrap: break-word;
}
.annotator {
font-style: italic;
Expand Down Expand Up @@ -224,7 +227,7 @@ div#info .id, div#viewer .id {
}

div.correction {
width: 90%;
width: 98%;
background: #d4e2e3;
border: 1px solid #fff;
padding: 2px;
Expand Down

0 comments on commit 5cd07f7

Please sign in to comment.