summaryrefslogtreecommitdiffstats
path: root/askbot/media/style/style.less
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 /askbot/media/style/style.less
parent36b62bd58801231533462ec40f3d77d921609b6b (diff)
downloadaskbot-2bd878338f92e28a0b474feac0797af3d8e17fca.tar.gz
askbot-2bd878338f92e28a0b474feac0797af3d8e17fca.tar.bz2
askbot-2bd878338f92e28a0b474feac0797af3d8e17fca.zip
small change in the group dropdown css
Diffstat (limited to 'askbot/media/style/style.less')
-rw-r--r--askbot/media/style/style.less31
1 files changed, 12 insertions, 19 deletions
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;
}