Files
gitx/html/views/history/history.css
T
Pieter de Bie b1e3dd2212 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.
2008-10-21 22:48:50 +02:00

111 lines
1.4 KiB
CSS

body {
font-family: 'Lucida Grande';
}
#commit_header {
width: 100%;
font-size: 12px;
}
#commit_header td {
padding-left: 5px;
}
#rightcontent {
float: right;
}
#buttons {
float: left;
margin-top: 5px;
}
a.servicebutton{
display: block;
width: 80px;
padding: 2px;
margin-bottom: 4px;
border: 1px solid #3465a4;
background-color: #cce5ff;
color: #204a87;
font-size: 65%;
text-decoration: none;
text-align: center;
-webkit-border-radius: 2px;
}
#gravatar {
margin: 5px;
padding: 2px;
width: 60px;
height: 60px;
border: solid gray 1px;
-webkit-border-radius: 2px;
}
.property_name {
width: 50px;
color:#7F7F7F;
text-align: right;
font-weight: bold;
}
#message {
font-family: Monaco;
margin: 5px;
margin-left: 20px;
width: auto;
font-size: 12px;
}
#details {
font-family: Monaco;
font-size: 10px;
overflow: hidden;
width: 600px;
}
hr {
border: 0;
height: 1px;
margin: 0 8px;
background-color: #DEDEDE;
clear: both;
}
a {
color: rgb(20, 79, 174);
}
a.showdiff {
text-decoration: none;
font-size: 1.3em;
}
.refs {
font-size: 9px;
font-family: Helvetica;
border: 1px solid black;
margin-right: 5px;
padding: 1px 3px 1px 3px;
-webkit-border-radius: 2px;
}
.refs.head {
background-color: #aaf254;
}
.refs.remote {
background-color: #b2dfff;
}
.refs.tag {
background-color: #fced4f;
}
.refs.currentBranch {
font-weight: bold;
}