summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/global.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index 423e398b4..08916d038 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -334,6 +334,22 @@ dl dl > dt {
padding-left: 1em;
}
+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;
+}
+
/* For bug fields */
.uneditable_textarea {
width: 30em;