summaryrefslogtreecommitdiffstats
path: root/skins/standard/create_attachment.css
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2009-10-23 23:32:06 +0200
committerlpsolit%gmail.com <>2009-10-23 23:32:06 +0200
commit401fb65f2e6f9031cedf47fb6d951236b5c624d3 (patch)
tree83050744560019f7b6142479cd3246bf00aeb0ec /skins/standard/create_attachment.css
parentf30aa492d193a0489fb0480c451f092ec819bbac (diff)
downloadbugzilla-401fb65f2e6f9031cedf47fb6d951236b5c624d3.tar.gz
bugzilla-401fb65f2e6f9031cedf47fb6d951236b5c624d3.tar.xz
Bug 365267: attachment.cgi should not be editable when the user is not logged in - Patch by Frédéric Buclin <LpSolit@gmail.com> r=pyrzak a=LpSolit
Diffstat (limited to 'skins/standard/create_attachment.css')
-rw-r--r--skins/standard/create_attachment.css39
1 files changed, 39 insertions, 0 deletions
diff --git a/skins/standard/create_attachment.css b/skins/standard/create_attachment.css
index 9ed515178..0d8a2b886 100644
--- a/skins/standard/create_attachment.css
+++ b/skins/standard/create_attachment.css
@@ -104,3 +104,42 @@ tbody.file pre:empty {
.warning {
color: red
}
+
+table.attachment_info th {
+ text-align: right;
+ vertical-align: top;
+}
+
+table.attachment_info td {
+ text-align: left;
+ vertical-align: top;
+}
+
+/* Text displayed when the attachment is not viewable by the web browser */
+#noview {
+ text-align: left;
+ vertical-align: middle;
+}
+
+#attachment_attributes {
+ width: 25%;
+}
+
+#attachment_attributes div {
+ padding-bottom: 0.4em;
+}
+
+#attachment_attributes label,
+#attachment_attributes span.label,
+#attachment_actions span.label
+{
+ font-weight: bold;
+}
+
+#attachment_attributes .block {
+ display: block;
+}
+
+#attachment_attributes table#flags {
+ padding-top: 1em;
+}