aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-06-30 17:35:35 -0700
committerFriendika <info@friendika.com>2011-06-30 17:35:35 -0700
commit53653f6a4d6b4c9d348d7e9d8eb1648469b031af (patch)
tree9b2ccc93946de6f127d4a90a74b93eaa2de6dcaa /view
parentb03df35b02907a78a5787654a57e73810e707f6a (diff)
downloadvolse-hubzilla-53653f6a4d6b4c9d348d7e9d8eb1648469b031af.tar.gz
volse-hubzilla-53653f6a4d6b4c9d348d7e9d8eb1648469b031af.tar.bz2
volse-hubzilla-53653f6a4d6b4c9d348d7e9d8eb1648469b031af.zip
consolidate perrmisions sql, minor duepuntozero validation fixes
Diffstat (limited to 'view')
-rw-r--r--view/theme/duepuntozero/style.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index 67a1546ee..a99d7530f 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -2547,7 +2547,7 @@ a.mail-list-link {
.settings-block > h3,
.settings-heading {
- border-bottom: 1px solid #babdb6
+ border-bottom: 1px solid #babdb6;
}
@@ -2632,7 +2632,7 @@ a.mail-list-link {
margin-right: 1em;
}
-#adminpage table {width:100%; border-bottom: 1p solid #000000; margin: 5px 0px;}
+#adminpage table {width:100%; border-bottom: 1px solid #000000; margin: 5px 0px;}
#adminpage table th { text-align: left;}
#adminpage td .icon { float: left;}
#adminpage table#users img { width: 16px; height: 16px; }
@@ -2692,9 +2692,9 @@ a.mail-list-link {
margin-top: 10px;
}
-.type-video { background-position: 0px; 0px; }
-.type-image { background-position: -20px; 0px; }
-.type-audio { background-position: -40px; 0px; }
-.type-text { background-position: -60px; 0px; }
-.type-unkn { background-position: -80px; 0px; }
+.type-video { background-position: 0px 0px; }
+.type-image { background-position: -20px 0px; }
+.type-audio { background-position: -40px 0px; }
+.type-text { background-position: -60px 0px; }
+.type-unkn { background-position: -80px 0px; }