##// 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 {
General Comments 0
You need to be logged in to leave comments. Login now