tree view pollished
This commit is contained in:
parent
7909fba592
commit
1a3ce182ea
|
@ -39,18 +39,28 @@
|
||||||
|
|
||||||
.view_file .view_file_header,
|
.view_file .view_file_header,
|
||||||
.diff_file .diff_file_header {
|
.diff_file .diff_file_header {
|
||||||
background:#f5f5f5;
|
border-bottom: 1px solid #bbb;
|
||||||
|
background:#eee;
|
||||||
|
background-image: -webkit-gradient(linear, 0 0, 0 30, color-stop(0.066, #eee), to(#dfdfdf));
|
||||||
|
background-image: -webkit-linear-gradient(#eee 6.6%, #dfdfdf);
|
||||||
|
background-image: -moz-linear-gradient(#eee 6.6%, #dfdfdf);
|
||||||
|
background-image: -o-linear-gradient(#eee 6.6%, #dfdfdf);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
color: #666;
|
color: #666;
|
||||||
border-bottom: 1px solid #ccc;
|
padding: 9px 10px;
|
||||||
padding: 7px 10px;
|
height:18px;
|
||||||
|
|
||||||
.mode_text,
|
.mode_text,
|
||||||
.file_icon {
|
.file_icon {
|
||||||
color:#aaa;
|
color:#777;
|
||||||
|
}
|
||||||
|
|
||||||
|
.file_name {
|
||||||
|
color:#474D57;
|
||||||
|
text-shadow: 0 1px 1px #fff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -128,7 +138,7 @@
|
||||||
border:none;
|
border:none;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color:#666;
|
color:#474D57;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
font-size:14px;
|
font-size:14px;
|
||||||
}
|
}
|
||||||
|
@ -137,14 +147,27 @@
|
||||||
#tree-slider {
|
#tree-slider {
|
||||||
@include shade;
|
@include shade;
|
||||||
|
|
||||||
|
border-color:#ccc;
|
||||||
|
|
||||||
td {
|
td {
|
||||||
padding:7px;
|
padding:7px;
|
||||||
border-color:#f1f1f1;
|
border-color:#f1f1f1;
|
||||||
|
background:#fafafa;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr:first-child td:first-child,
|
||||||
|
tr:first-child td:last-child {
|
||||||
|
border-radius:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
th {
|
th {
|
||||||
background:#f5f5f5;
|
border-color: #CCC;
|
||||||
border-color:#f1f1f1;
|
border-bottom: 1px solid #bbb;
|
||||||
|
background:#eee;
|
||||||
|
background-image: -webkit-gradient(linear, 0 0, 0 30, color-stop(0.066, #eee), to(#dfdfdf));
|
||||||
|
background-image: -webkit-linear-gradient(#eee 6.6%, #dfdfdf);
|
||||||
|
background-image: -moz-linear-gradient(#eee 6.6%, #dfdfdf);
|
||||||
|
background-image: -o-linear-gradient(#eee 6.6%, #dfdfdf);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue