From c18db8cc7f9eb5799431e5fda2472baa54738f81 Mon Sep 17 00:00:00 2001 From: gorhill Date: Mon, 4 May 2015 17:49:15 -0400 Subject: [PATCH] a few css fixes --- src/css/dashboard-common.css | 18 +++++++++--------- src/img/help16.png | Bin 371 -> 0 bytes src/js/start.js | 1 + src/privacy.html | 14 +++++++------- 4 files changed, 17 insertions(+), 16 deletions(-) delete mode 100644 src/img/help16.png diff --git a/src/css/dashboard-common.css b/src/css/dashboard-common.css index 972508c..77837c5 100644 --- a/src/css/dashboard-common.css +++ b/src/css/dashboard-common.css @@ -1,7 +1,9 @@ body { + background-color: #fff; + color: #000; margin: 0; padding: 0 0.5em 5em 0.5em; - font: 15px sans-serif; + font: 15px/1.4 sans-serif; } body > *:first-child { margin-top: 0; @@ -39,17 +41,16 @@ button { width: 40em; } - - .whatisthis { margin: 0 0 0 8px; border: 0; + font-family: FontAwesome; padding: 0 0 4px 0; - width: 16px; - height: 16px; - background: url('/img/help16.png') no-repeat right bottom 1px; cursor: pointer; - opacity: 0.5; + opacity: 0.4; + } +.whatisthis:before { + content: '\f059'; } .whatisthis:hover { opacity: 1.0; @@ -59,7 +60,7 @@ button { padding: 0.5em; font-size: smaller; display: none; - border: 1px dotted black; + border: 1px dotted #aaa; background-color: #F8F8F8; } .whatisthis-expandable > p { @@ -77,4 +78,3 @@ button { padding: 5px; background-color: #FEDAE0; } - diff --git a/src/img/help16.png b/src/img/help16.png deleted file mode 100644 index 4bfac0b94c6f13b0645bcc68799d82fae7481edd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 371 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_Gz7y~NYkmHjTapop>Fxyi?0GB7YQc)B=-Se#xvd85~n00CEjvE6?; zImP}t%xXx;R=mY$w$l8+!VkviV`Z0pGk3minviCn5Gn9K$=lrQ`VR>q!Ry@4a-W}_ z+dZ>9{@Qoj=-?^kU@?kBw` z@`DN&u9$kdu{UeKv`5)&lb9X9jW@7Ni_#bJ(>~|0qWR6vnRl7X4=gSEonkMZE|Dbp z@2l&5{s)1t+XI4^@pg4Cyu0i7tutB=G~b9WzAmxBcyn=rX{dqsyGowxU4}WqtaI7K zHvV#qovxLUGO0uQ=!}K47B;?#WIP^!
  • - +
  • - +