first import
[projectpier.git] / public / assets / themes / goCollab / stylesheets / project / attach_files.css
blobed1529c364f73193ccabd4975035cdb6c55ae7c1
1 .attachFiles button.add_button {
2 margin-top: 5px;
5 .attachFiles button.remove_button {
6 font-size: 10px;
9 * html .attachFiles button.remove_button {
10 margin-left: 3px;
13 #attachFormExistingFileControls, #attachFormNewFileControls {
14 padding: 5px 20px;
17 #attachFormExistingFileControls fieldset, #attachFormNewFileControls fieldset {
18 margin: 0 0 10px 0;
21 /** Attached files **/
23 div.objectFiles {
24 font-size: 10px;
27 div.objectFiles ul li a span {
28 font-weight: bolder;
31 div.objectFiles div.objectFilesTitle {
32 font-size: 10px;
35 div.objectFiles div.objectFilesTitle span {
36 font-weight: bolder;
37 color: #333;