summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-05-23 22:50:37 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-05-23 22:50:37 -0400
commit7fa0bce77bb10aca19e937f23e9d47e93479a972 (patch)
tree559e8f1027ed9b48d964092657d9dbc0b2a907a1
parent4302ca9363e5e352005f3e2f55facfd965fe1986 (diff)
downloadaskbot-7fa0bce77bb10aca19e937f23e9d47e93479a972.tar.gz
askbot-7fa0bce77bb10aca19e937f23e9d47e93479a972.tar.bz2
askbot-7fa0bce77bb10aca19e937f23e9d47e93479a972.zip
small css changes
-rw-r--r--askbot/media/style/style.css30
-rw-r--r--askbot/media/style/style.less42
2 files changed, 8 insertions, 64 deletions
diff --git a/askbot/media/style/style.css b/askbot/media/style/style.css
index 3aab9f21..fc57e2b2 100644
--- a/askbot/media/style/style.css
+++ b/askbot/media/style/style.css
@@ -1742,7 +1742,7 @@ ul#related-tags li {
}
.groups-input,
.users-input {
- width: 152px;
+ width: 150px;
padding-left: 5px;
border: #c9c9b5 1px solid;
height: 25px;
@@ -1751,7 +1751,7 @@ ul#related-tags li {
.add-groups,
.add-users {
border: 0;
- margin-top: -2px;
+ margin: -2px 0 0 0 !important;
}
.share-input-col {
width: 160px;
@@ -1771,32 +1771,6 @@ ul#related-tags li {
width: 395px;
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: #707070;
font-size: 13px;
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;