Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
lem9 committed Oct 21, 2012
1 parent b34a3d6 commit 7cedbd9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
14 changes: 0 additions & 14 deletions themes/original/css/common.css.php
Expand Up @@ -2198,20 +2198,6 @@
.data_full_width {
width: 100%;
}
.cHide {
background: #D3DCE3 url(<?php echo $_SESSION['PMA_Theme']->getImgPath('col_hide.png');?>);
color: #CCC;
cursor: pointer;
height: 16px;
margin-left: -5px;
margin-top: 0.3em;
position: absolute;
width: 16px;
}

.cHide:hover {
background-color: #AAA;
}

.cDrop {
left: 0;
Expand Down
15 changes: 0 additions & 15 deletions themes/pmahomme/css/common.css.php
Expand Up @@ -2658,21 +2658,6 @@
padding: 1px 3px !important;
}

.cHide {
background: #EEE url(<?php echo $_SESSION['PMA_Theme']->getImgPath('col_hide.png');?>);
color: #CCC;
cursor: pointer;
height: 16px;
margin-left: -10px;
margin-top: .3em;
position: absolute;
width: 16px;
}

.cHide:hover {
background-color: #AAA;
}

.cDrop {
left: 0;
position: absolute;
Expand Down

0 comments on commit 7cedbd9

Please sign in to comment.