aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMichael <icarus@dabo.de>2012-02-25 19:40:05 +0100
committerMichael <icarus@dabo.de>2012-02-25 19:40:05 +0100
commit1cf1870512de474208ce3682450c047e027d6c38 (patch)
treea276c8efee335237261b990dc0b6dffa1b29fdb0 /view/theme
parent3c68bf25ac9176ccfbc9f2e658dcc360431c46cc (diff)
downloadvolse-hubzilla-1cf1870512de474208ce3682450c047e027d6c38.tar.gz
volse-hubzilla-1cf1870512de474208ce3682450c047e027d6c38.tar.bz2
volse-hubzilla-1cf1870512de474208ce3682450c047e027d6c38.zip
poller.php: Test for moving to archive, vier-style: notifications fixed
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/vier/style.css25
1 files changed, 22 insertions, 3 deletions
diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css
index 0268c64d8..61a3b06ab 100644
--- a/view/theme/vier/style.css
+++ b/view/theme/vier/style.css
@@ -496,7 +496,7 @@ nav ul {
nav ul li {
list-style: none;
margin: 0px;
- padding: 0px;
+ padding: 1px 1px 3px 1px;
float: left;
}
nav ul li .menu-popup {
@@ -571,6 +571,18 @@ nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-link
nav #nav-apps-link.selected {
background-color: #364e59;
}
+
+#nav-notifications-mark-all {
+ padding: 1px 1px 2px 1px;
+ border-bottom: 1px solid #364E59;
+ margin: 0px 0px 2px 26px;
+}
+
+#nav-notifications-see-all {
+ padding: 1px;
+ margin: 0px 0px 2px 26px;
+}
+
ul.menu-popup {
position: absolute;
display: none;
@@ -587,9 +599,9 @@ ul.menu-popup {
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
}
ul.menu-popup a {
- display: block;
+ /* display: block; */
color: #2d2d2d;
- padding: 5px 10px;
+ /* padding: 5px 10px; */
text-decoration: none;
}
ul.menu-popup a:hover {
@@ -656,6 +668,13 @@ ul.menu-popup .empty {
color: #9eabb0;
display: block;
}
+
+.notif-image {
+ width: 32px;
+ height: 32px;
+ padding: 7px 7px 0px 0px;
+}
+
/* aside */
aside {
display: table-cell;