Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fix bug with old editor space syntax highlighting widths problems
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebrooker committed May 22, 2015
1 parent c08bbac commit 0696d5a
Show file tree
Hide file tree
Showing 22 changed files with 41 additions and 69 deletions.
4 changes: 1 addition & 3 deletions php/6.1.1/assets/css/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -1055,9 +1055,7 @@ a.downloadLink {
position: relative !important;
bottom: 6px !important;
display: inline-block;
width: 3px;
margin: 0 2px;
border-bottom: 2px solid rgba(0, 0, 0, 0.2) !important;
border-bottom: 2px solid rgba(0, 0, 0, 0.15) !important;
}

/**
Expand Down
2 changes: 1 addition & 1 deletion php/6.1.1/assets/css/application.min.css

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions php/6.1/assets/css/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -1055,9 +1055,7 @@ a.downloadLink {
position: relative !important;
bottom: 6px !important;
display: inline-block;
width: 3px;
margin: 0 2px;
border-bottom: 2px solid rgba(0, 0, 0, 0.2) !important;
border-bottom: 2px solid rgba(0, 0, 0, 0.15) !important;
}

/**
Expand Down
2 changes: 1 addition & 1 deletion php/6.1/assets/css/application.min.css

Large diffs are not rendered by default.

13 changes: 5 additions & 8 deletions php/6.1/assets/sass/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Removes some of the styling on the page-level splitters
}

.transUnitCol .sourceContentsContainer {
padding-bottom: 1.8em !important;
padding-bottom: .7em !important;
}

.transUnitCol .buttons {
Expand Down Expand Up @@ -105,7 +105,7 @@ Removes some of the styling on the page-level splitters
padding: 0 !important;
margin: 0 !important;
position: relative;
min-height: 3.9em;
// min-height: 3.9em;
}

.sourceContentsContainer > .g--tight + .g--tight {
Expand Down Expand Up @@ -184,9 +184,7 @@ Removes some of the styling on the page-level splitters

// Bookmark icon bar
.transUnitCol:first-child > ul > li:nth-of-type(3) {
padding-left: .75em;
padding-bottom: 0.3em;
margin-top: -1.8em;
padding: .2em .75em;
}

.transUnitCol:first-child > ul > li:nth-of-type(3) > a {
Expand Down Expand Up @@ -731,6 +729,7 @@ td.RejectedStateDecoration div div div
background: transparent !important;
line-height: 1.6 !important;
font-size: 1em !important;
min-height: 0 !important;
}

/* this is to NOT display cursor in source panel*/
Expand Down Expand Up @@ -1160,9 +1159,7 @@ a.downloadLink
position: relative !important;
bottom: 6px !important;
display: inline-block;
width: 3px;
margin: 0 2px;
border-bottom: 2px solid rgba(0,0,0,.2) !important;
border-bottom: 2px solid rgba(0,0,0,.15) !important;
}

@import "standard";
4 changes: 1 addition & 3 deletions php/7/assets/css/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -1055,9 +1055,7 @@ a.downloadLink {
position: relative !important;
bottom: 6px !important;
display: inline-block;
width: 3px;
margin: 0 2px;
border-bottom: 2px solid rgba(0, 0, 0, 0.2) !important;
border-bottom: 2px solid rgba(0, 0, 0, 0.15) !important;
}

