aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-aerith
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 /view/theme/diabook-aerith
parentc53d4498b8bb510b2a2c4de1ea3a2d1baf845347 (diff)
downloadvolse-hubzilla-1b6c84d8f453ff591451e3304547b239a3d86c5b.tar.gz
volse-hubzilla-1b6c84d8f453ff591451e3304547b239a3d86c5b.tar.bz2
volse-hubzilla-1b6c84d8f453ff591451e3304547b239a3d86c5b.zip
diabook-themes: some css/bug-fixes
Diffstat (limited to 'view/theme/diabook-aerith')
-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
7 files changed, 111 insertions, 21 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;
}