mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-19 21:56:13 +00:00
cleaned up formatting and added custom.css
This commit is contained in:
parent
31a6e62cf5
commit
9dd168220e
11 changed files with 116 additions and 99 deletions
|
@ -8,4 +8,3 @@ class Sql{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -230,4 +230,3 @@ class Users{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
17
code/ryzom/tools/server/ryzom_ams/www/html/css/custom.css
Normal file
17
code/ryzom/tools/server/ryzom_ams/www/html/css/custom.css
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
.login-header
|
||||||
|
{
|
||||||
|
height:190px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.brand img
|
||||||
|
{
|
||||||
|
height:100%;
|
||||||
|
margin-bottom:-18px;
|
||||||
|
margin-top:-15px;
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#for-is-ajax
|
||||||
|
{
|
||||||
|
display:none;
|
||||||
|
}
|
|
@ -1,7 +1,7 @@
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
//themes, change CSS with JS
|
//themes, change CSS with JS
|
||||||
//default theme(CSS) is cerulean, change it if needed
|
//default theme(CSS) is cerulean, change it if needed
|
||||||
var current_theme = $.cookie('current_theme')==null ? 'spacelab' :$.cookie('current_theme');
|
var current_theme = $.cookie('current_theme')==null ? 'cerulean' :$.cookie('current_theme');
|
||||||
switch_theme(current_theme);
|
switch_theme(current_theme);
|
||||||
|
|
||||||
$('#themes a[data-value="'+current_theme+'"]').find('i').addClass('icon-ok');
|
$('#themes a[data-value="'+current_theme+'"]').find('i').addClass('icon-ok');
|
||||||
|
|
|
@ -52,6 +52,8 @@
|
||||||
<!-- The fav icon -->
|
<!-- The fav icon -->
|
||||||
<!--<link rel="shortcut icon" href="img/favicon.ico">-->
|
<!--<link rel="shortcut icon" href="img/favicon.ico">-->
|
||||||
|
|
||||||
|
<!--custom css file-->
|
||||||
|
<link href="css/custom.css" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in a new issue