removed bottom border ("new window link" already shows a dividing rule)
This commit is contained in:
@@ -525,7 +525,6 @@ form.login label {
|
|||||||
background-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/logo_right.png);
|
background-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/logo_right.png);
|
||||||
background-position: <?php echo $right; ?> bottom;
|
background-position: <?php echo $right; ?> bottom;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
border-bottom: 1px solid silver;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#mysqlmaininformation,
|
#mysqlmaininformation,
|
||||||
|
@@ -967,7 +967,6 @@ div#queryboxcontainer div#bookmarkoptions {
|
|||||||
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>logo_right.png);
|
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>logo_right.png);
|
||||||
background-position: <?php echo $right; ?> bottom;
|
background-position: <?php echo $right; ?> bottom;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
border-bottom: 1px solid silver;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#mysqlmaininformation,
|
#mysqlmaininformation,
|
||||||
|
@@ -917,7 +917,6 @@ div#queryboxcontainer div#bookmarkoptions {
|
|||||||
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>logo_right.png);
|
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>logo_right.png);
|
||||||
background-position: <?php echo $right; ?> bottom;
|
background-position: <?php echo $right; ?> bottom;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
border-bottom: 1px solid silver;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#mysqlmaininformation,
|
#mysqlmaininformation,
|
||||||
|
Reference in New Issue
Block a user