mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-18 19:59:30 +03:00
Fix CSS issues to eliminate whitespace with vertical menubar
This commit is contained in:
parent
a8abca1121
commit
43e4d53611
2 changed files with 3 additions and 2 deletions
|
@ -15,6 +15,7 @@ body, html {
|
||||||
border: 1px solid #DDD;
|
border: 1px solid #DDD;
|
||||||
font-family: 'Segoe UI Semilight','Open Sans',Verdana,Arial,Helvetica,sans-serif;
|
font-family: 'Segoe UI Semilight','Open Sans',Verdana,Arial,Helvetica,sans-serif;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
float: left;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
width: 10%;
|
width: 10%;
|
||||||
|
|
|
@ -168,8 +168,8 @@ if ($blocklogin === TRUE) {
|
||||||
?>
|
?>
|
||||||
<div id="zones">
|
<div id="zones">
|
||||||
<?php if (is_adminuser() or $allowzoneadd === TRUE) { ?>
|
<?php if (is_adminuser() or $allowzoneadd === TRUE) { ?>
|
||||||
<div style="visibility: hidden;" id="ImportZone"></div>
|
<div style="display: none;" id="ImportZone"></div>
|
||||||
<div style="visibility: hidden;" id="CloneZone"></div>
|
<div style="display: none;" id="CloneZone"></div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<div class="tables" id="MasterZones">
|
<div class="tables" id="MasterZones">
|
||||||
<div class="searchbar" id="searchbar">
|
<div class="searchbar" id="searchbar">
|
||||||
|
|
Loading…
Add table
Reference in a new issue