summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn Pearce <sop@google.com>2013-11-21 19:00:10 -0800
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2013-11-22 03:54:37 +0000
commitbaa96457380b41d9ea32731dbade59d53da5f884 (patch)
treefc848890de914b798b33a2879a94e5a3e58c8be9
parent6b6262937f86c362ab1f7b114cdf031e4e829f17 (diff)
ChangeScreen2: Add one line padding below Historyv2.8-rc3
This prevents the "Press ? to view keyboard shortcuts" from being right up against the last message. Change-Id: I550ff3f942a5965231e850be0ad9d6123eb6648d (cherry picked from commit c737d282fa51f9d2cf8a451623c6a536c98feaec)
-rw-r--r--gerrit-gwtui/src/main/java/com/google/gerrit/client/change/ChangeScreen2.ui.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/gerrit-gwtui/src/main/java/com/google/gerrit/client/change/ChangeScreen2.ui.xml b/gerrit-gwtui/src/main/java/com/google/gerrit/client/change/ChangeScreen2.ui.xml
index 9f9bdcee81..49883ee34c 100644
--- a/gerrit-gwtui/src/main/java/com/google/gerrit/client/change/ChangeScreen2.ui.xml
+++ b/gerrit-gwtui/src/main/java/com/google/gerrit/client/change/ChangeScreen2.ui.xml
@@ -29,6 +29,10 @@ limitations under the License.
@def INFO_WIDTH 450px;
@def HEADER_HEIGHT 29px;
+ .cs2 {
+ margin-bottom: 1em;
+ }
+
.headerLine {
position: relative;
background-color: trimColor;
@@ -258,7 +262,7 @@ limitations under the License.
}
</ui:style>
- <g:HTMLPanel>
+ <g:HTMLPanel styleName='{style.cs2}'>
<g:HTMLPanel styleName='{style.headerLine}' ui:field='headerLine'>
<div class='{style.idBlock}'>
<c:StarIcon ui:field='star' styleName='{style.star}'/>