mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-02-22 08:53:23 -05:00
Improves css:
* removes unneccessary horizonal scrolling at the bottom * sets up a grid for the header
This commit is contained in:
parent
07ee1b27bd
commit
97ae064a5f
@ -37,14 +37,35 @@ function resetTimer()
|
|||||||
<script src="js/chosen.jquery.js"></script>
|
<script src="js/chosen.jquery.js"></script>
|
||||||
<script src="js/jquery.liblink.js"></script>
|
<script src="js/jquery.liblink.js"></script>
|
||||||
<script src="js/wNumb.js"></script>
|
<script src="js/wNumb.js"></script>
|
||||||
|
<script>
|
||||||
|
/*
|
||||||
|
$( window ).on( "load", function() {
|
||||||
|
|
||||||
|
var page_y = $( document ).scrollTop();
|
||||||
|
window.location.href = window.location.href + '?page_y=' + page_y;
|
||||||
|
|
||||||
|
if ( window.location.href.indexOf('page_y') != -1 ) {
|
||||||
|
var match = window.location.href.split('?')[1].split("&")[0].split("=");
|
||||||
|
$('html, body').scrollTop( match[1] );
|
||||||
|
}
|
||||||
|
|
||||||
|
});
|
||||||
|
*/
|
||||||
|
</script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="yb_standard">
|
<body class="yb_standard">
|
||||||
<table id="header_height" align="center" width="1000" border="0" cellpadding="1" cellspacing="0">
|
|
||||||
<tr valign="top">
|
<div style="float: left; width: 12.5%; height: 40px;"></div>
|
||||||
<td height="40" align="left"><a href="/shop_welcome.php">About/Help</a></td>
|
<div style="align-content: center; height: 40px; float: left; width: 75%">
|
||||||
<td height="40" align="right"><a id="shop_log_link" href="/shop_log.php">Sign In/Sign Out</a> | <a href="/start_shop.php" target="_parent"> All Shops</a> | <a href="/contact_add_edit_select.php" target="_parent">Add/Edit Contact</a> | <a href="/stats.php" target="_parent">Reports</a> | <a href="/transaction_log.php" target="_parent">Transaction Log</a> | <a href="http://www.positivespin.org" target="_blank">PS Home</a></td>
|
<div style="float: left; width: auto;"><a href="/shop_welcome.php">About/Help</a></div>
|
||||||
</tr>
|
<div style="float: right; width: auto;"><a id="shop_log_link" href="/shop_log.php">Sign In/Sign Out</a> |
|
||||||
</table>
|
<a href="/start_shop.php" target="_parent"> All Shops</a> |
|
||||||
|
<a href="/contact_add_edit_select.php" target="_parent">Add/Edit Contact</a> |
|
||||||
|
<a href="/stats.php" target="_parent">Reports</a> |
|
||||||
|
<a href="/transaction_log.php" target="_parent">Transaction Log</a> |
|
||||||
|
<a href="http://www.positivespin.org" target="_blank">PS Home</a></div>
|
||||||
|
</div>
|
||||||
|
<div style="float: left; width: 12.5%; height: 40px;"></div>
|
||||||
|
|
@ -136,7 +136,7 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "FormEdit")) {
|
|||||||
<?php include("include_header_shop.html"); ?>
|
<?php include("include_header_shop.html"); ?>
|
||||||
|
|
||||||
<div id="shop_height">
|
<div id="shop_height">
|
||||||
<table width="2200px">
|
<table style="width: 100%; align-content: center;">
|
||||||
|
|
||||||
<form method="post" name="form_new" action="<?php echo $editFormAction; ?>">
|
<form method="post" name="form_new" action="<?php echo $editFormAction; ?>">
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user