summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-05-25 05:57:04 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-05-25 05:57:04 -0400
commit2bd878338f92e28a0b474feac0797af3d8e17fca (patch)
tree602417324c02a4b6b8116a1a1a0ecbe728859ae8
parent36b62bd58801231533462ec40f3d77d921609b6b (diff)
downloadaskbot-2bd878338f92e28a0b474feac0797af3d8e17fca.tar.gz
askbot-2bd878338f92e28a0b474feac0797af3d8e17fca.tar.bz2
askbot-2bd878338f92e28a0b474feac0797af3d8e17fca.zip
small change in the group dropdown css
-rw-r--r--askbot/media/style/style.css24
-rw-r--r--askbot/media/style/style.less31
2 files changed, 21 insertions, 34 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 {
diff --git a/askbot/media/style/style.less b/askbot/media/style/style.less
index b68eaab2..31773b21 100644
--- a/askbot/media/style/style.less
+++ b/askbot/media/style/style.less
@@ -381,25 +381,18 @@ body.user-messages {
a.group-name {
padding: 0px;
- float:center;
- margin:5px 0px 5px 10px;
+ float: none;
+ margin: 5px 10px;
}
- input.group-name{
- border:none;
- height: 25px;
- font-size: 18px;
- font-weight: 100;
- text-decoration: none;
+ input.group-name {
+ border: 1px solid #c9c9b5;
+ color: #464646;
display: block;
- margin: 0px 10px 0px 10px;
- width: 140px;
- font-family: @main-font;
- font-weight: 100;
- }
-
- input.group-name:focus{
- border:none;
+ font-size: 14px;
+ height: 25px;
+ margin: 0px 10px 5px 10px;
+ padding: 0 5px;
}
a.group-name:hover{
@@ -418,11 +411,11 @@ body.user-messages {
float:left;
}
- .dropdown-menu{
+ .dropdown-menu {
border-top: none;
- left: 7%;
+ left: 33px;
z-index: 10100;
- a{
+ a {
color: #666;
height: 25px;
}