summaryrefslogtreecommitdiffstats
path: root/askbot/media/style/style.less
diff options
context:
space:
mode:
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;
}