Skip to content
Snippets Groups Projects
Commit a4269735 authored by Peter Rotich's avatar Peter Rotich
Browse files

Change default width of dialog popup - define one for advanced search

parent 2db47b6a
No related branches found
No related tags found
No related merge requests found
...@@ -1175,17 +1175,18 @@ time { ...@@ -1175,17 +1175,18 @@ time {
.dialog { .dialog {
position:absolute; position:absolute;
padding:1em; padding:1em;
width:640px; width:500px;
height:360px; height:250px;
height:auto !important;
background:#fff; background:#fff;
border:1px solid #2a67ac; border:1px solid #2a67ac;
display:none; display:none;
z-index:1200; z-index:1200;
} }
.dialog#print-options { .dialog#advanced-search {
width:500px; width:640px !important;
height:250px; height:360px;
} }
.dialog hr { .dialog hr {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment