aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/nav.php2
-rw-r--r--view/theme/redbasic/schema/bluegrid.css26
2 files changed, 26 insertions, 2 deletions
diff --git a/include/nav.php b/include/nav.php
index 144509cd0..a48419c45 100644
--- a/include/nav.php
+++ b/include/nav.php
@@ -152,7 +152,7 @@ EOT;
if(! local_channel()) {
$nav['rusermenu'] = array(
$homelink,
- t('Get me home'),
+ t('Take me home'),
'logout',
t('Log me out of this site')
);
diff --git a/view/theme/redbasic/schema/bluegrid.css b/view/theme/redbasic/schema/bluegrid.css
index 64e5a2c95..46e28197e 100644
--- a/view/theme/redbasic/schema/bluegrid.css
+++ b/view/theme/redbasic/schema/bluegrid.css
@@ -116,7 +116,7 @@ input#jot-title:hover, input#jot-title:focus {
}
nav .dropdown-menu, .wall-item-tools .dropdown-menu, .section-title-wrapper .dropdown-menu, .section-content-wrapper .dropdown-menu {
- background-color: rgba(67,72,138,.97);
+ background-color: #43488A;
color: #fff;
border-radius: 0;
border: none;
@@ -304,6 +304,30 @@ input {
#login-main {
margin-top: 0;
+ color: #EEE;
+}
+
+#remember_me_container label:hover, #remember_container label:hover {
+ color: #FFF;
+}
+
+#login-main #lost-password-link, #login-main #register-link {
+ color: #FFF;
+}
+
+#nav-login .modal-content {
+ background-color: #43488A;
+ background-image: url('/images/bggrid.png');
+ box-shadow: 0 5px 15px rgba(0,0,0,.3);
+ -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.3);
+}
+
+#nav-login h3, #nav-login button.close {
+ color: #EEE;
+}
+
+#nav-login .modal-header {
+ border-bottom: none;
}
.directory-item {