##// END OF EJS Templates
minor reflow of tree header...
Min RK -
Show More
@@ -7999,14 +7999,15 b' span#login_widget > .button .badge,'
7999 margin: 0;
7999 margin: 0;
8000 }
8000 }
8001 .alternate_upload input.fileinput {
8001 .alternate_upload input.fileinput {
8002 background-color: red;
8002 display: inline;
8003 position: relative;
8004 opacity: 0;
8003 opacity: 0;
8005 z-index: 2;
8004 z-index: 2;
8006 width: 295px;
8005 width: 12ex;
8007 margin-left: 163px;
8006 margin-right: -12ex;
8008 cursor: pointer;
8007 }
8009 height: 26px;
8008 .alternate_upload .input-overlay {
8009 display: inline-block;
8010 font-weight: bold;
8010 }
8011 }
8011 /**
8012 /**
8012 * Primary styles
8013 * Primary styles
@@ -15,12 +15,14 b''
15
15
16 .alternate_upload input.fileinput
16 .alternate_upload input.fileinput
17 {
17 {
18 background-color:red;
18 display: inline;
19 position:relative;
20 opacity: 0;
19 opacity: 0;
21 z-index: 2;
20 z-index: 2;
22 width: 295px;
21 width: 12ex;
23 margin-left:163px;
22 margin-right: -12ex;
24 cursor: pointer;
23 }
25 height: 26px;
24
25 .alternate_upload .input-overlay {
26 display: inline-block;
27 font-weight: bold;
26 }
28 }
@@ -34,15 +34,16 b' data-terminals-available="{{terminals_available}}"'
34 <div class="tab-content">
34 <div class="tab-content">
35 <div id="notebooks" class="tab-pane active">
35 <div id="notebooks" class="tab-pane active">
36 <div id="notebook_toolbar" class="row">
36 <div id="notebook_toolbar" class="row">
37 <div class="col-sm-8 no-padding">
37 <div class="col-sm-12 no-padding">
38 <form id='alternate_upload' class='alternate_upload' >
38 <form id='alternate_upload' class='alternate_upload'>
39 <span id="notebook_list_info" style="position:absolute" >
39 <span id="notebook_list_info">
40 To import a notebook, drag the file onto the listing below or <strong>click here</strong>.
40 To import a notebook, drag the file onto the listing below or
41 <span class="input-overlay">
42 <input type="file" name="datafile" class="fileinput" multiple='multiple'>
43 click here.
44 </span>
41 </span>
45 </span>
42 <input type="file" name="datafile" class="fileinput" multiple='multiple'>
43 </form>
46 </form>
44 </div>
45 <div class="col-sm-4 no-padding tree-buttons">
46 <span id="notebook_buttons" class="pull-right">
47 <span id="notebook_buttons" class="pull-right">
47 <div id="new-notebook-buttons" class="btn-group">
48 <div id="new-notebook-buttons" class="btn-group">
48 <button id="new_notebook" class="btn btn-default btn-xs">
49 <button id="new_notebook" class="btn btn-default btn-xs">
General Comments 0
You need to be logged in to leave comments. Login now