Minor modifications to the theme.
This commit is contained in:
@@ -4,7 +4,7 @@ var nedb = require('nedb');
|
|||||||
var path = require('path');
|
var path = require('path');
|
||||||
var win = gui.Window.get();
|
var win = gui.Window.get();
|
||||||
|
|
||||||
//win.maximize();
|
win.maximize();
|
||||||
|
|
||||||
function createDB(name)
|
function createDB(name)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -8,9 +8,9 @@
|
|||||||
|
|
||||||
.main_menu input {
|
.main_menu input {
|
||||||
color: #000;
|
color: #000;
|
||||||
background-color: #fff;
|
background-color: rgba(255, 255, 255, 0.8);
|
||||||
border: 0;
|
border: 0;
|
||||||
border: 2px solid #fff;
|
border-radius: 10px;
|
||||||
|
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
min-width: 600px;
|
min-width: 600px;
|
||||||
@@ -29,10 +29,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.main_menu .widget_box {
|
.main_menu .widget_box {
|
||||||
margin: 10px auto;
|
margin: 15px auto;
|
||||||
padding: 1px 1px 50px 1px;
|
padding: 1px 1px 50px 1px;
|
||||||
background-color: rgba(255,255,255,0.03);
|
background-color: rgba(255,255,255,0.03);
|
||||||
box-shadow: 0px 0px 30px #378;
|
box-shadow: 0px 0px 20px #378;
|
||||||
width: 800px;
|
width: 800px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Scholar Explorer</title>
|
<title>Scholarium</title>
|
||||||
|
|
||||||
<script type="text/javascript" src="lib/jquery.min.js"></script>
|
<script type="text/javascript" src="lib/jquery.min.js"></script>
|
||||||
<script type="text/javascript" src="lib/vis.js"></script>
|
<script type="text/javascript" src="lib/vis.js"></script>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"version": "0.1-pre",
|
"version": "0.1-pre",
|
||||||
"main": "index.html",
|
"main": "index.html",
|
||||||
"window": {
|
"window": {
|
||||||
"toolbar": true,
|
"toolbar": false,
|
||||||
"min_width": 400,
|
"min_width": 400,
|
||||||
"min_height": 400,
|
"min_height": 400,
|
||||||
"width": 900,
|
"width": 900,
|
||||||
|
|||||||
Reference in New Issue
Block a user