summaryrefslogtreecommitdiff
path: root/res/css/partials/search-bar.scss
diff options
context:
space:
mode:
authorgarbash <dor.garbash@gmail.com>2014-11-30 16:59:51 +0200
committergarbash <dor.garbash@gmail.com>2014-11-30 16:59:51 +0200
commit897b200c5ea77b72ea694f912a66129be3ed029c (patch)
treea285f7dda33f598e4679d2547cabd24bcd4ac9e8 /res/css/partials/search-bar.scss
parentc37466600d9b6815f97ac37620db7fad750a9dcc (diff)
Styled search-bar
Diffstat (limited to 'res/css/partials/search-bar.scss')
-rw-r--r--res/css/partials/search-bar.scss29
1 files changed, 23 insertions, 6 deletions
diff --git a/res/css/partials/search-bar.scss b/res/css/partials/search-bar.scss
index 1353f2fd..b832aca0 100644
--- a/res/css/partials/search-bar.scss
+++ b/res/css/partials/search-bar.scss
@@ -1,9 +1,26 @@
-#search {
- height: 30px;
- max-width: 100%;
+.search-bar{
+ position: fixed;
+ top: $top-bar-height;
+ width:100%;
+ height:$search-bar-height;
+ box-shadow:black;
+ alpha:0.3;
+ distance:1;
+ background: white;
}
-#searchdiv {
- width: 200px;
- float: right;
+.search-input{
+ position: fixed;
+ width: 100%;
+ top: $top-bar-height+($search-bar-height - $search-icon-height)/2;
+ height:$search-icon-height;
+ left: 100px;
+}
+.search-icon {
+ position:fixed;
+ width:20px;
+ height:$search-icon-height;
+ left: 60px;
+ top: $top-bar-height+($search-bar-height - $search-icon-height)/2;
+
}