SideBySide2: Decrease width for laptops

The display was 64px too wide. Shrink widths to fit on laptop.

Change-Id: Ib62f813de84a93c533048c727c44a354cfe52257
This commit is contained in:
Shawn Pearce
2013-10-10 11:25:24 -07:00
committed by Michael Zhou
parent 545cca262e
commit 41e7159a75
2 changed files with 4 additions and 4 deletions

View File

@@ -47,8 +47,8 @@ limitations under the License.
.a, .b {
padding: 0;
}
.a { width: 734px; min-width: 734px; }
.b { width: 750px; min-width: 750px; }
.a { width: 702px; min-width: 702px; }
.b { width: 718px; min-width: 718px; }
.a .CodeMirror-scroll {
padding-right: 0;
}

View File

@@ -21,8 +21,8 @@ limitations under the License.
<ui:style>
.header {
position: relative;
width: 1484px;
min-width: 1484px;
width: 1420px;
min-width: 1420px;
}
.reviewed input {
margin: 0;