summaryrefslogtreecommitdiff
path: root/res/css/partials/input-bar.scss
diff options
context:
space:
mode:
Diffstat (limited to 'res/css/partials/input-bar.scss')
-rw-r--r--res/css/partials/input-bar.scss43
1 files changed, 43 insertions, 0 deletions
diff --git a/res/css/partials/input-bar.scss b/res/css/partials/input-bar.scss
new file mode 100644
index 00000000..07df842e
--- /dev/null
+++ b/res/css/partials/input-bar.scss
@@ -0,0 +1,43 @@
+.input-bar {
+ position: fixed;
+ display: block;
+ height: $input-bar-height;
+ width: 420px;
+ top: $top-bar-height+$search-bar-height+$task-alert-height+20px;
+ left: $left-margin;
+ padding-left:8px;
+ border-radius: 4px;
+ border: 1px solid #919095;//$mid-grey
+ background: white;
+ &:focus {
+ border-radius: 4px;
+ border: 1px solid #919095;//$mid-grey
+ -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
+ -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
+ box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3); }
+}
+
+.add-button {
+ position:fixed;
+ top: $top-bar-height+$search-bar-height+$task-alert-height+22px;
+ height: 36px;
+ width: 36px;
+ left: 453px;
+}
+
+.suggestion{
+ list-style-type: none;
+}
+
+.suggestion td{
+ position:fixed;
+
+}
+
+.ui-helper-hidden-accessible{
+ position:fixed;
+ top: $top-bar-height+$search-bar-height+$task-alert-height+35px+$input-bar-height;
+ left:$left-margin+8px;
+ text-shadow: -1px 1px 8px #E DE275, 1px -1px 8px #EDE275;
+ font-size:16px;
+} \ No newline at end of file