mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-26 04:50:11 +01:00
webui minor fixes
This commit is contained in:
parent
12026d6644
commit
38f1ba579f
@ -7,7 +7,6 @@
|
|||||||
|
|
||||||
.mybody { background-color: #6D6D6D; color: #3d3d3d; }
|
.mybody { background-color: #6D6D6D; color: #3d3d3d; }
|
||||||
|
|
||||||
/*#piler1 { width: 1200px; min-height: 830px; background: #ffffff; border: 3px solid black; position: relative; margin-left: auto; margin-right: auto; height: auto; padding-top: 0px; }*/
|
|
||||||
#piler1 { min-height: 860px; background: #ffffff; border: 3px solid black; position: relative; margin-left: auto; margin-right: auto; height: auto; padding-top: 0px; }
|
#piler1 { min-height: 860px; background: #ffffff; border: 3px solid black; position: relative; margin-left: auto; margin-right: auto; height: auto; padding-top: 0px; }
|
||||||
|
|
||||||
#messagebox1 { position: absolute; top: 0px; left: 50%; border: 3px solid red; display: none; background: orange; color: #000000; font-weight: bold; padding: 15px; z-index: 1; }
|
#messagebox1 { position: absolute; top: 0px; left: 50%; border: 3px solid red; display: none; background: orange; color: #000000; font-weight: bold; padding: 15px; z-index: 1; }
|
||||||
@ -55,8 +54,6 @@
|
|||||||
|
|
||||||
#search1 { float: left; width: 490px; margin: 0; border: 0px solid green; }
|
#search1 { float: left; width: 490px; margin: 0; border: 0px solid green; }
|
||||||
|
|
||||||
/*#search2 { float: right; width: 490px; margin: 0; text-align: right; border: 0px solid green; }*/
|
|
||||||
|
|
||||||
#ss1 { display: table; border-collapse: collapse; margin: 0; padding: 0; margin-top: 10px; clear: both; }
|
#ss1 { display: table; border-collapse: collapse; margin: 0; padding: 0; margin-top: 10px; clear: both; }
|
||||||
|
|
||||||
/*#resultscontainer { float: left; width: 990px; padding: 0; padding-bottom: 5px; height: auto; margin-top: 0px; margin-bottom: 0px; border-top: 3px solid black; border-bottom: 3px solid black; overflow:auto; }
|
/*#resultscontainer { float: left; width: 990px; padding: 0; padding-bottom: 5px; height: auto; margin-top: 0px; margin-bottom: 0px; border-top: 3px solid black; border-bottom: 3px solid black; overflow:auto; }
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
|
|
||||||
<?php if(BRANDING_TEXT) { ?>
|
<?php if(BRANDING_TEXT) { ?>
|
||||||
<a class="brand" href="<?php if(BRANDING_URL) { print BRANDING_URL; } else { ?>#<?php } ?>"><?php print BRANDING_TEXT; ?></a>'
|
<a class="brand" href="<?php if(BRANDING_URL) { print BRANDING_URL; } else { ?>#<?php } ?>"><?php print BRANDING_TEXT; ?></a>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<ul class="nav pull-left">
|
<ul class="nav pull-left">
|
||||||
|
Loading…
Reference in New Issue
Block a user