X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fduepuntozero%2Fstyle.css;h=a7dc14e9e213fa35d3c7dc68f2145cdcb16360c4;hb=c5845be74edd2e48d743772c3dd31e6ad5c2a25e;hp=376caefa4577e7bd355e6f55f6d28c1d5db4e946;hpb=94f3aef1eaea946680278096c512869ebac256d4;p=friendica.git diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 376caefa45..a7dc14e9e2 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -194,7 +194,7 @@ aside { border-radius: 5px; padding: 5px; font-weight: bold; - background: #3465a4 url('friendika-16.png') no-repeat 95% center; + background: #3465a4 url('friendica-16.png') no-repeat 95% center; } #wallmessage-link { display: block; @@ -245,8 +245,9 @@ section { /* footer */ footer { - display: none; - + text-align: right; + padding-bottom: 1em; + padding-right: 3em; } .birthday-today, .event-today { @@ -429,6 +430,9 @@ div.wall-item-content-wrapper.shiny { height: 50px; } +#login-submit-wrapper { + clear: both; +} #login-submit-button { /* margin-top: 10px; */ margin-left: 200px; @@ -437,7 +441,7 @@ div.wall-item-content-wrapper.shiny { input#dfrn-url { float: left; - background: url(friendika-16.png) no-repeat; + background: url(friendica-16.png) no-repeat; background-position: 2px center; font-size: 17px; padding-left: 21px; @@ -3294,3 +3298,10 @@ ul.menu-popup { #datebrowse-sidebar select { margin-left: 25px; } + +#div_id_remember label { + width: 170px; +} +#div_id_remember input { + width: 20px; +} \ No newline at end of file