summaryrefslogtreecommitdiffstats
path: root/askbot/media/style/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/media/style/style.css')
-rw-r--r--askbot/media/style/style.css24
1 files changed, 9 insertions, 15 deletions
diff --git a/askbot/media/style/style.css b/askbot/media/style/style.css
index fc57e2b2..2a8968f4 100644
--- a/askbot/media/style/style.css
+++ b/askbot/media/style/style.css
@@ -354,23 +354,17 @@ body.user-messages {
}
#metaNav a.group-name {
padding: 0px;
- float: center;
- margin: 5px 0px 5px 10px;
+ float: none;
+ margin: 5px 10px;
}
#metaNav input.group-name {
- border: none;
- height: 25px;
- font-size: 18px;
- font-weight: 100;
- text-decoration: none;
+ border: 1px solid #c9c9b5;
+ color: #464646;
display: block;
- margin: 0px 10px 0px 10px;
- width: 140px;
- font-family: 'Open Sans Condensed', Arial, sans-serif;
- font-weight: 100;
-}
-#metaNav input.group-name:focus {
- border: none;
+ font-size: 14px;
+ height: 25px;
+ margin: 0px 10px 5px 10px;
+ padding: 0 5px;
}
#metaNav a.group-name:hover {
background-color: transparent;
@@ -386,7 +380,7 @@ body.user-messages {
}
#metaNav .dropdown-menu {
border-top: none;
- left: 7%;
+ left: 33px;
z-index: 10100;
}
#metaNav .dropdown-menu a {