##// END OF EJS Templates
fixed clone input url alignment
Liviu -
r3596:78e51dfa new-ui
parent child Browse files
Show More
@@ -62,18 +62,19 b''
62 height: 30px;
62 height: 30px;
63 margin: 0;
63 margin: 0;
64 padding: 0;
64 padding: 0;
65 width: 150px;
65 font-weight: @text-semibold-weight;
66 font-weight: @text-semibold-weight;
66 font-family: @text-semibold;
67 font-family: @text-semibold;
67 }
68 }
68
69
69 .right-clone {
70 .right-clone {
70 float: right;
71 float: right;
71 width: 83%;
72 width: ~"calc(100% - 150px)";
72 }
73 }
73
74
74 .clone_url_input {
75 .clone_url_input {
75 width: ~"calc(100% - 35px)";
76 width: ~"calc(100% - 35px)";
76 padding: 5px;
77 padding: 6px 5px;
77 }
78 }
78
79
79 &.directory {
80 &.directory {
@@ -170,7 +171,7 b''
170 .left-label;
171 .left-label;
171 width: 150px;
172 width: 150px;
172 }
173 }
173
174
174 .right-content { // similar to form fields
175 .right-content { // similar to form fields
175 float: left;
176 float: left;
176 display: block;
177 display: block;
@@ -214,13 +215,13 b''
214
215
215 .comments-show { display: inline; }
216 .comments-show { display: inline; }
216 .comments-hide { display: none; }
217 .comments-hide { display: none; }
217
218
218 &.comments-visible {
219 &.comments-visible {
219 .comments-show { display: none; }
220 .comments-show { display: none; }
220 .comments-hide { display: inline; }
221 .comments-hide { display: inline; }
221 }
222 }
222 }
223 }
223
224
224 // Quick Start section
225 // Quick Start section
225 .quick_start {
226 .quick_start {
226 float: left;
227 float: left;
@@ -251,7 +252,7 b''
251 width: 100%;
252 width: 100%;
252 margin: 0;
253 margin: 0;
253 padding: @space 0 10px 0;
254 padding: @space 0 10px 0;
254 border-top: @border-thickness solid @border-default-color;
255 border-top: @border-thickness solid @border-default-color;
255
256
256 .stats {
257 .stats {
257 float: left;
258 float: left;
@@ -286,6 +287,6 b''
286 .repo-size {
287 .repo-size {
287 margin-bottom: .5em;
288 margin-bottom: .5em;
288 }
289 }
289
290
290 }
291 }
291
292
General Comments 0
You need to be logged in to leave comments. Login now