This preserves the alignment work done earlier but provides a more aesthetically pleasing page.
This commit is contained in:
parent
962665b8b5
commit
8dcf9e78e1
@ -1 +1 @@
|
|||||||
2014-04-16.648
|
2014-04-17.649
|
||||||
|
@ -1,8 +1,22 @@
|
|||||||
|
|
||||||
.widget {
|
.widget {
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Easiest way to indent the widget body - indent the entire widget and then shift the header label back to the left */
|
||||||
|
|
||||||
|
.widget {
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.widget h3 {
|
||||||
|
margin-left: -10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* suggest */
|
/* suggest */
|
||||||
|
|
||||||
.suggest-widget-more {
|
.suggest-widget-more {
|
||||||
|
@ -236,6 +236,8 @@ aside ul {
|
|||||||
|
|
||||||
aside li {
|
aside li {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
/* in order to achieve consistent indentation cross-browser, set margin-left on the li element e.g. */
|
||||||
|
/* margin-left: 10px; */
|
||||||
}
|
}
|
||||||
|
|
||||||
/*TODO: we should use one class for all this. */
|
/*TODO: we should use one class for all this. */
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
<input type="hidden" name="tos" value="1" />
|
<input type="hidden" name="tos" value="1" />
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<input type="submit" name="submit" id="register-submit-button" value="{{$submit}}" />
|
<input type="submit" name="submit" class="btn btn-default" id="register-submit-button" value="{{$submit}}" />
|
||||||
<div id="register-submit-end" class="register-field-end"></div>
|
<div id="register-submit-end" class="register-field-end"></div>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
Reference in New Issue
Block a user