summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-08-06 18:20:50 +0300
committerAlon Levy <alon@pobox.com>2014-08-06 18:20:50 +0300
commita8b12cc1f7593dacd480bb4aebae909277613182 (patch)
tree1799c075dbca6a5b00f1f763e96625908efee37d
parentd617b826e6b2c72213938f7b87d68139465b7301 (diff)
css fixes: s/font/font-size/, vertical-align: s/center/middle
-rw-r--r--style.css14
-rw-r--r--ui.css8
2 files changed, 11 insertions, 11 deletions
diff --git a/style.css b/style.css
index 2412c80c..c5359fb1 100644
--- a/style.css
+++ b/style.css
@@ -93,7 +93,7 @@ input:focus {
.node {
stroke: #fff;
stroke-width: 1px;
- font: 16px;
+ font-size: 16px;
z-index:100;
}
@@ -253,12 +253,12 @@ input:focus {
}
.help{
- font-style:bold;
- position:fixed;
- top:5px;
- left:10px;
- margin-left:12px;
+ font-weight: bold;
font-size: 20px;
+ position: fixed;
+ top: 5px;
+ left: 10px;
+ margin-left: 12px;
}
.overlay {
@@ -304,7 +304,7 @@ input:focus {
position:fixed;
bottom:10px;
right:10px;
- vertical-align: center;
+ vertical-align: middle;
}
.info{
diff --git a/ui.css b/ui.css
index ea48eebc..1d0cc051 100644
--- a/ui.css
+++ b/ui.css
@@ -60,10 +60,10 @@
.ui-datepicker {
background-color: rgba(17,17,17,0.9);
- width: 217px;
- height: auto;
- margin: 5px auto 0;
- font: 9pt;
+ width: 217px;
+ height: auto;
+ margin: 5px auto 0;
+ font-size: 9pt;
border: 1px solid;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);