First work on the git browser.

This commit is contained in:
Loic d'Anterroches
2008-07-26 18:42:41 +02:00
parent 2e711bee8d
commit 876e206742
10 changed files with 356 additions and 2 deletions

View File

@@ -210,6 +210,10 @@ div.container {
clear: both;
}
.sep {
margin: 0 0.3em;
}
/**
* Tabs
*/
@@ -241,6 +245,31 @@ div.container {
#sub-tabs a.active {
text-decoration: none;
}
/**
* Tree list
*/
table.tree-list {
width: 100%;
}
table.tree-list th {
background-color: #e4e8E0;
vertical-align: top;
border-color: #d3d7cf;
}
table.tree-list tr {
border-left: 1px solid #d3d7cf;
border-right: 1px solid #d3d7cf;
border-bottom: 1px solid #d3d7cf;
}
table.tree-list td {
border: none;
vertical-align: top;
}
/**
* Autocomplete.