Remove dead code

This commit is contained in:
Marc Delisle 2012-10-21 09:07:42 -04:00
parent 51026db96f
commit ce39da23bb
2 changed files with 0 additions and 29 deletions

View File

@ -2356,20 +2356,6 @@ span.CodeMirror-selected {
.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;

View File

@ -2775,21 +2775,6 @@ span.CodeMirror-selected {
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: 0.3em;
position: absolute;
width: 16px;
}
.cHide:hover {
background-color: #AAA;
}
.cDrop {
left: 0;
position: absolute;