[IMP] remove unused CSS

bzr revid: fp@openerp.com-20120519083317-mcaybu82n2snhjgs
This commit is contained in:
Fabien Pinckaers 2012-05-19 10:33:17 +02:00
parent 6b5b2e383e
commit a52c577a3f
1 changed files with 0 additions and 64 deletions

View File

@ -161,70 +161,6 @@
right: 0px;
}
.openerp .oe-dashboard-config-overview .oe-config-progress {
border: 1px inset #d9d9d9;
background-color: #f2f2f2;
padding: 0.5em;
-webkit-border-radius: 0.5em;
-moz-border-radius: 0.5em;
border-radius: 0.5em;
}
.openerp .oe-dashboard-config-overview .oe-config-progress-title {
font-size: 1.1em;
font-weight: bold;
text-transform: uppercase;
margin: 0 0 0.5em 0;
}
.openerp .oe-dashboard-config-overview .oe-config-tip {
color: #222;
text-shadow: #eee 0 1px 0;
text-align: center;
}
.openerp .oe-dashboard-config-overview dt {
font-weight: bold;
text-transform: uppercase;
border-top: 1px solid #eee;
padding-top: 0.5em;
}
.openerp .oe-dashboard-config-overview dt:first-child {
border-top: none;
}
.openerp .oe-dashboard-config-overview dd {
margin-left: 1em;
padding-bottom: 0.5em;
}
.openerp .oe-dashboard-config-overview ul {
list-style: none;
padding: 0;
margin: 0;
}
.openerp .oe-dashboard-config-overview li {
cursor: pointer;
position: relative;
text-indent: 20px;
}
.openerp .oe-dashboard-config-overview li:hover {
cursor: pointer;
background-color: #f7f7f7;
}
.openerp .oe-dashboard-config-overview li.oe-done {
cursor: default;
color: #999999;
}
.openerp .oe-dashboard-layout_2-1 .index_0 .oe-dashboard-config-overview ul,
.openerp .oe-dashboard-layout_1-2 .index_1 .oe-dashboard-config-overview ul {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
.openerp .oe-dashboard-config-overview li span.ui-icon {
position: absolute;
top: 0;
left: 0;
}
.openerp .oe-dashboard-home-tile {
text-align: center;
margin: 10px;