seitime-frappe/css/ui/list.css
2012-05-10 19:08:32 +05:30

147 lines
No EOL
2.5 KiB
CSS

.hide {
display: none;
}
.list-filters {
margin: 7px 0px;
}
.wnlist .img-load {
display: none;
float: left;
margin-bottom: 8px;
}
/* list-row */
div.list-row {
border-bottom: 1px solid #ddd;
padding: 5px 0px;
}
div.list-row .label {
margin-right: 4px;
}
div.list-row table {
table-layout: fixed;
border-collapse: collapse;
width: 100%;
}
div.list-row table td {
overflow: hidden;
/*padding-right: 3px;*/
padding: 0px 3px;
vertical-align: middle;
height: 24px;
max-height: 24px;
word-wrap: break-word;
}
div.paging-button {
text-align: center;
padding: 11px 0px;
}
div.show_filters {
display: none;
}
div.filter_list {
padding: 13px;
}
div.show_filters.well {
margin-top: 11px;
margin-bottom: 11px;
}
div.filter_list .run_btn {
text-align: right;
}
div.filter_list .add_filter {
margin: 3px 0px;
}
div.list_filter {
margin: 7px 0px;
}
div.list_filter input, div.list_filter select {
width: 130px;
margin-right: 7px;
}
/* bar */
span.bar-outer {
display: inline-block;
margin: 0px 7px;
margin-top: 3px;
background-color: #fff;
border: 1px solid #aaa;
height: 10px;
}
span.bar-inner {
display: inline-block;
background-color: #bdf;
height: 100%;
margin-bottom: 2px;
float: left;
}
span.bar-complete {
background-color: #009900;
}
span.bar-empty {
background-color: #990000;
}
/* stats */
div.stat-wrapper {
margin-bottom: 19px;
}
div.stat-grid {
margin-top: 9px;
overflow: hidden;
}
div.stat-label {
position: relative;
padding: 3px;
text-align: center;
font-size: 11px;
}
div.stat-label, div.stat-label a {
z-index: 5;
}
div.stat-item {
position: relative;
margin-bottom: 7px;
background-color: #fff;
height: 18px;
border: 1px solid #aaa;
border-radius: 9px;
overflow: hidden;
}
div.stat-bar {
position: absolute;
left: 0px;
height: 100%;
z-index: 0;
background: #e0ff84; /* Old browsers */
background: -moz-linear-gradient(top, #e0ff84 0%, #a4e567 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0ff84), color-stop(100%,#a4e567)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e0ff84 0%,#a4e567 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e0ff84 0%,#a4e567 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e0ff84 0%,#a4e567 100%); /* IE10+ */
background: linear-gradient(top, #e0ff84 0%,#a4e567 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0ff84', endColorstr='#a4e567',GradientType=0 ); /* IE6-9 */
}