From a4269735aa5389cc75dcef0ba27d050b929f3eba Mon Sep 17 00:00:00 2001
From: Peter Rotich <peter@osticket.com>
Date: Wed, 10 Oct 2012 23:09:51 -0400
Subject: [PATCH] Change default width of dialog popup - define one for
 advanced search

---
 scp/css/scp.css | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/scp/css/scp.css b/scp/css/scp.css
index 9dded4cb3..5955c0304 100644
--- a/scp/css/scp.css
+++ b/scp/css/scp.css
@@ -1175,17 +1175,18 @@ time {
 .dialog {
     position:absolute;
     padding:1em;
-    width:640px;
-    height:360px;
+    width:500px;
+    height:250px;
+    height:auto !important;
     background:#fff;
     border:1px solid #2a67ac;
     display:none;
     z-index:1200;
 }
 
-.dialog#print-options {
-    width:500px;
-    height:250px;
+.dialog#advanced-search {
+    width:640px !important;
+    height:360px;
 }
 
 .dialog hr {
-- 
GitLab