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

Commit

Permalink
Implement padding top and botton for each row in translation unit
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Nov 21, 2011
1 parent 00df0df commit 1dae9a2
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,8 @@ Removes some of the styling on the page-level splitters

td.TableEditorCell {
border-top: 1px solid #e0e0e0;
padding-top:10px;
padding-bottom:10px;
}

td.TableEditorCell-Source {
Expand All @@ -296,7 +298,6 @@ tr.TableEditorRow.highlighted td.TableEditorCell {
background-color: #f1f2f6; */

border-color: #AAA;
border-bottom: 1px solid #AAA;
}

tr.TableEditorRow.highlighted td.TableEditorCell-Source {
Expand Down Expand Up @@ -349,6 +350,7 @@ tr.TableEditorRow.selected {
tr.TableEditorRow.selected td.TableEditorCell {
border-top: 3px solid #666666;
border-bottom: 3px solid #666666;

}

tr.TableEditorRow.selected td.TableEditorCell-Source {
Expand Down

0 comments on commit 1dae9a2

Please sign in to comment.