Skip to content

Commit

Permalink
make history view less fugly
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Reitz authored and laullon committed Jul 24, 2011
1 parent 959c5a8 commit 3813be3
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions html/views/history/history.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,15 @@ a.servicebutton {
padding: 0.1em;
border: solid gray 1px;
-webkit-border-radius: 2px;
display: none;
}

.gravatar img {
width: 2.9em;
height: 2.9em;
max-height: 60px;
max-width: 60px;
display: none;
}

.property_name {
Expand All @@ -97,10 +99,9 @@ a.servicebutton {
}

#header p.subject {
font-size: 15px;
font-size: 13px;
padding: 5px;
float: none;
font-family: Menlo, Monaco;
}

#files {
Expand Down Expand Up @@ -139,7 +140,7 @@ a.servicebutton {
}

#details {
font-family: Monaco;
font-family: Menlo;
font-size: 10px;
overflow: hidden;
width: 600px;
Expand Down Expand Up @@ -268,12 +269,13 @@ a.showdiff {
}

#header p.name {
font-size: 15px;
font-size: 13px;
white-space: nowrap;
}

#header span.rol,p.time {
color: gray;

}

#header img.avatar {
Expand Down Expand Up @@ -309,12 +311,12 @@ a.showdiff {
-webkit-box-shadow: inset 0px 5px 5px #ccc;
width: 100%;
display: block;
padding-top: 20px;
padding-top: 10px;
overflow: auto;
}

#diffs table.diff {
-webkit-box-shadow: 5px 5px 5px #ccc;
-webkit-box-shadow:3px 3px 3px #ccc;
width: 98%;
margin: auto auto 20px 1%;
}
Expand Down

0 comments on commit 3813be3

Please sign in to comment.