##// END OF EJS Templates
Attempt to fix alignment problems
Jonathan Frederic -
Show More
@@ -8704,10 +8704,16 b' ul.breadcrumb span {'
8704 .list_item > div input {
8704 .list_item > div input {
8705 margin-right: 7px;
8705 margin-right: 7px;
8706 margin-left: 14px;
8706 margin-left: 14px;
8707 vertical-align: baseline;
8708 line-height: 22px;
8709 position: relative;
8710 top: -1px;
8707 }
8711 }
8708 .list_header > div .item_link,
8712 .list_header > div .item_link,
8709 .list_item > div .item_link {
8713 .list_item > div .item_link {
8710 margin-left: 14px;
8714 margin-left: -1px;
8715 vertical-align: baseline;
8716 line-height: 22px;
8711 }
8717 }
8712 .new-file input[type=checkbox] {
8718 .new-file input[type=checkbox] {
8713 visibility: hidden;
8719 visibility: hidden;
@@ -8720,6 +8726,9 b' ul.breadcrumb span {'
8720 font-size: 14px;
8726 font-size: 14px;
8721 color: #5e5e5e;
8727 color: #5e5e5e;
8722 margin-right: 7px;
8728 margin-right: 7px;
8729 margin-left: 7px;
8730 line-height: 22px;
8731 vertical-align: baseline;
8723 }
8732 }
8724 .item_buttons {
8733 .item_buttons {
8725 padding-top: 4px;
8734 padding-top: 4px;
@@ -8761,6 +8770,8 b' input.engine_num_input {'
8761 }
8770 }
8762 #project_name {
8771 #project_name {
8763 display: inline-block;
8772 display: inline-block;
8773 padding-left: 7px;
8774 margin-left: -2px;
8764 }
8775 }
8765 #project_name > .breadcrumb {
8776 #project_name > .breadcrumb {
8766 padding: 0px;
8777 padding: 0px;
@@ -8770,9 +8781,11 b' input.engine_num_input {'
8770 }
8781 }
8771 #tree-selector {
8782 #tree-selector {
8772 display: inline-block;
8783 display: inline-block;
8784 padding-right: 0px;
8773 }
8785 }
8774 #tree-selector input[type=checkbox] {
8786 #tree-selector input[type=checkbox] {
8775 margin-left: 7px;
8787 margin-left: 7px;
8788 vertical-align: baseline;
8776 }
8789 }
8777 .tab-content .row {
8790 .tab-content .row {
8778 margin-left: 0px;
8791 margin-left: 0px;
@@ -8803,6 +8816,8 b' input.engine_num_input {'
8803 -moz-osx-font-smoothing: grayscale;
8816 -moz-osx-font-smoothing: grayscale;
8804 transform: translate(0, 0);
8817 transform: translate(0, 0);
8805 content: "\f02d";
8818 content: "\f02d";
8819 position: relative;
8820 top: -1px;
8806 }
8821 }
8807 .notebook_icon:before.pull-left {
8822 .notebook_icon:before.pull-left {
8808 margin-right: .3em;
8823 margin-right: .3em;
@@ -8819,6 +8834,8 b' input.engine_num_input {'
8819 -moz-osx-font-smoothing: grayscale;
8834 -moz-osx-font-smoothing: grayscale;
8820 transform: translate(0, 0);
8835 transform: translate(0, 0);
8821 content: "\f02d";
8836 content: "\f02d";
8837 position: relative;
8838 top: -1px;
8822 color: #5cb85c;
8839 color: #5cb85c;
8823 }
8840 }
8824 .running_notebook_icon:before.pull-left {
8841 .running_notebook_icon:before.pull-left {
@@ -8836,6 +8853,8 b' input.engine_num_input {'
8836 -moz-osx-font-smoothing: grayscale;
8853 -moz-osx-font-smoothing: grayscale;
8837 transform: translate(0, 0);
8854 transform: translate(0, 0);
8838 content: "\f016";
8855 content: "\f016";
8856 position: relative;
8857 top: -2px;
8839 }
8858 }
8840 .file_icon:before.pull-left {
8859 .file_icon:before.pull-left {
8841 margin-right: .3em;
8860 margin-right: .3em;
@@ -104,10 +104,16 b' ul.breadcrumb {'
104 input {
104 input {
105 margin-right: @dashboard_lr_pad;
105 margin-right: @dashboard_lr_pad;
106 margin-left: @dashboard_lr_pad + @dashboard-selectorbtn-lpad;
106 margin-left: @dashboard_lr_pad + @dashboard-selectorbtn-lpad;
107 vertical-align: baseline;
108 line-height: @btn_mini_height;
109 position: relative;
110 top: -1px;
107 }
111 }
108
112
109 .item_link {
113 .item_link {
110 margin-left: 14px;
114 margin-left: -1px;
115 vertical-align: baseline;
116 line-height: @btn_mini_height;
111 }
117 }
112 }
118 }
113
119
@@ -124,6 +130,9 b' ul.breadcrumb {'
124 font-size: 14px;
130 font-size: 14px;
125 color: @dark_dashboard_color;
131 color: @dark_dashboard_color;
126 margin-right: @dashboard_lr_pad;
132 margin-right: @dashboard_lr_pad;
133 margin-left: @dashboard_lr_pad;
134 line-height: @btn_mini_height;
135 vertical-align: baseline;
127 }
136 }
128
137
129 .item_buttons {
138 .item_buttons {
@@ -162,6 +171,8 b' input.engine_num_input {'
162
171
163 #project_name {
172 #project_name {
164 display: inline-block;
173 display: inline-block;
174 padding-left: @dashboard_lr_pad;
175 margin-left: -2px;
165
176
166 > .breadcrumb {
177 > .breadcrumb {
167 padding: 0px;
178 padding: 0px;
@@ -173,9 +184,11 b' input.engine_num_input {'
173
184
174 #tree-selector {
185 #tree-selector {
175 display: inline-block;
186 display: inline-block;
176
187 padding-right: 0px;
188
177 input[type=checkbox] {
189 input[type=checkbox] {
178 margin-left: @dashboard_lr_pad;
190 margin-left: @dashboard_lr_pad;
191 vertical-align: baseline;
179 }
192 }
180 }
193 }
181
194
@@ -185,21 +198,28 b' input.engine_num_input {'
185 }
198 }
186
199
187 .folder_icon:before {
200 .folder_icon:before {
188 .icon(@fa-var-folder-o)
201 .icon(@fa-var-folder-o);
189 }
202 }
190
203
191 .notebook_icon:before {
204 .notebook_icon:before {
192 .icon(@fa-var-book)
205 .icon(@fa-var-book);
206 position: relative;
207 top: -1px;
193 }
208 }
194
209
195 .running_notebook_icon:before {
210 .running_notebook_icon:before {
196 .icon(@fa-var-book);
211 .icon(@fa-var-book);
197 color: @brand-success
212 position: relative;
213 top: -1px;
214
215 color: @brand-success;
198 }
216 }
199
217
200
218
201 .file_icon:before {
219 .file_icon:before {
202 .icon(@fa-var-file-o)
220 .icon(@fa-var-file-o);
221 position: relative;
222 top: -2px;
203 }
223 }
204
224
205 #notebook_toolbar .pull-right {
225 #notebook_toolbar .pull-right {
General Comments 0
You need to be logged in to leave comments. Login now