From 2bd878338f92e28a0b474feac0797af3d8e17fca Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Sat, 25 May 2013 05:57:04 -0400 Subject: small change in the group dropdown css --- askbot/media/style/style.css | 24 +++++++++--------------- askbot/media/style/style.less | 31 ++++++++++++------------------- 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; } -- cgit v1.2.3-1-g7c22