diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-18 02:36:30 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-18 02:36:30 +0200 |
commit | 1b6c84d8f453ff591451e3304547b239a3d86c5b (patch) | |
tree | 7e45521325667ef6ac4adac3638f6adf06957033 /view/theme/diabook-blue | |
parent | c53d4498b8bb510b2a2c4de1ea3a2d1baf845347 (diff) | |
download | volse-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-blue')
-rw-r--r-- | view/theme/diabook-blue/login.tpl | 33 | ||||
-rw-r--r-- | view/theme/diabook-blue/style-network-wide.css | 2 | ||||
-rw-r--r-- | view/theme/diabook-blue/style-network.css | 2 | ||||
-rw-r--r-- | view/theme/diabook-blue/style-profile-wide.css | 2 | ||||
-rw-r--r-- | view/theme/diabook-blue/style-profile.css | 2 | ||||
-rw-r--r-- | view/theme/diabook-blue/style-wide.css | 45 | ||||
-rw-r--r-- | view/theme/diabook-blue/style.css | 45 |
7 files changed, 111 insertions, 20 deletions
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; } |