Show More
@@ -806,7 +806,7 b' padding:0 0 8px;' | |||||
806 | } |
|
806 | } | |
807 |
|
807 | |||
808 | #content div.box div.form div.fields div.field div.label-select { |
|
808 | #content div.box div.form div.fields div.field div.label-select { | |
809 |
padding: |
|
809 | padding:5px 0 0 5px; | |
810 | } |
|
810 | } | |
811 |
|
811 | |||
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 { |
|
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 | clear:both; |
|
2106 | clear:both; | |
2107 | overflow:hidden; |
|
2107 | overflow:hidden; | |
2108 | margin:0; |
|
2108 | margin:0; | |
2109 |
padding: |
|
2109 | padding:8px 0 2px; | |
2110 | } |
|
2110 | } | |
2111 |
|
2111 | |||
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 { |
|
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 | height:1%; |
|
2118 | height:1%; | |
2119 | display:block; |
|
2119 | display:block; | |
2120 | float:left; |
|
2120 | float:left; | |
2121 |
margin: |
|
2121 | margin:2px 0 0 4px; | |
2122 | } |
|
2122 | } | |
2123 |
|
2123 | |||
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 { |
|
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 | <div class="label"> |
|
31 | <div class="label"> | |
32 | <label for="repo_name">${_('Name')}:</label> |
|
32 | <label for="repo_name">${_('Name')}:</label> | |
33 | </div> |
|
33 | </div> | |
34 |
<div class="input |
|
34 | <div class="input"> | |
35 | ${h.text('repo_name',class_="medium")} |
|
35 | ${h.text('repo_name',class_="medium")} | |
36 | </div> |
|
36 | </div> | |
37 | </div> |
|
37 | </div> |
General Comments 0
You need to be logged in to leave comments.
Login now