commit f1a723240729a950feb599bf0855622aa4073b92
parent de6889368af0aff8b1ccccb5c5354d88127aeb87
Author: markseu <mark2011@mayberg.se>
Date: Mon, 11 Jul 2016 01:50:40 +0200
System update (coding style)
Diffstat:
3 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/system/plugins/webinterface.css b/system/plugins/webinterface.css
@@ -11,7 +11,7 @@
.yellow-pane {
position:absolute; display:none; z-index:100;
- margin:10px 0px; padding:10px;
+ margin:10px 0; padding:10px;
background-color:#fff; color:#000;
border:1px solid #bbb;
border-radius:4px; box-shadow:2px 4px 10px rgba(0, 0, 0, 0.2);
diff --git a/system/plugins/webinterface.php b/system/plugins/webinterface.php
@@ -200,7 +200,6 @@ class YellowWebinterface
if($statusCode == 0)
{
$statusCode = $this->yellow->processRequest($serverScheme, $serverName, $base, $location, $fileName, false);
- $fileNameConfig = $this->yellow->config->get("configDir").$this->yellow->config->get("configFile");
if($this->action == "fail") $this->yellow->page->error(500, "Login failed, [please log in](javascript:yellow.action('login');)!");
}
return $statusCode;
diff --git a/system/themes/flatsite.css b/system/themes/flatsite.css
@@ -144,7 +144,7 @@ a, img { border:none; text-decoration:none; }
.sitename h1, .header, .navigation, .footer, .page { margin:0; padding:0; }
.sitename, .navigation, .navigation-tree { float:none; }
.navigation-search { padding-top:0.5em; }
- .with-sidebar .main { margin-right:0em; }
+ .with-sidebar .main { margin-right:0; }
.with-sidebar .sidebar { display:none; }
.footer-right { display:none; }
}