summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2011-08-30 15:05:11 +0200
committerAlex Legler <alex@a3li.li>2011-08-30 15:05:11 +0200
commit236399098d337f38727745b09daafba2d6130769 (patch)
tree8efcb0c9a059a7bcaeac174ae9b36ba0f6fce202 /app/assets
parentReplacing the (hopefully) last instances of #find with #where (diff)
downloadglsamaker-236399098d337f38727745b09daafba2d6130769.tar.gz
glsamaker-236399098d337f38727745b09daafba2d6130769.tar.bz2
glsamaker-236399098d337f38727745b09daafba2d6130769.zip
Adding basic search functionality with ThinkingSphinx
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/application.css1
-rw-r--r--app/assets/stylesheets/screen.css11
2 files changed, 12 insertions, 0 deletions
diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css
index 58fbcb5..fc3f853 100644
--- a/app/assets/stylesheets/application.css
+++ b/app/assets/stylesheets/application.css
@@ -6,4 +6,5 @@
*= require screen
*= require admin
*= require modalbox
+ *= require cve
*/ \ No newline at end of file
diff --git a/app/assets/stylesheets/screen.css b/app/assets/stylesheets/screen.css
index 77b5c7f..e9956d9 100644
--- a/app/assets/stylesheets/screen.css
+++ b/app/assets/stylesheets/screen.css
@@ -149,6 +149,7 @@ div#menu #search {
right: 200px;
font-size: 80%;
margin-top: 17px;
+ color: white;
}
div#menu #search input {
@@ -556,4 +557,14 @@ table.glsamaker-table td {
padding-bottom: .4em;
border-right: 1px dotted #4C3E61;
border-bottom: 1px solid #4C3E61;
+}
+
+/** search **/
+span.match {
+ color: #4C3E61;
+ font-weight: bold;
+}
+
+.nowrap {
+ white-space: nowrap;
} \ No newline at end of file