This preserves the alignment work done earlier but provides a more aesthetically pleasing page.

This commit is contained in:
friendica 2014-04-17 01:33:44 -07:00
parent 962665b8b5
commit 8dcf9e78e1
4 changed files with 18 additions and 2 deletions

View File

@ -1 +1 @@
2014-04-16.648 2014-04-17.649

View File

@ -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 {

View File

@ -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. */

View File

@ -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>