aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-07-07 15:33:32 -0700
committerFriendika <info@friendika.com>2011-07-07 15:33:32 -0700
commit8cc6e69705c40b942ff74f757d8db743c479646a (patch)
treee284443447b7cedd12d8d1885808f8b89ac9de61 /view
parentd187c39d5dbe70df5dcc8c6ec36453474a7b17f6 (diff)
parentbf19b219ef036776cdd3012773e5fafad95cc949 (diff)
downloadvolse-hubzilla-8cc6e69705c40b942ff74f757d8db743c479646a.tar.gz
volse-hubzilla-8cc6e69705c40b942ff74f757d8db743c479646a.tar.bz2
volse-hubzilla-8cc6e69705c40b942ff74f757d8db743c479646a.zip
Merge pull request #138 from fabrixxm/master
some minor tweaks
Diffstat (limited to 'view')
-rw-r--r--view/theme/duepuntozero/style.css19
1 files changed, 18 insertions, 1 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index 0ff41c92b..fccbe16d9 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -48,8 +48,13 @@ code {
padding: 10px;
margin-top: 20px;
}
-blockquote:before {
+/*blockquote:before {
content: '>> ';
+}*/
+blockquote {
+ background-color: #f4f8f9;
+ border-left: 4px solid #dae4ee;
+ padding: 0.4em;
}
.icollapse-wrapper, .ccollapse-wrapper {
@@ -174,6 +179,16 @@ aside {
position: absolute;
}
+#dfrn-request-link {
+ display: block;
+ color: #FFFFFF;
+ -webkit-border-radius: 5px ;
+ -moz-border-radius: 5px;
+ border-radius: 5px;
+ padding: 5px;
+ font-weight: bold;
+ background: #3465a4 url('friendika-16.png') no-repeat 95% center;
+}
/* section */
section {
@@ -204,6 +219,7 @@ section {
margin-right: 1em;
}
+
/* footer */
footer {
display: none;
@@ -479,6 +495,7 @@ input#dfrn-url {
#profile-extra-links ul {
list-style-type: none;
+ padding: 0px;
}