System update (coding style)
This commit is contained in:
parent
de6889368a
commit
f1a7232407
3 changed files with 2 additions and 3 deletions
|
@ -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);
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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; }
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue