WebCommitView: Use a notification to display errors

This should give GitX some more consistency. Also, it will
give us a basis to build further changes on.
This commit is contained in:
Pieter de Bie
2008-10-21 22:46:33 +02:00
parent bd097b0eff
commit b1e3dd2212
7 changed files with 77 additions and 50 deletions
+17 -2
View File
@@ -5,7 +5,7 @@ body {
}
#title {
padding: 0px;
padding: 2px;
padding-left: 5px;
border-bottom: 1px solid black;
margin: 0px;
@@ -13,7 +13,22 @@ body {
background-color: #ECF3FD;
font-size: 100%;
position: fixed;
font-family: Helvetica;
top: 0px;
width: 100%;
}
.floatright {
float: right;
}
pre {
margin-top: 0;
}
table.diff {
margin-top: 0;
}
#notification {
margin-top: 30px;
}