Minor ui fixes.

This commit is contained in:
Christopher Ganas 2015-03-31 00:57:58 -04:00
parent 57427077b2
commit 8acc141e3f
3 changed files with 6 additions and 12 deletions

View File

@ -4,7 +4,7 @@ var scripts = ["/client/controls.js", "/client/ida.js", "/client/idump.js", "/cl
"/client/static/static.js", "/client/static/graph.js"];
$(document).ready(function() {
var myDocker = new wcDocker(document.body, {"theme": "qira_theme", "themePath": "/"});
var myDocker = new wcDocker(document.body, {"theme": "qira_theme", "themePath": ""});
var cfgDef = $.Deferred();
var memoryDef = $.Deferred();

View File

@ -1,5 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="/qira_layout.css">
@ -7,8 +6,10 @@
<link rel="stylesheet" type="text/css" href="/qira_new.css">
<link rel='stylesheet' type='text/css' href='/client/compatibility/jquery.contextMenu.css'>
<link rel="stylesheet" type="text/css" href="/client/compatibility/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="/client/compatibility/wcDocker.min.css">
<script> console.log("welcome to qira"); </script>
<title>qira</title>
@ -33,7 +34,7 @@
<div class="container fill">
<div class="stay-top dynamic-info">
<div id="haddrline"></div>
<div id="controls">
<div id="controls" class="fill">
<input spellcheck="false" id="control_clnum" class="control" />
<input spellcheck="false" id="control_forknum" class="control" />
<input spellcheck="false" id="control_iaddr" class="control" />

View File

@ -6,6 +6,7 @@ html, body {
width: 100%;
}
/* universal things */
input {
font-family: monospace;
@ -15,11 +16,6 @@ td {
font-family: monospace;
}
body {
margin: 0px 0px 0px 0px;
height: 100%;
}
.dynamic-info {
width: 100%;
background-color: #AAAAAA;
@ -64,6 +60,7 @@ body {
border: 1px solid black;
/*padding: 2px;
margin: 3px;*/
background-color: #ddd;
}
#control_fork {
@ -132,10 +129,6 @@ body {
background-color: #AAAAAA;
}
body {
background-color: #AAAAAA;
}
#vtimelinebox {
padding-top: 4px;
height: 100%;