fixes to listview

This commit is contained in:
Rushabh Mehta
2012-05-09 16:15:51 +05:30
parent 81dba76699
commit 078867c411
17 changed files with 38 additions and 48 deletions

View File

@@ -3575,7 +3575,7 @@ div.psidebar div.section-item, div.psidebar .section-link {
/* list-row */
div.list-row {
border-bottom: 1px solid #eee;
border-bottom: 1px solid #ddd;
padding: 5px 0px;
}
@@ -3663,15 +3663,11 @@ span.bar-empty {
/* stats */
div.stat-wrapper {
margin-bottom: 19px;
margin-bottom: 19px;
}
div.stat-grid {
border: 2px solid #bbb;
background-color: white;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-top: 9px;
overflow: hidden;
}
@@ -3686,24 +3682,23 @@ div.stat-label, div.stat-label a {
div.stat-item {
position: relative;
border-bottom: 1px solid #ddd;
}
div.stat-item:last-child {
border-bottom: 0px solid #ddd;
margin-bottom: 7px;
background-color: #fff;
height: 22px;
border: 2px solid #aaa;
border-radius: 11px;
overflow: hidden;
}
div.stat-bar {
position: absolute;
left: 0px;
background-color: #def;
background-color: #DEF9A7;
border-radius: 11px 0px 0px 11px;
height: 100%;
z-index: 0;
}
/*
* lib/css/ui/views.css
*/