Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions esp/esp/themes/theme_data/droplets/less/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -298,15 +298,15 @@ ul.nav-collapse {
font-size: 13px;
}

input:not(.inputbox):not([type="radio"]):not([type="button"]):not([type="checkbox"]):not(
/*input:not(.inputbox):not([type="radio"]):not([type="button"]):not([type="checkbox"]):not(
.input-mini
):not(.input-small):not(.input-medium):not(.input-large):not(
.input-xlarge
):not(.input-xxlarge):not([class*="span"]),
textarea:not([class*="span"]),
.uneditable-input:not([class*="span"]) {
width: 94%;
}
}*/

select {
width: auto;
Expand Down
2 changes: 1 addition & 1 deletion esp/public/media/default_styles/scheduling_checks.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ table {
overflow-x: auto;
}

input[name="refresh_interval"] {
#refresh_interval {
width: 40px;
float: right;
margin-right: 10px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h1>Schedule Diagnostic Output for {{program.niceName}} </h1>
<p>Clicking "Include unreviewed classes" will show all classes in the diagnostic.</p>
<br></div>
<a class="btn move_left" href="scheduling_checks{% if unreviewed %}">Exclude{% else %}?unreviewed">Include{% endif %} unreviewed classes</a>
<button class="btn btn-success" name="refresh">Start Auto Refresh</button><input type="number" min="5" name="refresh_interval" title="(Refresh interval in seconds)" value=30>
<button class="btn btn-success" name="refresh">Start Auto Refresh</button><input type="number" min="5" name="refresh_interval" id="refresh_interval" title="(Refresh interval in seconds)" value=30>

<div id="scheduling-check-wrapper"></div>
<script type="text/jsx">
Expand Down
Loading