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.less42
1 files changed, 6 insertions, 36 deletions
diff --git a/askbot/media/style/style.less b/askbot/media/style/style.less
index efde976d..b68eaab2 100644
--- a/askbot/media/style/style.less
+++ b/askbot/media/style/style.less
@@ -1838,17 +1838,17 @@ ul#related-tags li {
.groups-input,
.users-input {
- width:152px;
- padding-left:5px;
- border:#c9c9b5 1px solid;
- height:25px;
+ width: 150px;
+ padding-left: 5px;
+ border: #c9c9b5 1px solid;
+ height: 25px;
font-size: 14px;
}
.add-groups,
.add-users {
- border:0;
- margin-top:-2px;
+ border: 0;
+ margin: -2px 0 0 0 !important;
}
.share-input-col {
@@ -1872,36 +1872,6 @@ ul#related-tags li {
font-size:14px;
}
-.groups-input,
-.users-input {
- width:152px;
- padding-left:5px;
- border:#c9c9b5 1px solid;
- height:25px;
- font-size: 14px;
-}
-
-.add-groups,
-.add-users {
- border:0;
- margin-top:-2px;
-}
-
-.add-everyone-group {
- text-align: center;
- margin: auto;
- display: block;
- padding: 0 10px;
-}
-
-#id_user,
-#id_user_author {
- height:25px;
- padding-left:5px;
- width:395px;
- font-size:14px;
-}
-
.title-desc {
color: @info-text;
font-size: 13px;