]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/style.css
Merge remote-tracking branch 'upstream/master'
[friendica.git] / view / theme / duepuntozero / style.css
index 376caefa4577e7bd355e6f55f6d28c1d5db4e946..fce86182572682c52a946f3b0c2677ef08c550e4 100644 (file)
@@ -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;
@@ -3133,6 +3137,7 @@ aside input[type='text'] {
        display: block; width: 20px; height: 23px;
        float: left;
        background-image: url('../../../images/content-types.png');
+       background-position: -80px 0px;
 }
 
 .body-attach {
@@ -3294,3 +3299,14 @@ ul.menu-popup {
 #datebrowse-sidebar select {
        margin-left: 25px;
 }
+
+#div_id_remember label {
+       width: 170px;
+}
+#div_id_remember input {
+       width: 20px;
+}
+
+.shared_header span {
+       margin-left: 10px;
+}