X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Floozah%2Fstyle.css;h=7e8299eb564dd2dce238b23589a727c61e712f06;hb=d2c47924eb186a0839fe107b271ccbf27d15fe10;hp=d34c81a45d94168f7fec517ef43565b748541f23;hpb=af0fe4cf422aee9a8fd6b5b5cd422ed0c02e6696;p=friendica.git diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index d34c81a45d..7e8299eb56 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -410,8 +410,7 @@ nav { } #register-submit-button { - margin-top: 50px; - margin-left: 350px; + margin-top: 10px; } #label-login-name, #label-login-password, #login-extra-filler { @@ -812,6 +811,25 @@ input#dfrn-url { margin-left: 20px; } +#profile-publish-yes-reg, +#profile-publish-no-reg { + float: left; + margin-bottom: 10px; +} + +#profile-publish-yes-label-reg, +#profile-publish-no-label-reg { + margin-left: 350px; + float: left; + width: 50px; +} + +#profile-publish-break-reg, +#profile-publish-end-reg { + clear: both; +} + + #profile-edit-homepage { float: left; @@ -2047,3 +2065,24 @@ a.mail-list-link { .tool-link { cursor: pointer; } + + +.calendar { + font-family: Courier, monospace; +} +.today { + color: #FF0000; +} + + +.settings-block { + border: 1px solid #AAA; + margin: 10px; + padding: 10px; +} + + +.app-title { + margin: 10px; +} +