aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorfabrixxm <fabrix.xm@gmail.com>2011-02-12 18:31:13 +0100
committerfabrixxm <fabrix.xm@gmail.com>2011-02-12 18:31:13 +0100
commit53dff2204bf2cbe46b6cbdb7174fa0cf1a7162b1 (patch)
treeeee6bc94d474e327a233c7053beb46d33036a65d /view/theme
parent26dfb73f48d4fcd4671d136e53f52bb81995ea34 (diff)
parent89cbd17c721dae57b18686fd7f3e5f8c74a279d9 (diff)
downloadvolse-hubzilla-53dff2204bf2cbe46b6cbdb7174fa0cf1a7162b1.tar.gz
volse-hubzilla-53dff2204bf2cbe46b6cbdb7174fa0cf1a7162b1.tar.bz2
volse-hubzilla-53dff2204bf2cbe46b6cbdb7174fa0cf1a7162b1.zip
Merge branch 'friendika-master'
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/duepuntozero/ff-16.jpgbin0 -> 644 bytes
-rwxr-xr-xview/theme/duepuntozero/lock.curbin0 -> 4286 bytes
-rw-r--r--view/theme/duepuntozero/login-bg.gifbin0 -> 237 bytes
-rw-r--r--view/theme/duepuntozero/style.css35
-rw-r--r--view/theme/loozah/style.css19
5 files changed, 46 insertions, 8 deletions
diff --git a/view/theme/duepuntozero/ff-16.jpg b/view/theme/duepuntozero/ff-16.jpg
new file mode 100644
index 000000000..3621f5914
--- /dev/null
+++ b/view/theme/duepuntozero/ff-16.jpg
Binary files differ
diff --git a/view/theme/duepuntozero/lock.cur b/view/theme/duepuntozero/lock.cur
new file mode 100755
index 000000000..892c5e851
--- /dev/null
+++ b/view/theme/duepuntozero/lock.cur
Binary files differ
diff --git a/view/theme/duepuntozero/login-bg.gif b/view/theme/duepuntozero/login-bg.gif
new file mode 100644
index 000000000..cde836c89
--- /dev/null
+++ b/view/theme/duepuntozero/login-bg.gif
Binary files differ
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index 50745ac15..ac3562d1c 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -28,7 +28,7 @@ input {
img { border :0px; }
.openid {
- background: url(../default/login-bg.gif) no-repeat;
+ background: url(login-bg.gif) no-repeat;
background-position: 0 50%;
padding-left: 18px;
}
@@ -319,7 +319,7 @@ div.wall-item-content-wrapper.shiny {
input#dfrn-url {
float: left;
- background: url(../default/ff-16.jpg) no-repeat;
+ background: url(ff-16.jpg) no-repeat;
background-position: 2px center;
font-size: 17px;
padding-left: 21px;
@@ -605,6 +605,10 @@ input#dfrn-url {
#profile-photo-link-select-wrapper {
margin-top: 2em;
}
+#profile-photo-wrapper img {
+ width:175px;
+ height:175px;
+}
#profile-edit-profile-name-label,
#profile-edit-name-label,
@@ -814,7 +818,7 @@ input#dfrn-url {
.wall-item-wrapper {
float: left;
margin-right: 5px;
- width: 150px;
+ width: 250px;
}
.wall-item-lock {
height: 20px;
@@ -859,7 +863,7 @@ input#dfrn-url {
float: left;
/*width: 450px;*/
margin-left: 10px;
- margin-bottom: 20px;
+/* margin-bottom: 20px;*/
padding: 20px;
max-height: 400px;
overflow: auto;
@@ -874,7 +878,7 @@ input#dfrn-url {
.wall-item-body {
float: left;
width: 450px;
- margin-top: 30px;
+ margin-top: 10px;
}
.comment-edit-wrapper {
@@ -885,8 +889,8 @@ input#dfrn-url {
.comment-wwedit-wrapper {
margin-top: 15px;
- background: #CCCCCC;
- margin-left: 250px;
+ background: #f3f3f3;
+ margin-left: 50px;
}
.comment-edit-photo {
@@ -960,6 +964,17 @@ input#dfrn-url {
#profile-jot-plugin-end{
clear: both;
}
+.profile-jot-net {
+ float: left;
+ margin-right: 10px;
+ margin-top: 5px;
+ margin-bottom: 5px;
+}
+
+#profile-jot-networks-end {
+ clear: both;
+}
+
#profile-jot-end {
/*clear: both;*/
margin-bottom: 30px;
@@ -1781,7 +1796,7 @@ a.mail-list-link {
}
.sparkle {
- cursor: url('../default/lock.cur'), pointer;
+ cursor: url('lock.cur'), pointer;
/* cursor: pointer !important; */
}
@@ -1796,6 +1811,10 @@ a.mail-list-link {
.contact-block-link {
float: left;
}
+.contact-block-img {
+ width:48px;
+ height:48px;
+}
#tag-remove {
margin-bottom: 15px;
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css
index d7d735d6d..a87252016 100644
--- a/view/theme/loozah/style.css
+++ b/view/theme/loozah/style.css
@@ -737,6 +737,10 @@ input#dfrn-url {
#profile-photo-link-select-wrapper {
margin-top: 2em;
}
+#profile-photo-wrapper img {
+ width:175px;
+ height:175px;
+}
#profile-edit-profile-name-label,
#profile-edit-name-label,
@@ -1085,6 +1089,17 @@ input#dfrn-url {
#profile-jot-plugin-end {
clear:both;
}
+.profile-jot-net {
+ float: left;
+ margin-right: 10px;
+ margin-top: 5px;
+ margin-bottom: 5px;
+}
+
+#profile-jot-networks-end {
+ clear: both;
+}
+
#profile-jot-end {
clear: both;
margin-bottom: 30px;
@@ -1922,6 +1937,10 @@ a.mail-list-link {
.contact-block-link {
float: left;
}
+.contact-block-img {
+ width:48px;
+ height:48px;
+}
#tag-remove {
margin-bottom: 15px;