Skip to content

Commit

Permalink
Use a jQuery dialog to display the generated query. See phpmyadmin/ph…
Browse files Browse the repository at this point in the history
…pmyadmin@e4864c0

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
  • Loading branch information
madhuracj committed Jun 24, 2015
1 parent 422e7ac commit f2a9d90
Showing 1 changed file with 0 additions and 50 deletions.
50 changes: 0 additions & 50 deletions metro/css/pmd.css.php
Expand Up @@ -426,58 +426,8 @@
background-color: #DBE4E8;
}

#filter {
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: #CCA;
z-index: 10;
opacity: .5;
filter: alpha(opacity=50);
}

#box {
display: none;
position: absolute;
top: 20%;
<?php echo $left; ?>: 30%;
width: 500px;
height: 220px;
padding: 48px;
margin: 0;
border: 1px solid #000;
background-color: #fff;
z-index: 101;
overflow: visible;
}

#boxtitle {
position: absolute;
float: center;
top: 0;
<?php echo $left; ?>: 0;
width: 593px;
height: 20px;
padding: 0;
padding-top: 4px;
margin: 0;
border-bottom: 4px solid #3CF;
background-color: #D0DCE0;
color: black;
font-weight: bold;
padding-<?php echo $left; ?>: 2px;
text-align: <?php echo $left; ?>;
}

#tblfooter {
background-color: #D3DCE3;
float: <?php echo $right; ?>;
padding-top: 10px;
color: black;
font-weight: normal;
}

#foreignkeychk {
Expand Down

0 comments on commit f2a9d90

Please sign in to comment.