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

Commit

Permalink
fix copy trans css
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Jun 4, 2013
1 parent 5ac0aca commit d8895fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Expand Up @@ -3,7 +3,7 @@
xmlns:rich="http://richfaces.org/rich">

<f:facet name="header">#{messages['jsf.Help']}</f:facet>
<table cellspacing="5px">
<table cellspacing="5px" class="copy_trans_options_table">
<tr>
<td class="reject_action" width="8px"></td>
<td>
Expand Down
5 changes: 5 additions & 0 deletions zanata-war/src/main/webapp/resources/css/zanata.css
Expand Up @@ -956,6 +956,11 @@ select.headerInput

.copy_trans_options_table td {
padding: 5px 5px 5px 5px;
font-size:11px
}

.copy_trans_options_table th {
font-size:14px;
}

.copy_trans_options_table td.reject_action, .reject_action {
Expand Down

0 comments on commit d8895fc

Please sign in to comment.