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.less50
1 files changed, 45 insertions, 5 deletions
diff --git a/askbot/media/style/style.less b/askbot/media/style/style.less
index b42941c9..aaedd053 100644
--- a/askbot/media/style/style.less
+++ b/askbot/media/style/style.less
@@ -1,4 +1,3 @@
-@import url(jquery.autocomplete.css);
@import "lib_style.less"; /* Library of predifined less functions styles */
/* ----- General HTML Styles----- */
@@ -385,7 +384,7 @@ body.user-messages {
display: block;
margin: 0px 10px 0px 10px;
width: 140px;
- font-family: 'Open Sans Condensed', Arial, sans-serif;
+ font-family: @main-font;
font-weight: 100;
}
@@ -1100,7 +1099,7 @@ body.anon.ask-page .search-drop-menu {
margin-bottom: 3px;
margin-top: 3px;
float:right;
- font-family:@sort-font;
+ font-family: @sort-font;
font-size:16px;
.rounded-corners(5px);
}
@@ -1176,7 +1175,7 @@ body.anon.ask-page .search-drop-menu {
padding-top:3px;
background:#fff url(../images/feed-icon-small.png) no-repeat center right;
float:right;
- font-family:@sort-font;
+ font-family: @sort-font;
font-size:16px;
}
@@ -4414,7 +4413,7 @@ textarea.tipped-input {
.action {
cursor: pointer;
color: #4A757F;
- font-family: 'Open Sans Condensed', Arial, sans-serif;
+ font-family: @main-font;
text-decoration: none;
}
@@ -4524,6 +4523,47 @@ td.setting-input {
}
}
+.acInput {
+ width: 200px;
+}
+.acResults {
+ padding: 0px;
+ border: 1px solid WindowFrame;
+ background-color: #fff;
+ overflow: hidden;
+ -webkit-box-shadow: 0px 1px 1px #A7A7A7;
+ -moz-box-shadow: 0px 1px 1px #BFBFBF;
+ box-shadow: 0px 1px 1px #BFBFBF;
+}
+
+.acResults ul {
+ width: 100%;
+ list-style-position: outside;
+ list-style: none;
+ padding: 0;
+ margin: 0;
+}
+
+.acResults li {
+ margin: 0px;
+ padding: 2px 5px;
+ cursor: pointer;
+ display: block;
+ width: 100%;
+ font: menu;
+ font-size: 14px;
+ overflow: hidden;
+}
+
+.acLoading {
+ background : url('../images/indicator.gif') right center no-repeat;
+}
+
+.acSelect {
+ background-color: Highlight;
+ color: HighlightText;
+}
+
/* modifications for small screens */
@media screen and (max-width: 960px) {/* content margins touch viewport */
* {