summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal/web/bug_modal.css
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-06-05 06:40:01 +0200
committerByron Jones <glob@mozilla.com>2015-06-05 06:40:01 +0200
commit907fbcfd19dfa436567bf4a75f566b8f81f43298 (patch)
treebdbe5df647bdc5bbdbfe0a228bdb9d56d864ba40 /extensions/BugModal/web/bug_modal.css
parenta34e675b4ac3ebce28c2a0450fe75f8df38c540c (diff)
downloadbugzilla-907fbcfd19dfa436567bf4a75f566b8f81f43298.tar.gz
bugzilla-907fbcfd19dfa436567bf4a75f566b8f81f43298.tar.xz
Bug 1146775: implement comment collapse all and by tag
Diffstat (limited to 'extensions/BugModal/web/bug_modal.css')
-rw-r--r--extensions/BugModal/web/bug_modal.css17
1 files changed, 13 insertions, 4 deletions
diff --git a/extensions/BugModal/web/bug_modal.css b/extensions/BugModal/web/bug_modal.css
index 0d34039af..e3070f2a6 100644
--- a/extensions/BugModal/web/bug_modal.css
+++ b/extensions/BugModal/web/bug_modal.css
@@ -325,8 +325,7 @@ input[type="number"] {
/* actions */
#top-actions {
- margin-top: 5px;
- padding-bottom: 20px;
+ margin: 4px 0;
}
#top-actions .save-btn {
@@ -465,13 +464,18 @@ td.flag-requestee {
/* comments and activity */
+#comment-actions {
+ margin-top: 4px;
+ text-align: right;
+}
+
.change-set {
clear: both;
-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
- margin-top: 20px;
+ margin-top: 8px;
border: 1px solid #ddd;
}
@@ -488,10 +492,15 @@ td.flag-requestee {
padding-left: 8px !important;
}
+.change-gravatar .vcard {
+ width: 36px;
+ text-align: center;
+}
+
.change-author {
width: 100%;
vertical-align: top;
- padding-top: 4px !important;
+ padding: 5px 0 !important;
}
.change-author .vcard {