/**
Expand Down
2 changes: 1 addition & 1 deletion php/7/assets/css/application.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion php/7/assets/js/script.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! zanata-assets - v0.1.0 - 2015-05-06
/*! zanata-assets - v0.1.0 - 2015-05-22
* https://github.com/lukebrooker/zanata-proto
* Copyright (c) 2015 Red Hat; Licensed MIT */
;(function () {
Expand Down
2 changes: 1 addition & 1 deletion php/7/assets/js/script.min.js

Large diffs are not rendered by default.

13 changes: 5 additions & 8 deletions php/7/assets/sass/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Removes some of the styling on the page-level splitters
}

.transUnitCol .sourceContentsContainer {
padding-bottom: 1.8em !important;
padding-bottom: .7em !important;
}

.transUnitCol .buttons {
Expand Down Expand Up @@ -105,7 +105,7 @@ Removes some of the styling on the page-level splitters
padding: 0 !important;
margin: 0 !important;
position: relative;
min-height: 3.9em;
// min-height: 3.9em;
}

.sourceContentsContainer > .g--tight + .g--tight {
Expand Down Expand Up @@ -184,9 +184,7 @@ Removes some of the styling on the page-level splitters

// Bookmark icon bar
.transUnitCol:first-child > ul > li:nth-of-type(3) {
padding-left: .75em;
padding-bottom: 0.3em;
margin-top: -1.8em;
padding: .2em .75em;
}

.transUnitCol:first-child > ul > li:nth-of-type(3) > a {
Expand Down Expand Up @@ -731,6 +729,7 @@ td.RejectedStateDecoration div div div
background: transparent !important;
line-height: 1.6 !important;
font-size: 1em !important;
min-height: 0 !important;
}

/* this is to NOT display cursor in source panel*/
Expand Down Expand Up @@ -1160,9 +1159,7 @@ a.downloadLink
position: relative !important;
bottom: 6px !important;
display: inline-block;
width: 3px;
margin: 0 2px;
border-bottom: 2px solid rgba(0,0,0,.2) !important;
border-bottom: 2px solid rgba(0,0,0,.15) !important;
}

@import "standard";
2 changes: 1 addition & 1 deletion php/dev/assets/js/script.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! zanata-assets - v0.1.0 - 2015-05-06
/*! zanata-assets - v0.1.0 - 2015-05-22
* https://github.com/lukebrooker/zanata-proto
* Copyright (c) 2015 Red Hat; Licensed MIT */
;(function () {
Expand Down
2 changes: 1 addition & 1 deletion php/dev/assets/js/script.min.js

Large diffs are not rendered by default.

15 changes: 5 additions & 10 deletions php/dev/assets/sass/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Removes some of the styling on the page-level splitters
}

.transUnitCol .sourceContentsContainer {
padding-bottom: 1.8em !important;
padding-bottom: .7em !important;
}

.transUnitCol .buttons {
Expand Down Expand Up @@ -182,11 +182,6 @@ Removes some of the styling on the page-level splitters
margin: 0 !important;
}

// Translation source
.transUnitCol:first-child > ul > li:nth-of-type(3) {
padding-bottom: 0.7em;
}

// Bookmark icon bar
.transUnitCol:first-child > ul > li:nth-of-type(3) {
padding: .2em .75em;
Expand Down Expand Up @@ -734,7 +729,7 @@ td.RejectedStateDecoration div div div
background: transparent !important;
line-height: 1.6 !important;
font-size: 1em !important;
min-height: none !important;
min-height: 0 !important;
}

/* this is to NOT display cursor in source panel*/
Expand Down Expand Up @@ -1127,12 +1122,12 @@ a.downloadLink
}

// Editor background
.translatorEditorContainer div:nth-of-type(2) > table,
.translatorEditorContainer div:nth-of-type(3) > div {
.translatorEditorContainer > div:nth-of-type(2) > table,
.translatorEditorContainer > div:nth-of-type(3) > div {
background: transparent !important;
}

.translatorEditorContainer div:nth-of-type(3) > div >div:first-child {
.translatorEditorContainer > div:nth-of-type(3) > div >div:first-child {
overflow: hidden;
}

Expand Down
12 changes: 4 additions & 8 deletions php/master/assets/css/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Removes some of the styling on the page-level splitters
}

.transUnitCol .sourceContentsContainer {
padding-bottom: 1.8em !important;
padding-bottom: .7em !important;
}

.transUnitCol .buttons {
Expand All @@ -91,7 +91,6 @@ Removes some of the styling on the page-level splitters
padding: 0 !important;
margin: 0 !important;
position: relative;
min-height: 3.9em;
}

.sourceContentsContainer > .g--tight + .g--tight {
Expand Down Expand Up @@ -167,9 +166,7 @@ Removes some of the styling on the page-level splitters
}

.transUnitCol:first-child > ul > li:nth-of-type(3) {
padding-left: .75em;
padding-bottom: 0.3em;
margin-top: -1.8em;
padding: .2em .75em;
}

.transUnitCol:first-child > ul > li:nth-of-type(3) > a {
Expand Down Expand Up @@ -673,6 +670,7 @@ td.RejectedStateDecoration div div div {
background: transparent !important;
line-height: 1.6 !important;
font-size: 1em !important;
min-height: 0 !important;
}

/* this is to NOT display cursor in source panel*/
Expand Down Expand Up @@ -1057,9 +1055,7 @@ a.downloadLink {
position: relative !important;
bottom: 6px !important;
display: inline-block;
width: 3px;
margin: 0 2px;
border-bottom: 2px solid rgba(0, 0, 0, 0.2) !important;
border-bottom: 2px solid rgba(0, 0, 0, 0.15) !important;
}

/**
Expand Down
2 changes: 1 addition & 1 deletion php/master/assets/css/application.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion php/master/assets/js/script.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! zanata-assets - v0.1.0 - 2015-05-06
/*! zanata-assets - v0.1.0 - 2015-05-22
* https://github.com/lukebrooker/zanata-proto
* Copyright (c) 2015 Red Hat; Licensed MIT */
;(function () {
Expand Down
2 changes: 1 addition & 1 deletion php/master/assets/js/script.min.js

Large diffs are not rendered by default.

13 changes: 5 additions & 8 deletions php/master/assets/sass/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Removes some of the styling on the page-level splitters
}

.transUnitCol .sourceContentsContainer {
padding-bottom: 1.8em !important;
padding-bottom: .7em !important;
}

.transUnitCol .buttons {
Expand Down Expand Up @@ -105,7 +105,7 @@ Removes some of the styling on the page-level splitters
padding: 0 !important;
margin: 0 !important;
position: relative;
min-height: 3.9em;
// min-height: 3.9em;
}

.sourceContentsContainer > .g--tight + .g--tight {
Expand Down Expand Up @@ -184,9 +184,7 @@ Removes some of the styling on the page-level splitters

// Bookmark icon bar
.transUnitCol:first-child > ul > li:nth-of-type(3) {
padding-left: .75em;
padding-bottom: 0.3em;
margin-top: -1.8em;
padding: .2em .75em;
}

.transUnitCol:first-child > ul > li:nth-of-type(3) > a {
Expand Down Expand Up @@ -731,6 +729,7 @@ td.RejectedStateDecoration div div div
background: transparent !important;
line-height: 1.6 !important;
font-size: 1em !important;
min-height: 0 !important;
}

/* this is to NOT display cursor in source panel*/
Expand Down Expand Up @@ -1160,9 +1159,7 @@ a.downloadLink
position: relative !important;
bottom: 6px !important;
display: inline-block;
width: 3px;
margin: 0 2px;
border-bottom: 2px solid rgba(0,0,0,.2) !important;
border-bottom: 2px solid rgba(0,0,0,.15) !important;
}

@import "standard";
4 changes: 1 addition & 3 deletions src/assets/css/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -1055,9 +1055,7 @@ a.downloadLink {
position: relative !important;
bottom: 6px !important;
display: inline-block;
width: 3px;
margin: 0 2px;
border-bottom: 2px solid rgba(0, 0, 0, 0.2) !important;
border-bottom: 2px solid rgba(0, 0, 0, 0.15) !important;
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/script.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! zanata-assets - v0.1.0 - 2015-05-06
/*! zanata-assets - v0.1.0 - 2015-05-22
* https://github.com/lukebrooker/zanata-proto
* Copyright (c) 2015 Red Hat; Licensed MIT */
;(function () {
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/script.min.js

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions src/assets/sass/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1159,9 +1159,7 @@ a.downloadLink
position: relative !important;
bottom: 6px !important;
display: inline-block;
width: 3px;
margin: 0 2px;
border-bottom: 2px solid rgba(0,0,0,.2) !important;
border-bottom: 2px solid rgba(0,0,0,.15) !important;
}

@import "standard";

0 comments on commit 0696d5a

Please sign in to comment.