aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme
diff options
context:
space:
mode:
Diffstat (limited to 'p/themes/base-theme')
-rw-r--r--p/themes/base-theme/base.css4
-rw-r--r--p/themes/base-theme/base.rtl.css4
-rw-r--r--p/themes/base-theme/template.css17
-rw-r--r--p/themes/base-theme/template.rtl.css17
4 files changed, 38 insertions, 4 deletions
diff --git a/p/themes/base-theme/base.css b/p/themes/base-theme/base.css
index dfa754bae..d9eca3d3f 100644
--- a/p/themes/base-theme/base.css
+++ b/p/themes/base-theme/base.css
@@ -366,8 +366,8 @@ a.btn {
.pagination:last-child .item {
}
-.pagination .loading,
-.pagination a:hover.loading {
+#load_more.loading,
+#load_more.loading:hover {
font-size: 0;
}
diff --git a/p/themes/base-theme/base.rtl.css b/p/themes/base-theme/base.rtl.css
index 3cf89350b..e3f01c4eb 100644
--- a/p/themes/base-theme/base.rtl.css
+++ b/p/themes/base-theme/base.rtl.css
@@ -366,8 +366,8 @@ a.btn {
.pagination:last-child .item {
}
-.pagination .loading,
-.pagination a:hover.loading {
+#load_more.loading,
+#load_more.loading:hover {
font-size: 0;
}
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index 2642d9cac..fb151b116 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -461,6 +461,15 @@ a.btn {
line-height: 16px;
}
+/* === stream-footer **/
+#stream-footer {
+ margin: 0 0 5em;
+ padding: 1em 0;
+ width: 100%;
+ border-top: 1px solid #aaa;
+ text-align: center;
+}
+
/*=== Pagination */
.pagination {
margin: 0;
@@ -1116,6 +1125,13 @@ br {
min-height: 40px;
}
+#load_more.loading,
+#load_more.loading:hover {
+ padding: 10px 20px;
+ background: url("loader.gif") center center no-repeat #fff;
+ font-size: 0;
+}
+
.loading {
background: url("loader.gif") center center no-repeat;
font-size: 0;
@@ -1682,6 +1698,7 @@ input:checked + .slide-container .properties {
.flux_header,
.flux_content .bottom,
.pagination,
+ #stream-footer,
#nav_entries {
display: none;
}
diff --git a/p/themes/base-theme/template.rtl.css b/p/themes/base-theme/template.rtl.css
index 0e5dbde39..511d8948d 100644
--- a/p/themes/base-theme/template.rtl.css
+++ b/p/themes/base-theme/template.rtl.css
@@ -461,6 +461,15 @@ a.btn {
line-height: 16px;
}
+/* === stream-footer **/
+#stream-footer {
+ margin: 0 0 5em;
+ padding: 1em 0;
+ width: 100%;
+ border-top: 1px solid #aaa;
+ text-align: center;
+}
+
/*=== Pagination */
.pagination {
margin: 0;
@@ -1116,6 +1125,13 @@ br {
min-height: 40px;
}
+#load_more.loading,
+#load_more.loading:hover {
+ padding: 10px 20px;
+ background: url("loader.gif") center center no-repeat #fff;
+ font-size: 0;
+}
+
.loading {
background: url("loader.gif") center center no-repeat;
font-size: 0;
@@ -1682,6 +1698,7 @@ input:checked + .slide-container .properties {
.flux_header,
.flux_content .bottom,
.pagination,
+ #stream-footer,
#nav_entries {
display: none;
}