mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-06-08 00:57:01 +03:00
Switch to smoothness theme in UI, which looks better
This commit is contained in:
parent
eaa2c4c903
commit
57aab9ef2e
18 changed files with 1186 additions and 1 deletions
|
@ -20,7 +20,7 @@ if (!is_logged_in() and $_POST['formname'] == "loginform") {
|
|||
?>
|
||||
<html>
|
||||
<head>
|
||||
<link href="jquery/css/ui-lightness/jquery-ui-1.10.4.min.css" rel="stylesheet" type="text/css" />
|
||||
<link href="jquery/css/smoothness/jquery-ui-1.10.4.min.css" rel="stylesheet" type="text/css" />
|
||||
<link href="jtable/themes/metro/lightgray/jtable.css" rel="stylesheet" type="text/css" />
|
||||
<link href="css/base.css" rel="stylesheet" type="text/css" />
|
||||
<script src="jquery/js/jquery-1.10.2.js" type="text/javascript"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue