aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-12-16 20:20:29 -0800
committerfriendica <info@friendica.com>2012-12-16 20:20:29 -0800
commite9b5b0f0b424930b87708080c4e6ce671016177b (patch)
tree436092bdee53c0e2a195bb0cc580c5cbc1c6e731 /view/theme/redbasic
parentfa8b4e98b727a2af58fea55e93546089fe9bea2b (diff)
downloadvolse-hubzilla-e9b5b0f0b424930b87708080c4e6ce671016177b.tar.gz
volse-hubzilla-e9b5b0f0b424930b87708080c4e6ce671016177b.tar.bz2
volse-hubzilla-e9b5b0f0b424930b87708080c4e6ce671016177b.zip
several small fixes and adjustments
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r--view/theme/redbasic/css/style.css22
1 files changed, 18 insertions, 4 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);