Show More
@@ -87,3 +87,11 b'' | |||||
87 | padding : 0; |
|
87 | padding : 0; | |
88 | background-color: transparent; |
|
88 | background-color: transparent; | |
89 | } |
|
89 | } | |
|
90 | ||||
|
91 | input.engine_num_input { | |||
|
92 | height: 20px; | |||
|
93 | margin-bottom:2px; | |||
|
94 | padding-top:0; | |||
|
95 | padding-bottom:0; | |||
|
96 | width: 90px; | |||
|
97 | } |
@@ -103,7 +103,7 b' var IPython = (function (IPython) {' | |||||
103 | var profile_col = $('<span/>').addClass('profile_col').text(this.data.profile); |
|
103 | var profile_col = $('<span/>').addClass('profile_col').text(this.data.profile); | |
104 | var status_col = $('<span/>').addClass('status_col').html('stopped'); |
|
104 | var status_col = $('<span/>').addClass('status_col').html('stopped'); | |
105 | var engines_col = $('<span/>').addClass('engines_col'); |
|
105 | var engines_col = $('<span/>').addClass('engines_col'); | |
106 |
var input = $('<input/>').attr('type',' |
|
106 | var input = $('<input/>').attr('type','number'). | |
107 | attr('size',3).addClass('engine_num_input'); |
|
107 | attr('size',3).addClass('engine_num_input'); | |
108 | engines_col.append(input); |
|
108 | engines_col.append(input); | |
109 | var action_col = $('<span/>').addClass('action_col'); |
|
109 | var action_col = $('<span/>').addClass('action_col'); |
@@ -3,9 +3,9 b'' | |||||
3 | {% block title %}IPython Dashboard{% endblock %} |
|
3 | {% block title %}IPython Dashboard{% endblock %} | |
4 |
|
4 | |||
5 | {% block stylesheet %} |
|
5 | {% block stylesheet %} | |
6 | <link rel="stylesheet" href="{{static_url("css/projectdashboard.css") }}" type="text/css" /> |
|
|||
7 | <link rel="stylesheet" href="{{static_url("css/alternateuploadform.css") }}" type="text/css" /> |
|
6 | <link rel="stylesheet" href="{{static_url("css/alternateuploadform.css") }}" type="text/css" /> | |
8 | <link rel="stylesheet" href="{{static_url("css/style.min.css") }}" type="text/css" /> |
|
7 | <link rel="stylesheet" href="{{static_url("css/style.min.css") }}" type="text/css" /> | |
|
8 | <link rel="stylesheet" href="{{static_url("css/projectdashboard.css") }}" type="text/css" /> | |||
9 | {% endblock %} |
|
9 | {% endblock %} | |
10 |
|
10 | |||
11 |
|
11 |
General Comments 0
You need to be logged in to leave comments.
Login now