##// 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 62 height: 30px;
63 63 margin: 0;
64 64 padding: 0;
65 width: 150px;
65 66 font-weight: @text-semibold-weight;
66 67 font-family: @text-semibold;
67 68 }
68 69
69 70 .right-clone {
70 71 float: right;
71 width: 83%;
72 width: ~"calc(100% - 150px)";
72 73 }
73 74
74 75 .clone_url_input {
75 76 width: ~"calc(100% - 35px)";
76 padding: 5px;
77 padding: 6px 5px;
77 78 }
78 79
79 80 &.directory {
@@ -170,7 +171,7 b''
170 171 .left-label;
171 172 width: 150px;
172 173 }
173
174
174 175 .right-content { // similar to form fields
175 176 float: left;
176 177 display: block;
@@ -214,13 +215,13 b''
214 215
215 216 .comments-show { display: inline; }
216 217 .comments-hide { display: none; }
217
218
218 219 &.comments-visible {
219 220 .comments-show { display: none; }
220 221 .comments-hide { display: inline; }
221 222 }
222 223 }
223
224
224 225 // Quick Start section
225 226 .quick_start {
226 227 float: left;
@@ -251,7 +252,7 b''
251 252 width: 100%;
252 253 margin: 0;
253 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 257 .stats {
257 258 float: left;
@@ -286,6 +287,6 b''
286 287 .repo-size {
287 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