summaryrefslogtreecommitdiffstats
path: root/askbot/media/style/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/media/style/style.css')
-rw-r--r--askbot/media/style/style.css38
1 files changed, 36 insertions, 2 deletions
diff --git a/askbot/media/style/style.css b/askbot/media/style/style.css
index af99c023..87aa39b4 100644
--- a/askbot/media/style/style.css
+++ b/askbot/media/style/style.css
@@ -1,8 +1,6 @@
-@import url(jquery.autocomplete.css);
/* General Predifined classes, read more in lesscss.org */
/* Variables for Colors*/
/* Variables for fonts*/
-/* "Trebuchet MS", sans-serif;*/
/* General styles for gradients */
/* Receive exactly positions for background Sprite */
/* CSS3 Elements */
@@ -4320,6 +4318,42 @@ td.setting-input textarea {
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
}
+.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 */