##// END OF EJS Templates
Small templates update
marcink -
r703:9c1ed03e beta
parent child Browse files
Show More
@@ -806,7 +806,7 b' padding:0 0 8px;'
806 806 }
807 807
808 808 #content div.box div.form div.fields div.field div.label-select {
809 padding:2px 0 0 5px;
809 padding:5px 0 0 5px;
810 810 }
811 811
812 812 #content div.box-left div.form div.fields div.field div.label-select,#content div.box-right div.form div.fields div.field div.label-select {
@@ -2106,7 +2106,7 b' border:1px solid #666;'
2106 2106 clear:both;
2107 2107 overflow:hidden;
2108 2108 margin:0;
2109 padding:2px 2px;
2109 padding:8px 0 2px;
2110 2110 }
2111 2111
2112 2112 #content div.box div.form div.fields div.field div.checkboxes div.checkbox input,#content div.box div.form div.fields div.field div.radios div.radio input {
@@ -2118,7 +2118,7 b' margin:0;'
2118 2118 height:1%;
2119 2119 display:block;
2120 2120 float:left;
2121 margin:3px 0 0 4px;
2121 margin:2px 0 0 4px;
2122 2122 }
2123 2123
2124 2124 div.form div.fields div.field div.button input,#content div.box div.form div.fields div.buttons input,div.form div.fields div.buttons input,#content div.box div.action div.button input {
@@ -31,7 +31,7 b''
31 31 <div class="label">
32 32 <label for="repo_name">${_('Name')}:</label>
33 33 </div>
34 <div class="input input-medium">
34 <div class="input">
35 35 ${h.text('repo_name',class_="medium")}
36 36 </div>
37 37 </div>
General Comments 0
You need to be logged in to leave comments. Login now