Skip to content

Commit 3813be3

Browse files
Kenneth Reitzlaullon
authored andcommitted
make history view less fugly
1 parent 959c5a8 commit 3813be3

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

html/views/history/history.css

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,15 @@ a.servicebutton {
7474
padding: 0.1em;
7575
border: solid gray 1px;
7676
-webkit-border-radius: 2px;
77+
display: none;
7778
}
7879

7980
.gravatar img {
8081
width: 2.9em;
8182
height: 2.9em;
8283
max-height: 60px;
8384
max-width: 60px;
85+
display: none;
8486
}
8587

8688
.property_name {
@@ -97,10 +99,9 @@ a.servicebutton {
9799
}
98100

99101
#header p.subject {
100-
font-size: 15px;
102+
font-size: 13px;
101103
padding: 5px;
102104
float: none;
103-
font-family: Menlo, Monaco;
104105
}
105106

106107
#files {
@@ -139,7 +140,7 @@ a.servicebutton {
139140
}
140141

141142
#details {
142-
font-family: Monaco;
143+
font-family: Menlo;
143144
font-size: 10px;
144145
overflow: hidden;
145146
width: 600px;
@@ -268,12 +269,13 @@ a.showdiff {
268269
}
269270

270271
#header p.name {
271-
font-size: 15px;
272+
font-size: 13px;
272273
white-space: nowrap;
273274
}
274275

275276
#header span.rol,p.time {
276277
color: gray;
278+
277279
}
278280

279281
#header img.avatar {
@@ -309,12 +311,12 @@ a.showdiff {
309311
-webkit-box-shadow: inset 0px 5px 5px #ccc;
310312
width: 100%;
311313
display: block;
312-
padding-top: 20px;
314+
padding-top: 10px;
313315
overflow: auto;
314316
}
315317

316318
#diffs table.diff {
317-
-webkit-box-shadow: 5px 5px 5px #ccc;
319+
-webkit-box-shadow:3px 3px 3px #ccc;
318320
width: 98%;
319321
margin: auto auto 20px 1%;
320322
}

0 commit comments

Comments
 (0)