aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-04-18 02:36:30 +0200
committertommy tomson <thomas.bierey@gmx.de>2012-04-18 02:36:30 +0200
commit1b6c84d8f453ff591451e3304547b239a3d86c5b (patch)
tree7e45521325667ef6ac4adac3638f6adf06957033
parentc53d4498b8bb510b2a2c4de1ea3a2d1baf845347 (diff)
downloadvolse-hubzilla-1b6c84d8f453ff591451e3304547b239a3d86c5b.tar.gz
volse-hubzilla-1b6c84d8f453ff591451e3304547b239a3d86c5b.tar.bz2
volse-hubzilla-1b6c84d8f453ff591451e3304547b239a3d86c5b.zip
diabook-themes: some css/bug-fixes
-rw-r--r--view/theme/diabook-aerith/login.tpl33
-rw-r--r--view/theme/diabook-aerith/style-network-wide.css2
-rw-r--r--view/theme/diabook-aerith/style-network.css2
-rw-r--r--view/theme/diabook-aerith/style-profile-wide.css2
-rw-r--r--view/theme/diabook-aerith/style-profile.css2
-rw-r--r--view/theme/diabook-aerith/style-wide.css45
-rw-r--r--view/theme/diabook-aerith/style.css46
-rw-r--r--view/theme/diabook-blue/login.tpl33
-rw-r--r--view/theme/diabook-blue/style-network-wide.css2
-rw-r--r--view/theme/diabook-blue/style-network.css2
-rw-r--r--view/theme/diabook-blue/style-profile-wide.css2
-rw-r--r--view/theme/diabook-blue/style-profile.css2
-rw-r--r--view/theme/diabook-blue/style-wide.css45
-rw-r--r--view/theme/diabook-blue/style.css45
-rw-r--r--view/theme/diabook-red/login.tpl33
-rw-r--r--view/theme/diabook-red/style-network-wide.css2
-rw-r--r--view/theme/diabook-red/style-network.css2
-rw-r--r--view/theme/diabook-red/style-profile-wide.css2
-rw-r--r--view/theme/diabook-red/style-profile.css2
-rw-r--r--view/theme/diabook-red/style-wide.css45
-rw-r--r--view/theme/diabook-red/style.css45
-rw-r--r--view/theme/diabook/icons/events2.pngbin0 -> 1823 bytes
-rw-r--r--view/theme/diabook/login.tpl33
-rw-r--r--view/theme/diabook/style-network-wide.css2
-rw-r--r--view/theme/diabook/style-network.css7
-rw-r--r--view/theme/diabook/style-profile-wide.css2
-rw-r--r--view/theme/diabook/style-profile.css2
-rw-r--r--view/theme/diabook/style-wide.css44
-rw-r--r--view/theme/diabook/style.css43
29 files changed, 441 insertions, 86 deletions
diff --git a/view/theme/diabook-aerith/login.tpl b/view/theme/diabook-aerith/login.tpl
new file mode 100644
index 000000000..efa7c2d6d
--- /dev/null
+++ b/view/theme/diabook-aerith/login.tpl
@@ -0,0 +1,33 @@
+
+<form action="$dest_url" method="post" >
+ <input type="hidden" name="auth-params" value="login" />
+
+ <div id="login_standard">
+ {{ inc field_input.tpl with $field=$lname }}{{ endinc }}
+ {{ inc field_password.tpl with $field=$lpassword }}{{ endinc }}
+ </div>
+
+ {{ if $openid }}
+ <div id="login_openid">
+ {{ inc field_openid.tpl with $field=$lopenid }}{{ endinc }}
+ </div>
+ {{ endif }}
+
+ <div id="login-submit-wrapper" >
+ <input type="submit" name="submit" id="login-submit-button" value="$login" />
+ </div>
+
+ <div id="login-extra-links">
+ {{ if $register }}<a href="register" title="$register.title" id="register-link">$register.desc</a>{{ endif }}
+ <a href="lostpass" title="$lostpass" id="lost-password-link" >$lostlink</a>
+ </div>
+
+ {{ for $hiddens as $k=>$v }}
+ <input type="hidden" name="$k" value="$v" />
+ {{ endfor }}
+
+
+</form>
+
+
+<script type="text/javascript"> $(document).ready(function() { $("#id_$lname.0").focus();} );</script>
diff --git a/view/theme/diabook-aerith/style-network-wide.css b/view/theme/diabook-aerith/style-network-wide.css
index 48aee84ae..5e424caf7 100644
--- a/view/theme/diabook-aerith/style-network-wide.css
+++ b/view/theme/diabook-aerith/style-network-wide.css
@@ -2372,7 +2372,7 @@ a.mail-list-link {
}
.vevent {
- border: 1px solid #CCCCCC;
+
}
.vevent .event-description, .vevent .event-location {
margin-left: 10px;
diff --git a/view/theme/diabook-aerith/style-network.css b/view/theme/diabook-aerith/style-network.css
index abab80a6a..1d4628f38 100644
--- a/view/theme/diabook-aerith/style-network.css
+++ b/view/theme/diabook-aerith/style-network.css
@@ -2361,7 +2361,7 @@ a.mail-list-link {
}
.vevent {
- border: 1px solid #CCCCCC;
+
}
.vevent .event-description, .vevent .event-location {
margin-left: 10px;
diff --git a/view/theme/diabook-aerith/style-profile-wide.css b/view/theme/diabook-aerith/style-profile-wide.css
index 8dd6bf28d..f30805cfb 100644
--- a/view/theme/diabook-aerith/style-profile-wide.css
+++ b/view/theme/diabook-aerith/style-profile-wide.css
@@ -2343,7 +2343,7 @@ a.mail-list-link {
}
.vevent {
- border: 1px solid #CCCCCC;
+
}
.vevent .event-description, .vevent .event-location {
margin-left: 10px;
diff --git a/view/theme/diabook-aerith/style-profile.css b/view/theme/diabook-aerith/style-profile.css
index dc1fbd285..e51491a88 100644
--- a/view/theme/diabook-aerith/style-profile.css
+++ b/view/theme/diabook-aerith/style-profile.css
@@ -2331,7 +2331,7 @@ a.mail-list-link {
}
.vevent {
- border: 1px solid #CCCCCC;
+
}
.vevent .event-description, .vevent .event-location {
margin-left: 10px;
diff --git a/view/theme/diabook-aerith/style-wide.css b/view/theme/diabook-aerith/style-wide.css
index e92283ca0..69191bca4 100644
--- a/view/theme/diabook-aerith/style-wide.css
+++ b/view/theme/diabook-aerith/style-wide.css
@@ -432,6 +432,12 @@ body {
margin: 50px auto auto;
display: table;
}
+
+#jappix_mini {
+right: 45px !important;
+}
+
+
h4 {
font-size: 1.1em;
}
@@ -1237,7 +1243,7 @@ aside #likes a:hover{
margin-right: 20px;
}
#login-submit-wrapper{
- margin-top: 20px;
+margin-bottom: 15px;
}
.group_selected {
background: url("../../../view/theme/diabook/icons/selected.png") no-repeat left center;
@@ -2634,16 +2640,39 @@ a.mail-list-link {
}
.vevent {
- border: 1px solid #CCCCCC;
-}
-.vevent .event-description, .vevent .event-location {
+position: relative;
+width: 400px;
+padding: 20px;
+padding-top: 10px;
+margin: 0 0px;
+margin-bottom: 10px;
+background-color: white;
+-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
+-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
+box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
+}
+.vevent .event-location {
margin-left: 10px;
margin-right: 10px;
}
-.vevent .event-start {
- margin-left: 10px;
- margin-right: 10px;
+.vevent .event-description {
+margin-left: 10px;
+margin-right: 10px;
+font-size: 1.1em;
+font-weight: bolder;
+}
+.vevent .event-start, .vevent .event-end {
+
+margin-right: 20px;
+margin-bottom: 2px;
+margin-top: 2px;
+font-size: 0.9em;
+text-align: left;
}
+.event-start .dtstart, .event-end .dtend {
+float: right;
+}
+
#new-event-link {
margin-bottom: 10px;
@@ -2657,7 +2686,7 @@ a.mail-list-link {
}
.event-description:before {
- content: url('../../../images/calendar.png');
+ content: url("../../../view/theme/diabook/icons/events2.png") !important;
margin-right: 15px;
}
diff --git a/view/theme/diabook-aerith/style.css b/view/theme/diabook-aerith/style.css
index be944b0af..ff736076d 100644
--- a/view/theme/diabook-aerith/style.css
+++ b/view/theme/diabook-aerith/style.css
@@ -432,6 +432,12 @@ body {
margin: 50px auto auto;
display: table;
}
+
+#jappix_mini {
+right: 45px !important;
+}
+
+
h4 {
font-size: 1.1em;
}
@@ -1235,7 +1241,7 @@ aside #likes a:hover{
margin-right: 20px;
}
#login-submit-wrapper{
- margin-top: 20px;
+margin-bottom: 15px;
}
.group_selected {
background: url("../../../view/theme/diabook/icons/selected.png") no-repeat left center;
@@ -2622,16 +2628,39 @@ a.mail-list-link {
}
.vevent {
- border: 1px solid #CCCCCC;
-}
-.vevent .event-description, .vevent .event-location {
+position: relative;
+width: 400px;
+padding: 20px;
+padding-top: 10px;
+margin: 0 0px;
+margin-bottom: 10px;
+background-color: white;
+-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
+-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
+box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
+}
+.vevent .event-location {
margin-left: 10px;
margin-right: 10px;
}
-.vevent .event-start {
- margin-left: 10px;
- margin-right: 10px;
+.vevent .event-description {
+margin-left: 10px;
+margin-right: 10px;
+font-size: 1.1em;
+font-weight: bolder;
}
+.vevent .event-start, .vevent .event-end {
+
+margin-right: 20px;
+margin-bottom: 2px;
+margin-top: 2px;
+font-size: 0.9em;
+text-align: left;
+}
+.event-start .dtstart, .event-end .dtend {
+float: right;
+}
+
#new-event-link {
margin-bottom: 10px;
@@ -2645,7 +2674,7 @@ a.mail-list-link {
}
.event-description:before {
- content: url('../../../images/calendar.png');
+ content: url("../../../view/theme/diabook/icons/events2.png") !important;
margin-right: 15px;
}
@@ -2658,7 +2687,6 @@ a.mail-list-link {
.event-start .dtstart, .event-end .dtend {
float: right;
}
-
.event-list-date {
margin-bottom: 10px;
}
diff --git a/view/theme/diabook-blue/login.tpl b/view/theme/diabook-blue/login.tpl
new file mode 100644
index 000000000..efa7c2d6d
--- /dev/null
+++ b/view/theme/diabook-blue/login.tpl
@@ -0,0 +1,33 @@
+
+<form action="$dest_url" method="post" >
+ <input type="hidden" name="auth-params" value="login" />
+
+ <div id="login_standard">
+ {{ inc field_input.tpl with $field=$lname }}{{ endinc }}
+ {{ inc field_password.tpl with $field=$lpassword }}{{ endinc }}
+ </div>
+
+ {{ if $openid }}
+ <div id="login_openid">
+ {{ inc field_openid.tpl with $field=$lopenid }}{{ endinc }}
+ </div>
+ {{ endif }}
+
+ <div id="login-submit-wrapper" >
+ <input type="submit" name="submit" id="login-submit-button" value="$login" />
+ </div>
+
+ <div id="login-extra-links">
+ {{ if $register }}<a href="register" title="$register.title" id="register-link">$register.desc</a>{{ endif }}
+ <a href="lostpass" title="$lostpass" id="lost-password-link" >$lostlink</a>
+ </div>
+
+ {{ for $hiddens as $k=>$v }}
+ <input type="hidden" name="$k" value="$v" />
+ {{ endfor }}
+
+
+</form>
+
+
+<script type="text/javascript"> $(document).ready(function() { $("#id_$lname.0").focus();} );</script>
diff --git a/view/theme/diabook-blue/style-network-wide.css b/view/theme/diabook-blue/style-network-wide.css
index 819417965..4c6837d92 100644
--- a/view/theme/diabook-blue/style-network-wide.css
+++ b/view/theme/diabook-blue/style-network-wide.css
@@ -2333,7 +2333,7 @@ a.mail-list-link {
}
.vevent {
- border: 1px solid #CCCCCC;
+
}
.vevent .event-description, .vevent .event-location {
margin-left: 10px;
diff --git a/view/theme/diabook-blue/style-network.css b/view/theme/diabook-blue/style-network.css
index 3f4756ccc..dff0f452b 100644
--- a/view/theme/diabook-blue/style-network.css
+++ b/view/theme/diabook-blue/style-network.css
@@ -2322,7 +2322,7 @@ a.mail-list-link {
}
.vevent {
- border: 1px solid #CCCCCC;
+
}
.vevent .event-description, .vevent .event-location {
margin-left: 10px;
diff --git a/view/theme/diabook-blue/style-profile-wide.css b/view/theme/diabook-blue/style-profile-wide.css
index 66f988a8d..846d2b387 100644
--- a/view/theme/diabook-blue/style-profile-wide.css
+++ b/view/theme/diabook-blue/style-profile-wide.css
@@ -2310,7 +2310,7 @@ a.mail-list-link {
}
.vevent {
- border: 1px solid #CCCCCC;
+
}
.vevent .event-description, .vevent .event-location {
margin-left: 10px;
diff --git a/view/theme/diabook-blue/style-profile.css b/view/theme/diabook-blue/style-profile.css
index c7b33dbc7..332b4fbfc 100644
--- a/view/theme/diabook-blue/style-profile.css
+++ b/view/theme/diabook-blue/style-profile.css
@@ -2298,7 +2298,7 @@ a.mail-list-link {
}
.vevent {
- border: 1px solid #CCCCCC;
+
}
.vevent .event-description, .vevent .event-location {
margin-left: 10px;
diff --git a/view/theme/diabook-blue/style-wide.css b/view/theme/diabook-blue/style-wide.css
index b5f96a05b..1f05684a9 100644
--- a/view/theme/diabook-blue/style-wide.css
+++ b/view/theme/diabook-blue/style-wide.css
@@ -431,6 +431,12 @@ body {
margin: 50px auto auto;
display: table;
}
+
+#jappix_mini {
+right: 45px !important;
+}
+
+
h4 {
font-size: 1.1em;
}
@@ -1197,7 +1203,7 @@ aside #side-peoplefind-url {
margin-right: 20px;
}
#login-submit-wrapper{
- margin-top: 20px;
+margin-bottom: 15px;
}
.group_selected {
background: url("../../../view/theme/diabook/icons/selected.png") no-repeat left center;
@@ -2590,16 +2596,39 @@ a.mail-list-link {
}
.vevent {
- border: 1px solid #CCCCCC;
-}
-.vevent .event-description, .vevent .event-location {
+position: relative;
+width: 400px;
+padding: 20px;
+padding-top: 10px;
+margin: 0 0px;
+margin-bottom: 10px;
+background-color: white;
+-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
+-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
+box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
+}
+.vevent .event-location {
margin-left: 10px;
margin-right: 10px;
}
-.vevent .event-start {
- margin-left: 10px;
- margin-right: 10px;
+.vevent .event-description {
+margin-left: 10px;
+margin-right: 10px;
+font-size: 1.1em;
+font-weight: bolder;
+}
+.vevent .event-start, .vevent .event-end {
+
+margin-right: 20px;
+margin-bottom: 2px;
+margin-top: 2px;
+font-size: 0.9em;
+text-align: left;
}
+.event-start .dtstart, .event-end .dtend {
+float: right;
+}
+
#new-event-link {
margin-bottom: 10px;
@@ -2613,7 +2642,7 @@ a.mail-list-link {
}
.event-description:before {
- content: url('../../../images/calendar.png');
+ content: url("../../../view/theme/diabook/icons/events2.png") !important;
margin-right: 15px;
}
diff --git a/view/theme/diabook-blue/style.css b/view/theme/diabook-blue/style.css
index eb43b728e..954b7d94a 100644
--- a/view/theme/diabook-blue/style.css
+++ b/view/theme/diabook-blue/style.css
@@ -431,6 +431,12 @@ body {
margin: 50px auto auto;
display: table;
}
+
+#jappix_mini {
+right: 45px !important;
+}
+
+
h4 {
font-size: 1.1em;
}
@@ -1195,7 +1201,7 @@ aside #side-peoplefind-url {
margin-right: 20px;
}
#login-submit-wrapper{
- margin-top: 20px;
+margin-bottom: 15px;
}
.group_selected {
background: url("../../../view/theme/diabook/icons/selected.png") no-repeat left center;
@@ -2579,16 +2585,39 @@ a.mail-list-link {
}
.vevent {
- border: 1px solid #CCCCCC;
-}
-.vevent .event-description, .vevent .event-location {
+position: relative;
+width: 400px;
+padding: 20px;
+padding-top: 10px;
+margin: 0 0px;
+margin-bottom: 10px;
+background-color: white;
+-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
+-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
+box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
+}
+.vevent .event-location {
margin-left: 10px;
margin-right: 10px;
}
-.vevent .event-start {
- margin-left: 10px;
- margin-right: 10px;
+.vevent .event-description {
+margin-left: 10px;
+margin-right: 10px;
+font-size: 1.1em;
+font-weight: bolder;
+}
+.vevent .event-start, .vevent .event-end {
+
+margin-right: 20px;
+margin-bottom: 2px;
+margin-top: 2px;
+font-size: 0.9em;
+text-align: left;
}
+.event-start .dtstart, .event-end .dtend {
+float: right;
+}
+
#new-event-link {
margin-bottom: 10px;
@@ -2602,7 +2631,7 @@ a.mail-list-link {
}
.event-description:before {
- content: url('../../../images/calendar.png');
+ content: url("../../../view/theme/diabook/icons/events2.png") !important;
margin-right: 15px;
}
diff --git a/view/theme/diabook-red/login.tpl b/view/theme/diabook-red/login.tpl
new file mode 100644
index 000000000..efa7c2d6d
--- /dev/null
+++ b/view/theme/diabook-red/login.tpl
@@ -0,0 +1,33 @@
+
+<form action="$dest_url" method="post" >
+ <input type="hidden" name="auth-params" value="login" />
+
+ <div id="login_standard">
+ {{ inc field_input.tpl with $field=$lname }}{{ endinc }}
+ {{ inc field_password.tpl with $field=$lpassword }}{{ endinc }}
+ </div>
+
+ {{ if $openid }}
+ <div id="login_openid">
+ {{ inc field_openid.tpl with $field=$lopenid }}{{ endinc }}
+ </div>
+ {{ endif }}
+
+ <div id="login-submit-wrapper" >
+ <input type="submit" name="submit" id="login-submit-button" value="$login" />
+ </div>
+
+ <div id="login-extra-links">
+ {{ if $register }}<a href="register" title="$register.title" id="register-link">$register.desc</a>{{ endif }}
+ <a href="lostpass" title="$lostpass" id="lost-password-link" >$lostlink</a>
+ </div>
+
+ {{ for $hiddens as $k=>$v }}
+ <input type="hidden" name="$k" value="$v" />
+ {{ endfor }}
+
+
+</form>
+
+
+<script type="text/javascript"> $(document).ready(function() { $("#id_$lname.0").focus();} );</script>
diff --git a/view/theme/diabook-red/style-network-wide.css b/view/theme/diabook-red/style-network-wide.css
index b58e7137d..d8f9bccd8 100644
--- a/view/theme/diabook-red/style-network-wide.css
+++ b/view/theme/diabook-red/style-network-wide.css
@@ -2369,7 +2369,7 @@ a.mail-list-link {
}
.vevent {
- border: 1px solid #CCCCCC;
+
}
.vevent .event-description, .vevent .event-location {
margin-left: 10px;
diff --git a/view/theme/diabook-red/style-network.css b/view/theme/diabook-red/style-network.css
index 8c0600b5a..50a04fe83 100644
--- a/view/theme/diabook-red/style-network.css
+++ b/view/theme/diabook-red/style-network.css
@@ -2358,7 +2358,7 @@ a.mail-list-link {
}
.vevent {
- border: 1px solid #CCCCCC;
+
}
.vevent .event-description, .vevent .event-location {
margin-left: 10px;
diff --git a/view/theme/diabook-red/style-profile-wide.css b/view/theme/diabook-red/style-profile-wide.css
index 84510c5d4..28280ad55 100644
--- a/view/theme/diabook-red/style-profile-wide.css
+++ b/view/theme/diabook-red/style-profile-wide.css
@@ -2324,7 +2324,7 @@ a.mail-list-link {
}
.vevent {
- border: 1px solid #CCCCCC;
+
}
.vevent .event-description, .vevent .event-location {
margin-left: 10px;
diff --git a/view/theme/diabook-red/style-profile.css b/view/theme/diabook-red/style-profile.css
index 4f5de365b..6bdadd397 100644
--- a/view/theme/diabook-red/style-profile.css
+++ b/view/theme/diabook-red/style-profile.css
@@ -2312,7 +2312,7 @@ a.mail-list-link {
}
.vevent {
- border: 1px solid #CCCCCC;
+
}
.vevent .event-description, .vevent .event-location {
margin-left: 10px;
diff --git a/view/theme/diabook-red/style-wide.css b/view/theme/diabook-red/style-wide.css
index 6ea2a8461..adb19b90d 100644
--- a/view/theme/diabook-red/style-wide.css
+++ b/view/theme/diabook-red/style-wide.css
@@ -431,6 +431,12 @@ body {
margin: 50px auto auto;
display: table;
}
+
+#jappix_mini {
+right: 45px !important;
+}
+
+
h4 {
font-size: 1.1em;
}
@@ -1226,7 +1232,7 @@ aside #side-peoplefind-url {
margin-right: 20px;
}
#login-submit-wrapper{
- margin-top: 20px;
+margin-bottom: 15px;
}
.group_selected {
background: url("../../../view/theme/diabook/icons/selected.png") no-repeat left center;
@@ -2618,16 +2624,39 @@ a.mail-list-link {
}
.vevent {
- border: 1px solid #CCCCCC;
-}
-.vevent .event-description, .vevent .event-location {
+position: relative;
+width: 400px;
+padding: 20px;
+padding-top: 10px;
+margin: 0 0px;
+margin-bottom: 10px;
+background-color: white;
+-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
+-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
+box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
+}
+.vevent .event-location {
margin-left: 10px;
margin-right: 10px;
}
-.vevent .event-start {
- margin-left: 10px;
- margin-right: 10px;
+.vevent .event-description {
+margin-left: 10px;
+margin-right: 10px;
+font-size: 1.1em;
+font-weight: bolder;
+}
+.vevent .event-start, .vevent .event-end {
+
+margin-right: 20px;
+margin-bottom: 2px;
+margin-top: 2px;
+font-size: 0.9em;
+text-align: left;
}
+.event-start .dtstart, .event-end .dtend {
+float: right;
+}
+
#new-event-link {
margin-bottom: 10px;
@@ -2641,7 +2670,7 @@ a.mail-list-link {
}
.event-description:before {
- content: url('../../../images/calendar.png');
+ content: url("../../../view/theme/diabook/icons/events2.png") !important;
margin-right: 15px;
}
diff --git a/view/theme/diabook-red/style.css b/view/theme/diabook-red/style.css
index 122096213..051871d10 100644
--- a/view/theme/diabook-red/style.css
+++ b/view/theme/diabook-red/style.css
@@ -431,6 +431,12 @@ body {
margin: 50px auto auto;
display: table;
}
+
+#jappix_mini {
+right: 45px !important;
+}
+
+
h4 {
font-size: 1.1em;
}
@@ -1224,7 +1230,7 @@ aside #side-peoplefind-url {
margin-right: 20px;
}
#login-submit-wrapper{
- margin-top: 20px;
+margin-bottom: 15px;
}
.group_selected {
background: url("../../../view/theme/diabook/icons/selected.png") no-repeat left center;
@@ -2607,16 +2613,39 @@ a.mail-list-link {
}
.vevent {
- border: 1px solid #CCCCCC;
-}
-.vevent .event-description, .vevent .event-location {
+position: relative;
+width: 400px;
+padding: 20px;
+padding-top: 10px;
+margin: 0 0px;
+margin-bottom: 10px;
+background-color: white;
+-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
+-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
+box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
+}
+.vevent .event-location {
margin-left: 10px;
margin-right: 10px;
}
-.vevent .event-start {
- margin-left: 10px;
- margin-right: 10px;
+.vevent .event-description {
+margin-left: 10px;
+margin-right: 10px;
+font-size: 1.1em;
+font-weight: bolder;
+}
+.vevent .event-start, .vevent .event-end {
+
+margin-right: 20px;
+margin-bottom: 2px;
+margin-top: 2px;
+font-size: 0.9em;
+text-align: left;
}
+.event-start .dtstart, .event-end .dtend {
+float: right;
+}
+
#new-event-link {
margin-bottom: 10px;
@@ -2630,7 +2659,7 @@ a.mail-list-link {
}
.event-description:before {
- content: url('../../../images/calendar.png');
+ content: url("../../../view/theme/diabook/icons/events2.png") !important;
margin-right: 15px;
}
diff --git a/view/theme/diabook/icons/events2.png b/view/theme/diabook/icons/events2.png
new file mode 100644
index 000000000..53f59c006
--- /dev/null
+++ b/view/theme/diabook/icons/events2.png
Binary files differ
diff --git a/view/theme/diabook/login.tpl b/view/theme/diabook/login.tpl
new file mode 100644
index 000000000..efa7c2d6d
--- /dev/null
+++ b/view/theme/diabook/login.tpl
@@ -0,0 +1,33 @@
+
+<form action="$dest_url" method="post" >
+ <input type="hidden" name="auth-params" value="login" />
+
+ <div id="login_standard">
+ {{ inc field_input.tpl with $field=$lname }}{{ endinc }}
+ {{ inc field_password.tpl with $field=$lpassword }}{{ endinc }}
+ </div>
+
+ {{ if $openid }}
+ <div id="login_openid">
+ {{ inc field_openid.tpl with $field=$lopenid }}{{ endinc }}
+ </div>
+ {{ endif }}
+
+ <div id="login-submit-wrapper" >
+ <input type="submit" name="submit" id="login-submit-button" value="$login" />
+ </div>
+
+ <div id="login-extra-links">
+ {{ if $register }}<a href="register" title="$register.title" id="register-link">$register.desc</a>{{ endif }}
+ <a href="lostpass" title="$lostpass" id="lost-password-link" >$lostlink</a>
+ </div>
+
+ {{ for $hiddens as $k=>$v }}
+ <input type="hidden" name="$k" value="$v" />
+ {{ endfor }}
+
+
+</form>
+
+
+<script type="text/javascript"> $(document).ready(function() { $("#id_$lname.0").focus();} );</script>
diff --git a/view/theme/diabook/style-network-wide.css b/view/theme/diabook/style-network-wide.css
index 28f363847..af819b061 100644
--- a/view/theme/diabook/style-network-wide.css
+++ b/view/theme/diabook/style-network-wide.css
@@ -2299,7 +2299,7 @@ a.mail-list-link {
}
.vevent {
- border: 1px solid #CCCCCC;
+
}
.vevent .event-description, .vevent .event-location {
margin-left: 10px;
diff --git a/view/theme/diabook/style-network.css b/view/theme/diabook/style-network.css
index 21c08e856..739a97b35 100644
--- a/view/theme/diabook/style-network.css
+++ b/view/theme/diabook/style-network.css
@@ -2287,7 +2287,7 @@ a.mail-list-link {
}
.vevent {
- border: 1px solid #CCCCCC;
+
}
.vevent .event-description, .vevent .event-location {
margin-left: 10px;
@@ -2309,10 +2309,7 @@ a.mail-list-link {
margin-bottom: 15px;
}
-.event-description:before {
- content: url('../../../images/calendar.png');
- margin-right: 15px;
-}
+
.event-start, .event-end {
margin-left: 10px;
diff --git a/view/theme/diabook/style-profile-wide.css b/view/theme/diabook/style-profile-wide.css
index e7cede6b8..21af162e8 100644
--- a/view/theme/diabook/style-profile-wide.css
+++ b/view/theme/diabook/style-profile-wide.css
@@ -2277,7 +2277,7 @@ a.mail-list-link {
}
.vevent {
- border: 1px solid #CCCCCC;
+
}
.vevent .event-description, .vevent .event-location {
margin-left: 10px;
diff --git a/view/theme/diabook/style-profile.css b/view/theme/diabook/style-profile.css
index 71b034865..a830e810e 100644
--- a/view/theme/diabook/style-profile.css
+++ b/view/theme/diabook/style-profile.css
@@ -2266,7 +2266,7 @@ a.mail-list-link {
}
.vevent {
- border: 1px solid #CCCCCC;
+
}
.vevent .event-description, .vevent .event-location {
margin-left: 10px;
diff --git a/view/theme/diabook/style-wide.css b/view/theme/diabook/style-wide.css
index 6287a05ba..2fff20d81 100644
--- a/view/theme/diabook/style-wide.css
+++ b/view/theme/diabook/style-wide.css
@@ -435,6 +435,10 @@ body {
}
+#jappix_mini {
+right: 45px !important;
+}
+
h4 {
font-size: 1.1em;
}
@@ -1190,7 +1194,7 @@ aside #side-peoplefind-url {
margin-right: 20px;
}
#login-submit-wrapper{
- margin-top: 20px;
+ margin-bottom: 15px;
}
/* widget */
.widget {
@@ -2550,16 +2554,39 @@ a.mail-list-link {
}
.vevent {
- border: 1px solid #CCCCCC;
-}
-.vevent .event-description, .vevent .event-location {
+position: relative;
+width: 400px;
+padding: 20px;
+padding-top: 10px;
+margin: 0 0px;
+margin-bottom: 10px;
+background-color: white;
+-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
+-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
+box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
+}
+.vevent .event-location {
margin-left: 10px;
margin-right: 10px;
}
-.vevent .event-start {
- margin-left: 10px;
- margin-right: 10px;
+.vevent .event-description {
+margin-left: 10px;
+margin-right: 10px;
+font-size: 1.1em;
+font-weight: bolder;
}
+.vevent .event-start, .vevent .event-end {
+
+margin-right: 20px;
+margin-bottom: 2px;
+margin-top: 2px;
+font-size: 0.9em;
+text-align: left;
+}
+.event-start .dtstart, .event-end .dtend {
+float: right;
+}
+
#new-event-link {
margin-bottom: 10px;
@@ -2573,7 +2600,7 @@ a.mail-list-link {
}
.event-description:before {
- content: url('../../../images/calendar.png');
+ content: url("../../../view/theme/diabook/icons/events2.png") !important;
margin-right: 15px;
}
@@ -2586,7 +2613,6 @@ a.mail-list-link {
.event-start .dtstart, .event-end .dtend {
float: right;
}
-
.event-list-date {
margin-bottom: 10px;
}
diff --git a/view/theme/diabook/style.css b/view/theme/diabook/style.css
index 0afb2cac8..39d60f321 100644
--- a/view/theme/diabook/style.css
+++ b/view/theme/diabook/style.css
@@ -436,6 +436,10 @@ body {
display: table;
}
+#jappix_mini {
+right: 45px !important;
+}
+
h4 {
font-size: 1.1em;
}
@@ -1193,7 +1197,7 @@ aside #side-peoplefind-url {
margin-right: 20px;
}
#login-submit-wrapper{
- margin-top: 20px;
+ margin-bottom: 15px;
}
/* widget */
.widget {
@@ -2545,16 +2549,39 @@ a.mail-list-link {
}
.vevent {
- border: 1px solid #CCCCCC;
-}
-.vevent .event-description, .vevent .event-location {
+position: relative;
+width: 400px;
+padding: 20px;
+padding-top: 10px;
+margin: 0 0px;
+margin-bottom: 10px;
+background-color: white;
+-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
+-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
+box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
+}
+.vevent .event-location {
margin-left: 10px;
margin-right: 10px;
}
-.vevent .event-start {
- margin-left: 10px;
- margin-right: 10px;
+.vevent .event-description {
+margin-left: 10px;
+margin-right: 10px;
+font-size: 1.1em;
+font-weight: bolder;
+}
+.vevent .event-start, .vevent .event-end {
+
+margin-right: 20px;
+margin-bottom: 2px;
+margin-top: 2px;
+font-size: 0.9em;
+text-align: left;
}
+.event-start .dtstart, .event-end .dtend {
+float: right;
+}
+
#new-event-link {
margin-bottom: 10px;
@@ -2568,7 +2595,7 @@ a.mail-list-link {
}
.event-description:before {
- content: url('../../../images/calendar.png');
+ content: url("../../../view/theme/diabook/icons/events2.png") !important;
margin-right: 15px;
}