Skip to content

Commit ba362e5

Browse files
committed
Hide duplicated crap in right pane
1 parent fb7d2b2 commit ba362e5

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

Resources/html/views/history/history.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ body {
88
font-size: 12px;
99
padding-left: 5px;
1010
padding-right: 5px;
11+
display: none;
1112
}
1213

1314
#commit_header tr {
@@ -16,12 +17,18 @@ body {
1617

1718
#authorTable {
1819
margin: -4px;
20+
display: none;
21+
}
22+
23+
#mxcl {
24+
display: none;
1925
}
2026

2127
#rightcontent {
2228
position: absolute;
2329
right: 5px;
2430
top: 5px;
31+
display: none;
2532
}
2633

2734
#buttons {
@@ -57,13 +64,15 @@ a.servicebutton:hover {
5764

5865
border: solid gray 1px;
5966
-webkit-border-radius: 2px;
67+
display: none;
6068
}
6169

6270
.gravatar img {
6371
width: 2.9em;
6472
height: 2.9em;
6573
max-height: 60px;
6674
max-width: 60px;
75+
display: none;
6776
}
6877

6978
.property_name {
@@ -203,6 +212,7 @@ a {
203212
margin-right: 20px;
204213
padding-bottom: 5px;
205214
font-size: 90%;
215+
display: none;
206216
}
207217

208218
#files .diffstat-info {
@@ -318,3 +328,7 @@ div.renamed
318328
#notification_message .confirm {
319329
color: green;
320330
}
331+
332+
hr {
333+
display: none;
334+
}

Resources/html/views/history/index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@
1717
<body>
1818
<div id="commit">
1919
<div id="rightcontent">
20-
<div id="buttons">
21-
22-
</div>
20+
<div id="buttons"></div>
2321
</div>
2422

25-
<table>
23+
<table id="mxcl">
2624
<tr>
2725
<td width="50%">
2826
<table>

0 commit comments

Comments
 (0)