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 51b687499d..756eef7623 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 @@ -54,6 +54,8 @@ limitations under the License. position: absolute; top: 0; right: 3px; + height: HEADER_HEIGHT; + line-height: HEADER_HEIGHT; } .infoLine { @@ -64,6 +66,13 @@ limitations under the License. padding-left: 25px; } + .infoLineHeaderButtons { + display: inline-block; + height: HEADER_HEIGHT; + line-height: HEADER_HEIGHT; + vertical-align: top; + min-width: 200px; + } .statusRight { position: absolute; top: 0; @@ -72,6 +81,8 @@ limitations under the License. } .starChangeStatus { display: inline-block; + position: relative; + height: HEADER_HEIGHT; width: 325px; } .star { @@ -296,7 +307,7 @@ limitations under the License.