]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1345949 - modal is a little too narrow, and we shouldn't mix px and em
authorDylan William Hardison <dylan@hardison.net>
Fri, 10 Mar 2017 13:50:47 +0000 (08:50 -0500)
committerDylan William Hardison <dylan@hardison.net>
Fri, 10 Mar 2017 13:57:26 +0000 (08:57 -0500)
extensions/BugModal/web/bug_modal.css

index 4c24034c9e9d8c60af183844a0169eec648ea8f0..ea3697d83db8943e58711b304525cd6c0268c986 100644 (file)
@@ -389,9 +389,7 @@ input[type="number"] {
 #bottom-actions {
     margin-top: 8px;
     margin-bottom: 50px;
-    min-width: 60em;
-    max-width: 72em;
-    width: 100%; 
+    max-width: 1024px;
 }
 
 #bottom-right-actions {
@@ -704,9 +702,7 @@ h3.change-name {
     width: 100%;
     box-sizing: border-box !important;
     margin: 0 0 1em;
-    min-width: 60em;
-    max-width: 72em;
-    width: 100%; 
+    max-width: 1024px;
 }
 
 #comment-preview {
@@ -816,8 +812,8 @@ h3.change-name {
 /* theme */
 
 #bugzilla-body {
-    max-width: 72em;
-    min-width: 60em;
+    max-width: 1024px;
+    min-width: 800px;
     width: 100%;
 }