Show More
@@ -5613,7 +5613,9 b' button.close {' | |||
|
5613 | 5613 | .panel-body:before, |
|
5614 | 5614 | .panel-body:after, |
|
5615 | 5615 | .modal-footer:before, |
|
5616 |
.modal-footer:after |
|
|
5616 | .modal-footer:after, | |
|
5617 | .item_buttons:before, | |
|
5618 | .item_buttons:after { | |
|
5617 | 5619 | content: " "; |
|
5618 | 5620 | display: table; |
|
5619 | 5621 | } |
@@ -5630,7 +5632,8 b' button.close {' | |||
|
5630 | 5632 | .navbar-collapse:after, |
|
5631 | 5633 | .pager:after, |
|
5632 | 5634 | .panel-body:after, |
|
5633 |
.modal-footer:after |
|
|
5635 | .modal-footer:after, | |
|
5636 | .item_buttons:after { | |
|
5634 | 5637 | clear: both; |
|
5635 | 5638 | } |
|
5636 | 5639 | .center-block { |
@@ -8029,10 +8032,20 b' ul.breadcrumb span {' | |||
|
8029 | 8032 | } |
|
8030 | 8033 | .item_buttons { |
|
8031 | 8034 | line-height: 1em; |
|
8035 | margin-left: -5px; | |
|
8032 | 8036 | } |
|
8033 | 8037 | .item_buttons .btn { |
|
8034 | 8038 | min-width: 13ex; |
|
8035 | 8039 | } |
|
8040 | .item_buttons .btn-group, | |
|
8041 | .item_buttons .input-group { | |
|
8042 | float: left; | |
|
8043 | } | |
|
8044 | .item_buttons > .btn, | |
|
8045 | .item_buttons > .btn-group, | |
|
8046 | .item_buttons > .input-group { | |
|
8047 | margin-left: 5px; | |
|
8048 | } | |
|
8036 | 8049 | .toolbar_info { |
|
8037 | 8050 | height: 24px; |
|
8038 | 8051 | line-height: 24px; |
@@ -227,7 +227,7 b' define([' | |||
|
227 | 227 | $("<span/>").addClass("item_name") |
|
228 | 228 | ) |
|
229 | 229 | ).append( |
|
230 |
$('<div/>').addClass("item_buttons |
|
|
230 | $('<div/>').addClass("item_buttons pull-right") | |
|
231 | 231 | )); |
|
232 | 232 | |
|
233 | 233 | if (index === -1) { |
@@ -106,6 +106,7 b' ul.breadcrumb {' | |||
|
106 | 106 | .btn { |
|
107 | 107 | min-width: 13ex; |
|
108 | 108 | } |
|
109 | .btn-toolbar(); | |
|
109 | 110 | } |
|
110 | 111 | |
|
111 | 112 | .toolbar_info { |
@@ -42,7 +42,7 b' data-terminals-available="{{terminals_available}}"' | |||
|
42 | 42 | </span> |
|
43 | 43 | </span> |
|
44 | 44 | </form> |
|
45 | <div id="notebook_buttons" class="pull-right"> | |
|
45 | <div id="notebook_buttons" class="pull-right btn-toolbar"> | |
|
46 | 46 | <div id="new-notebook-buttons" class="btn-group"> |
|
47 | 47 | <button id="new_notebook" class="btn btn-default btn-xs"> |
|
48 | 48 | New Notebook |
@@ -53,7 +53,9 b' data-terminals-available="{{terminals_available}}"' | |||
|
53 | 53 | </button> |
|
54 | 54 | <ul id="new-notebook-menu" class="dropdown-menu"></ul> |
|
55 | 55 | </div> |
|
56 | <button id="refresh_notebook_list" title="Refresh notebook list" class="btn btn-default btn-xs"><i class="fa fa-refresh"></i></button> | |
|
56 | <div class="btn-group"> | |
|
57 | <button id="refresh_notebook_list" title="Refresh notebook list" class="btn btn-default btn-xs"><i class="fa fa-refresh"></i></button> | |
|
58 | </div> | |
|
57 | 59 | </div> |
|
58 | 60 | </div> |
|
59 | 61 | </div> |
General Comments 0
You need to be logged in to leave comments.
Login now