]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/css/style.css
Merge pull request #3820 from annando/contact-posts
[friendica.git] / view / theme / frio / css / style.css
index a3d48d9ffb8db46bb8a24622ab910db00375fe39..f15faf3896afa28e4a5bc5e46b47d6db74cf471f 100644 (file)
@@ -1036,15 +1036,22 @@ aside .widget li a:hover {
 }
 
 /* forumlist widget */
-aside #datebrowse-sidebar .posted-date-selector-months{
-    margin-left: 0;
-    margin-bottom: 10px;
+aside > #datebrowse-sidebar li.posted-date-selector-months {
+    margin-bottom: 10px;;
+    padding: 0;
     width: 100%
 }
-aside #datebrowse-sidebar .posted-date-selector-months li{
+aside > #datebrowse-sidebar li.posted-date-selector-months:hover {
+    border-left: none !important;
+    background-color: transparent !important;
+}
+aside > #datebrowse-sidebar .posted-date-selector-months > ul {
+    margin: 0;
+}
+aside > #datebrowse-sidebar .posted-date-selector-months > ul > li{
     padding-left: 30px;
 }
-aside #datebrowse-sidebar .posted-date-selector-months li:hover{
+aside > #datebrowse-sidebar .posted-date-selector-months > ul > li:hover{
     padding-left: 27px;
 }
 
@@ -1130,6 +1137,9 @@ aside .vcard #wallmessage-link {
     padding-right: 20px;
     margin-left: -14px;
 }
+#nav-short-info .contact-photo-wrapper.media-left {
+    float: left;
+}
 #vcard-short-photo-wrapper img,
 #nav-short-info .contact-wrapper img {
     height: 34px;
@@ -1175,6 +1185,10 @@ aside #follow-sidebar input {
     height: 30px;
     background-position: 10px 5px;
 }
+aside #peoplefind-sidebar label,
+aside #follow-sidebar label {
+    font-weight: normal;
+}
 aside #peoplefind-sidebar .form-group-search .form-button-search,
 aside #follow-sidebar .form-group-search .form-button-search {
     padding: 2px 8px;
@@ -1260,7 +1274,7 @@ section #jotOpen {
 #jot-text-wrap textarea {
     min-height: 100px;
 }
-#profile-jot-wrapper button#jot-submit {
+#profile-jot-wrapper button#profile-jot-submit {
     margin-top: 5px;
 }
 #profile-jot-wrapper #character-counter {
@@ -2460,6 +2474,9 @@ ul li:hover .contact-wrapper .contact-action-link:hover {
 .modal-body .vevent .event-summary {
     display: none;
 }
+#event-preview .vevent .event-summary {
+    display: block;
+}
 
 /* Event Cards */
 .event-card-details, .event-card-header {
@@ -2507,6 +2524,7 @@ ul li:hover .contact-wrapper .contact-action-link:hover {
     color: #555;
     line-height: 15px;
     font-weight: bold;
+    margin: 0;
 }
 .event-card .event-card-location {
     margin-top: 10px;
@@ -2532,9 +2550,8 @@ ul li:hover .contact-wrapper .contact-action-link:hover {
 .event-card .event-card-content .event-location-map .map{
     margin-top: 10px;
 }
-
-.event-card .event-description .seperator {
-    margin-top: 0;
+.event-card .description {
+    margin-top: 10px;
     box-shadow: 0 1.5px 0 0 rgba(0, 0, 0, .1) inset;
 }
 /* Photos Pages */