Files
gitx/html/views/commit/commit.css
T
Pieter de Bie 23bb1658d9 WIP: Prettify the diff display by using rounded corners
This wraps each changed file in its own rounded box, making
the diff display easier to the eye :)
2008-11-26 17:44:49 +01:00

69 lines
947 B
CSS

body {
padding: 0px;
margin: 0px;
margin-top: 20px;
}
#title {
padding: 2px;
padding-left: 5px;
border-bottom: 1px solid black;
margin: 0px;
font-weight: 500;
background-color: #ECF3FD;
font-size: 100%;
position: fixed;
top: 0px;
width: 100%;
}
#state {
margin-left: 20px;
margin-right: 20px;
margin-top: 40px;
text-align: center;
font-size: 200%;
padding: 20px;
width: auto;
background-color: #B4D7FF;
border: 2px solid #45A1FE;
-webkit-border-radius: 10px;
}
.floatright {
float: right;
}
pre {
margin-top: 0;
}
table.diff {
margin-top: 0;
}
#notification {
margin-top: 30px;
}
.diff a.stagebutton {
display: block;
width: 40px;
padding: 0 2px 0 2px;
margin-bottom: 4px;
margin-right: 10px;
border: 1px solid #3465a4;
background-color: #cce5ff;
color: #204a87;
font-family: 'Lucida Grande';
font-size: 80%;
text-decoration: none;
text-align: center;
-webkit-border-radius: 2px;
float: left;
}