Tables refactored

This commit is contained in:
randx 2012-09-03 21:53:16 +03:00
parent c7cfe3d83b
commit 8ca0b75d05
22 changed files with 99 additions and 95 deletions

View file

@ -1,4 +1,4 @@
#tree-holder {
#tree-holder {
#tree-content-holder {
float:left;
width:100%;
@ -11,40 +11,44 @@
padding:12px;
background: #F7F7F7;
pre {
pre {
overflow: auto;
}
}
}
.tree_progress {
.tree_progress {
display:none;
margin:20px;
&.loading {
&.loading {
display:block;
}
}
#tree-slider {
@include border-radius(0);
.tree-item {
&:hover {
td { background: $hover; }
.tree-item {
&:hover {
td {
background: $hover;
border-top:1px solid #FEA;
border-bottom:1px solid #FEA;
}
cursor:pointer;
}
}
}
.tree-item {
.tree-item-file-name {
.tree-item {
.tree-item-file-name {
vertical-align:middle;
a {
&:hover {
a {
&:hover {
color:$blue_link;
}
}
img {
img {
position: relative;
top:-1px;
}
@ -52,37 +56,19 @@
}
#tree-slider {
@include solid_shade;
width:100%;
border-color:#ccc;
td {
padding:8px;
border-color:#f1f1f1;
#tree-slider {
td {
background:#fafafa;
}
tr:first-child td:first-child,
tr:first-child td:last-child {
border-radius:0;
}
th {
border-color: #CCC;
border-bottom: 1px solid #bbb;
@include bg-gray-gradient;
}
}
.tree-commit-link {
.tree-commit-link {
color:#333;
}
a.tree-commit-link {
a.tree-commit-link {
color: #666;
&:hover {
&:hover {
text-decoration: underline;
}
}