OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/assets/stylesheets/my_projects_overview.css

25 lines
502 B

13 years ago
h2.page-layout-only { display: none }
.block-receiver h2.page-layout-only { display: block; color: #bbb }
a.preview-or-edit-icon {
display:block;
margin-top:3px;
overflow:hidden;
width:12px;
height:12px;
background-repeat: no-repeat;
cursor:pointer;
background-image:url('../images/wiki_edit.png');
}
a.preview-or-edit-icon:hover {
background-image:url('../images/wiki_edit_hover.png');
}
.overview {
padding:6px;
margin-bottom: 10px;
line-height:1.5em;
}