diabook-themes: some css/bug-fixes

This commit is contained in:
tommy tomson 2012-04-18 02:36:30 +02:00
parent c53d4498b8
commit 1b6c84d8f4
29 changed files with 433 additions and 78 deletions

View File

@ -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>

View File

@ -2372,7 +2372,7 @@ a.mail-list-link {
}
.vevent {
border: 1px solid #CCCCCC;
}
.vevent .event-description, .vevent .event-location {
margin-left: 10px;

View File

@ -2361,7 +2361,7 @@ a.mail-list-link {
}
.vevent {
border: 1px solid #CCCCCC;
}
.vevent .event-description, .vevent .event-location {
margin-left: 10px;

View File

@ -2343,7 +2343,7 @@ a.mail-list-link {
}
.vevent {
border: 1px solid #CCCCCC;
}
.vevent .event-description, .vevent .event-location {
margin-left: 10px;

View File

@ -2331,7 +2331,7 @@ a.mail-list-link {
}
.vevent {
border: 1px solid #CCCCCC;
}
.vevent .event-description, .vevent .event-location {
margin-left: 10px;

View File

@ -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;
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-description, .vevent .event-location {
.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;
}

View File

@ -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;
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-description, .vevent .event-location {
.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;
}

View File

@ -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>

View File

@ -2333,7 +2333,7 @@ a.mail-list-link {
}
.vevent {
border: 1px solid #CCCCCC;
}
.vevent .event-description, .vevent .event-location {
margin-left: 10px;

View File

@ -2322,7 +2322,7 @@ a.mail-list-link {
}
.vevent {
border: 1px solid #CCCCCC;
}
.vevent .event-description, .vevent .event-location {
margin-left: 10px;

View File

@ -2310,7 +2310,7 @@ a.mail-list-link {
}
.vevent {
border: 1px solid #CCCCCC;
}
.vevent .event-description, .vevent .event-location {
margin-left: 10px;

View File

@ -2298,7 +2298,7 @@ a.mail-list-link {
}
.vevent {
border: 1px solid #CCCCCC;
}
.vevent .event-description, .vevent .event-location {
margin-left: 10px;

View File

@ -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;
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-description, .vevent .event-location {
.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;
}

View File

@ -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;
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-description, .vevent .event-location {
.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;
}

View File

@ -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>

View File

@ -2369,7 +2369,7 @@ a.mail-list-link {
}
.vevent {
border: 1px solid #CCCCCC;
}
.vevent .event-description, .vevent .event-location {
margin-left: 10px;

View File

@ -2358,7 +2358,7 @@ a.mail-list-link {
}
.vevent {
border: 1px solid #CCCCCC;
}
.vevent .event-description, .vevent .event-location {
margin-left: 10px;

View File

@ -2324,7 +2324,7 @@ a.mail-list-link {
}
.vevent {
border: 1px solid #CCCCCC;
}
.vevent .event-description, .vevent .event-location {
margin-left: 10px;

View File

@ -2312,7 +2312,7 @@ a.mail-list-link {
}
.vevent {
border: 1px solid #CCCCCC;
}
.vevent .event-description, .vevent .event-location {
margin-left: 10px;

View File

@ -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;
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-description, .vevent .event-location {
.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;
}

View File

@ -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;
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-description, .vevent .event-location {
.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;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -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>

View File

@ -2299,7 +2299,7 @@ a.mail-list-link {
}
.vevent {
border: 1px solid #CCCCCC;
}
.vevent .event-description, .vevent .event-location {
margin-left: 10px;

View File

@ -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;

View File

@ -2277,7 +2277,7 @@ a.mail-list-link {
}
.vevent {
border: 1px solid #CCCCCC;
}
.vevent .event-description, .vevent .event-location {
margin-left: 10px;

View File

@ -2266,7 +2266,7 @@ a.mail-list-link {
}
.vevent {
border: 1px solid #CCCCCC;
}
.vevent .event-description, .vevent .event-location {
margin-left: 10px;

View File

@ -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;
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-description, .vevent .event-location {
.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;
}

View File

@ -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;
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-description, .vevent .event-location {
.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;
}