aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css22
-rw-r--r--view/tpl/head.tpl2
-rw-r--r--view/tpl/settings_display.tpl2
3 files changed, 20 insertions, 6 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index f70dd5d3f..4f9931057 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -698,6 +698,13 @@ input#dfrn-url {
padding: 12px;
}
+#profiles-menu.menu-popup {
+ left: 200px;
+ right: auto;
+ top: 22px;
+}
+
+
#profile-edit-profile-name-label,
#profile-edit-name-label,
#profile-edit-pdesc-label,
@@ -1161,7 +1168,7 @@ input#dfrn-url {
}
.thread-wrapper.toplevel_item {
-padding: 30px;
+/*padding: 30px; */
width: 90%;
}
@@ -2115,13 +2122,20 @@ aside input[type='text'] {
#nav-search-text:hover {
background-color: #FFF;
- color: #000;
+ color: #000;
}
#nav-search-text {
border-radius: 14px;
background-color: #AAAAAA;
- color: #eec;
+ color: #eec;
+}
+
+/* this doesn't seem to work */
+
+#nav-search-text::-moz-placeholder { color: #444; }
+#nav-search-text::-webkit-input-placeholder {
+ color: #444 !important;
}
#nav-user-linkmenu img {
@@ -3093,7 +3107,7 @@ ul.menu-popup {
color: #eec;
padding: 0px;
list-style: none;
- border-radius: 0px 0px 20px 20px;
+/* border-radius: 0px 0px 20px 20px; */
z-index: 100000;
-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
diff --git a/view/tpl/head.tpl b/view/tpl/head.tpl
index 9c0e6b09a..632ab21ca 100644
--- a/view/tpl/head.tpl
+++ b/view/tpl/head.tpl
@@ -12,7 +12,7 @@ $js_strings
$head_js
-<link rel="shortcut icon" href="$baseurl/images/fred-32.png" />
+<link rel="shortcut icon" href="$baseurl/images/red.png" />
<link rel="search"
href="$baseurl/opensearch"
type="application/opensearchdescription+xml"
diff --git a/view/tpl/settings_display.tpl b/view/tpl/settings_display.tpl
index 24fc11027..2aac64515 100644
--- a/view/tpl/settings_display.tpl
+++ b/view/tpl/settings_display.tpl
@@ -6,7 +6,7 @@
{{inc field_themeselect.tpl with $field=$theme }}{{endinc}}
{{inc field_themeselect.tpl with $field=$mobile_theme }}{{endinc}}
{{inc field_input.tpl with $field=$ajaxint }}{{endinc}}
-{{inc field_input.tpl with $field=$itemspage_network }}{{endinc}}
+{{inc field_input.tpl with $field=$itemspage }}{{endinc}}
{{inc field_checkbox.tpl with $field=$nosmile}}{{endinc}}