]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/style.css
Merge pull request #817 from annando/master
[friendica.git] / view / theme / duepuntozero / style.css
index a7dc14e9e213fa35d3c7dc68f2145cdcb16360c4..527b2f4d862972733dae117cc947255e11535570 100644 (file)
@@ -114,6 +114,14 @@ nav #site-location {
        padding: 10px;
 }
 
+.warning-message {
+    background-color: #F4FA58;
+    border: 1px solid #F3F781;
+    color: #000000;
+    font-size: 1.1em;
+    padding: 10px;
+}
+
 
 nav #banner {
        display: block;
@@ -1601,7 +1609,7 @@ input#dfrn-url {
 
 #contact-profile-selector {
        width: 175px;
-       margin-left: 175px;
+       /*margin-left: 175px;*/
 }
 
 .contact-edit-submit {
@@ -1654,6 +1662,7 @@ input#dfrn-url {
 
 #profile-jot-text {
        height: 20px;
+       width: 100%;
        color:#cccccc;
        border: 1px solid #cccccc;
        padding: 3px 0px 0px 5px;
@@ -2137,6 +2146,15 @@ aside input[type='text'] {
        margin-bottom: 15px;
 }
 
+.video-top-wrapper {
+       display: inline-block;
+       vertical-align: top;
+       margin-top: 15px;
+       margin-right: 15px;
+       margin-left: 15px;
+       margin-bottom: 15px;
+}
+
 #profile-jot-desc {
        /*float: left;*/
        width: 480px;
@@ -3137,6 +3155,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 {
@@ -3304,4 +3323,8 @@ ul.menu-popup {
 }
 #div_id_remember input {
        width: 20px;
-}
\ No newline at end of file
+}
+
+.shared_header span {
+       margin-left: 10px;
+}