aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-09-27 02:44:28 +0100
committerThomas Willingham <founder@kakste.com>2013-09-27 02:44:28 +0100
commitd6607f2093414afd3cbba58021a92b01d3c356fd (patch)
treecc899ff2fa081fb5a38b14ee9b120da52df4c34b /view/theme/redbasic/css
parent689cea3170968e1e488fb6fe84505ca7c9f6a2bf (diff)
downloadvolse-hubzilla-d6607f2093414afd3cbba58021a92b01d3c356fd.tar.gz
volse-hubzilla-d6607f2093414afd3cbba58021a92b01d3c356fd.tar.bz2
volse-hubzilla-d6607f2093414afd3cbba58021a92b01d3c356fd.zip
Minor theme stuff - make the pages toolbar a toolbar, get rid of a naughty center tag, and stop very long tags overlapping the directory.
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 48e38c0f6..ae58fb17a 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1228,6 +1228,9 @@ footer {
border: none;
}
+div.dirtagblock.widget {
+ overflow: hidden;
+}
.pager {
padding: 10px;
@@ -3350,6 +3353,21 @@ div.page-list-item {
margin: 20px;
}
+div#write-pages {
+display: block;
+position: fixed;
+top: 24px;
+z-index: 99;
+background: silver;
+width: 100%;
+left: 0;
+}
+
+div#write-pages a {
+color: #000;
+margin-right: 50px;
+}
+
.pmenu ul {
list-style-type: none;
}