Move inline CSS to themes.
This commit is contained in:
@@ -316,15 +316,13 @@ if ($GLOBALS['cfg']['LeftFrameLight'] && strlen($GLOBALS['db'])) {
|
|||||||
echo '</a></p>';
|
echo '</a></p>';
|
||||||
if ($table_count) {
|
if ($table_count) {
|
||||||
?>
|
?>
|
||||||
<span id="NavFilter" style="display:none;">
|
<span id="NavFilter">
|
||||||
<input type="text" name="fast_filter" id="fast_filter"
|
<input type="text" name="fast_filter" id="fast_filter"
|
||||||
title="<?php echo $strNavTableFilter; ?>"
|
title="<?php echo $strNavTableFilter; ?>"
|
||||||
onkeyup="setTimeout(function(word){ return function(){ fast_filter(word);}}(this.value),1000);"
|
onkeyup="setTimeout(function(word){ return function(){ fast_filter(word);}}(this.value),1000);"
|
||||||
style="width:90%;padding:0 -20px 0 0; padding:2px;"
|
|
||||||
onfocus="this.select();" />
|
onfocus="this.select();" />
|
||||||
<span
|
<span id="clear_fast_filter"
|
||||||
onclick="clear_fast_filter();"
|
onclick="clear_fast_filter();"
|
||||||
style="background:white;color:black;cursor:pointer;padding:0;margin:0;position:relative;right:3ex;"
|
|
||||||
title="<?php echo $strReset; ?>">X</span>
|
title="<?php echo $strReset; ?>">X</span>
|
||||||
</span>
|
</span>
|
||||||
<?php
|
<?php
|
||||||
|
@@ -1265,3 +1265,22 @@ table#serverconnection_src_local,
|
|||||||
table#serverconnection_trg_local {
|
table#serverconnection_trg_local {
|
||||||
float:left;
|
float:left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#NavFilter {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#clear_fast_filter {
|
||||||
|
background: white;
|
||||||
|
color: black;
|
||||||
|
cursor: pointer;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
position: relative;
|
||||||
|
right: 3ex;
|
||||||
|
}
|
||||||
|
|
||||||
|
#fast_filter {
|
||||||
|
width: 90%;
|
||||||
|
padding: 0.1em;
|
||||||
|
}
|
||||||
|
@@ -232,3 +232,21 @@ div#left_tableList ul ul {
|
|||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#NavFilter {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#clear_fast_filter {
|
||||||
|
background: white;
|
||||||
|
color: black;
|
||||||
|
cursor: pointer;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
position: relative;
|
||||||
|
right: 3ex;
|
||||||
|
}
|
||||||
|
|
||||||
|
#fast_filter {
|
||||||
|
width: 90%;
|
||||||
|
padding: 0.1em;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user