'checked');
} else {
$options = array();
- }
+ }
echo $view->formCheckbox('guest_user_instant_access', null, $options);
?>
-
+
diff --git a/views/public/css/guest-user.css b/views/public/css/guest-user.css
index 0378eb6..732630c 100644
--- a/views/public/css/guest-user.css
+++ b/views/public/css/guest-user.css
@@ -17,13 +17,13 @@
border-radius: 3px;
font-size: 14px;
margin-bottom: 20px;
- padding: .5em;
+ padding: .5em;
}
.success {
color: #729108;
}
-
+
.error, .alert {
color: #914E33;
}
@@ -61,19 +61,6 @@ h2.guest-user-widget-label {
text-transform: uppercase;
}
-div#guest-user-register-info {
- background: rgba(0,0,0,0.75);
- color: #fff;
- position:absolute;
- right: 0;
- top: 40px;
- font-family:Arvo, serif !important;
- font-size: 12px;
- width: 250px;
- display: none;
- padding: 3px;
-}
-
div.guest-user-widget {
border: 1px solid rgba(0,0,0,.3);
margin: 0 1.5em 1.5em 0;
@@ -95,5 +82,4 @@ div.guest-user-widget-odd {
p.explanation {
margin-top: 0px;
-
}
\ No newline at end of file
diff --git a/views/public/javascripts/guest-user.js b/views/public/javascripts/guest-user.js
deleted file mode 100644
index f385df9..0000000
--- a/views/public/javascripts/guest-user.js
+++ /dev/null
@@ -1,4 +0,0 @@
-jQuery('document').ready(function() {
- var adminBarHeight = jQuery('#admin-bar');
- jQuery('#guest-user-register-info').css('top', adminBarHeight + 'px');
-});
\ No newline at end of file