##// END OF EJS Templates
summary: show "Show by ID" toggler after the clone url...
Mads Kiilerich -
r3286:e267b8e9 beta
parent child Browse files
Show More
@@ -3525,15 +3525,16 b' div.gravatar img {'
3525
3525
3526 .ui-btn.clone {
3526 .ui-btn.clone {
3527 padding: 5px 2px 6px 1px;
3527 padding: 5px 2px 6px 1px;
3528 margin: 0px -4px 3px 0px;
3528 margin: 0px 0px 3px -4px;
3529 -webkit-border-radius: 4px 0px 0px 4px !important;
3529 -webkit-border-radius: 0px 4px 4px 0px !important;
3530 -khtml-border-radius: 4px 0px 0px 4px !important;
3530 -khtml-border-radius: 0px 4px 4px 0px !important;
3531 -moz-border-radius: 4px 0px 0px 4px !important;
3531 -moz-border-radius: 0px 4px 4px 0px !important;
3532 border-radius: 4px 0px 0px 4px !important;
3532 border-radius: 0px 4px 4px 0px !important;
3533 width: 100px;
3533 width: 100px;
3534 text-align: center;
3534 text-align: center;
3535 float: left;
3535 display: inline-block;
3536 position: absolute;
3536 position: relative;
3537 top: -2px;
3537 }
3538 }
3538 .ui-btn:focus {
3539 .ui-btn:focus {
3539 outline: none;
3540 outline: none;
@@ -145,10 +145,10 b''
145 <label>${_('Clone url')}:</label>
145 <label>${_('Clone url')}:</label>
146 </div>
146 </div>
147 <div class="input ${summary(c.show_stats)}">
147 <div class="input ${summary(c.show_stats)}">
148 <div style="display:none" id="clone_by_name" class="ui-btn clone">${_('Show by Name')}</div>
148 <input style="width:80%" type="text" id="clone_url" readonly="readonly" value="${c.clone_repo_url}"/>
149 <input style="display:none;width:80%" type="text" id="clone_url_id" readonly="readonly" value="${c.clone_repo_url_id}"/>
150 <div style="display:none" id="clone_by_name" class="ui-btn clone">${_('Show by Name')}</div>
149 <div id="clone_by_id" class="ui-btn clone">${_('Show by ID')}</div>
151 <div id="clone_by_id" class="ui-btn clone">${_('Show by ID')}</div>
150 <input style="width:80%;margin-left:105px" type="text" id="clone_url" readonly="readonly" value="${c.clone_repo_url}"/>
151 <input style="display:none;width:80%;margin-left:105px" type="text" id="clone_url_id" readonly="readonly" value="${c.clone_repo_url_id}"/>
152 </div>
152 </div>
153 </div>
153 </div>
154
154
General Comments 0
You need to be logged in to leave comments. Login now