first import
[projectpier.git] / public / assets / themes / azul / stylesheets / project / attach_files.css
blobcf0f0c5140b6e3f6d020ff42640e6348ad239895
1 .attachFiles button.add_button {
2 margin-top: 5px;
5 .attachFiles button.remove_button {
6 font-size: 1.0em;
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;
19 border: 1px solid #193F5A;
22 /** Attached files **/
24 div.objectFiles {
25 font-size: 1.0em;
28 div.objectFiles ul li a span {
29 font-weight: bold;
32 div.objectFiles div.objectFilesTitle {
33 font-size: 1.0em;
36 div.objectFiles div.objectFilesTitle span {
37 font-weight: bold;
38 color:#fcfcfc;