]> git.mxchange.org Git - friendica.git/commitdiff
frio: background for people search
authorrabuzarus <>
Mon, 8 Aug 2016 19:54:34 +0000 (21:54 +0200)
committerrabuzarus <>
Mon, 8 Aug 2016 19:54:34 +0000 (21:54 +0200)
view/theme/frio/css/style.css

index 1802905809faf28e8b5b56561dfc7e90168f1f3f..6bbccd8806b3454f5101b045a762f9e3f2012c6a 100644 (file)
@@ -2243,6 +2243,31 @@ ul.notif-network-list > li:hover .intro-action-buttons {
     display: block;
     margin-top: 5px
 }
+
+/* Search Page */
+
+/* This is a little bit hacky. Since the search page is
+used for diferent content types we can't apply the generic-page-wrapper class.
+So we apply the css of the generic-page-wrapper class to the ul elemt with some
+little modifications to emolate a standard page template */
+.search-content-wrapper > ul.viewcontact_wrapper {
+    min-height: calc(100vh - 150px);
+    padding-top: 15px;
+    padding-bottom: 20px;
+    margin: 0;
+    margin-bottom: 20px;
+    border: none;
+    /*background-color: #fff;*/
+    background-color: rgba(255,255,255,$contentbg_transp);
+    border-radius: 4px;
+    position: relative;
+    /*overflow: hidden;*/
+    color: #555;
+    box-shadow: 0 0 3px #dadada;
+    -webkit-box-shadow: 0 0 3px #dadada;
+    -moz-box-shadow: 0 0 3px #dadada;
+}
+
 /*
 * Overwriting for transparency and other colors
 */