]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/testbubble/style.css
Merge pull request #21 from fabrixxm/fixinstall
[friendica.git] / view / theme / testbubble / style.css
index 56af0dcda8486d49f53df81f647141412d2b71f6..d1d344ef970cc71b1b00eb75b8b90c07046089a8 100644 (file)
@@ -65,6 +65,8 @@ li {
 .required { display: inline; color: #b20202; }
 .fakelink { color: #b20202; cursor: pointer; }
 .fakelink :hover { color: #db0503; }
+.heart { color: #FF0000; font-size: 100%; }
+
 
 input[type=text] {
        border: 2px solid #b0b0b0;
@@ -703,6 +705,20 @@ ul .sidebar-group-li .icon{
        margin-right: 5px;
 }
 
+.birthday-today, .event-today {
+       font-weight: bold;
+}
+
+#birthday-wrapper, #event-wrapper {
+       margin-left: 15px;
+}
+
+#pause {
+  position: fixed;
+  bottom: 5px;
+  right: 5px;
+}
+
 /* ================== */
 /* = Contacts Block = */
 /* ================== */
@@ -875,7 +891,7 @@ profile-jot-banner-wrapper {
        margin-top: 20px;
        padding-right: 10px;
        padding-left: 12px;
-       overflow: hidden;
+/*     overflow: hidden; */
 }
 
 .wall-item-outside-wrapper-end { clear: both;}
@@ -971,6 +987,8 @@ profile-jot-banner-wrapper {
        max-width: 85%;
 }
 
+.wall-item-body img { max-width: 100%; height: auto; }
+
 .wall-item-body p {
        font-size: 0.8em;
 }
@@ -2263,18 +2281,27 @@ margin-left: 0px;
     padding: 5px;
 }
 
-#register-form div,
-#profile-edit-form div { 
+#register-form div {
        clear: both;
 }
 
+#profile-edit-form div { 
+       margin-bottom: 5px;
+}
+
+#profile-edit-form div[id$='desc'] {
+       font-size: 0.8em;
+       margin-left: 2%;
+}
+
 #register-form label,
 #profile-edit-form label {
        width: 300px; float: left;
 }
 
-#register-form span,
-#profile-edit-form span  {
+/* #register-form span,
+#profile-edit-form span  { */
+#register-form span {
        color: #555753;
        display:block;
        margin-bottom: 20px;