summaryrefslogtreecommitdiff
path: root/res/css/style.css
diff options
context:
space:
mode:
authorOfer Lehr <ofer@oferlehr.com>2014-12-05 23:40:06 +0200
committerOfer Lehr <ofer@oferlehr.com>2014-12-05 23:41:01 +0200
commit37aa73b88961f6188d6608dd32eee32080d6c409 (patch)
tree0200df39d7d831672b7a04a1da456dd6efdbae7c /res/css/style.css
parentbcde522ed96dc407aa4b71f6842767fe69a95d50 (diff)
fixes #182
Also started using mixins for browser prefixes - box shadow and box sizing
Diffstat (limited to 'res/css/style.css')
-rw-r--r--res/css/style.css19
1 files changed, 11 insertions, 8 deletions
diff --git a/res/css/style.css b/res/css/style.css
index 208ab844..280a5254 100644
--- a/res/css/style.css
+++ b/res/css/style.css
@@ -310,9 +310,12 @@ body.debug .debug-ui-right {
font-family: "Source_Regular", sans-serif;
color: #919095;
max-height: 36px;
- width: 260px;
+ width: 280px;
padding: 6px 8px 5px 8px;
border: 1px solid #919095;
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
background: white;
transition-property: width;
transition-duration: 200ms;
@@ -329,6 +332,7 @@ body.debug .debug-ui-right {
color: #919095; }
.add-button {
+ float: right;
background: url(../img/plus-button.png);
background-position: center;
background-repeat: no-repeat;
@@ -336,9 +340,8 @@ body.debug .debug-ui-right {
position: relative;
height: 36px;
width: 36px;
- left: -39px;
- border: 0;
- top: 9px; }
+ left: -36px;
+ border: 0; }
.add-button:hover {
background-color: #d10a40; }
@@ -400,9 +403,9 @@ body.debug .debug-ui-right {
width: 100%;
height: 48px;
background: white;
- -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);
+ -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
+ -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
+ box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
z-index: 100; }
.search-input {
@@ -448,7 +451,7 @@ input {
color: #1d6e7f;
border-top: 1px solid #8eb6bf;
border-bottom: 1px solid #8eb6bf;
- z-index: 1; }
+ z-index: -1; }
.task-desc {
display: inline-block;