Mercurial > hg > digilib
diff webapp/src/main/webapp/jquery/jquery.digilib.measure.css @ 1264:1c26847a2378
smaller measure toolbar, more consistent ids and classes
author | hertzhaft |
---|---|
date | Mon, 20 Jan 2014 18:38:54 +0100 |
parents | 677277d77cca |
children | 72c44a24a0d5 |
line wrap: on
line diff
--- a/webapp/src/main/webapp/jquery/jquery.digilib.measure.css Mon Jan 20 17:03:57 2014 +0100 +++ b/webapp/src/main/webapp/jquery/jquery.digilib.measure.css Mon Jan 20 18:38:54 2014 +0100 @@ -4,7 +4,8 @@ * Martin Raspe, Robert Casties, 26.3.2012 */ -div#measure-toolbar { +div#dl-measure-toolbar { + font-size: 90%; display: none; border: 2px solid aqua; background-color: silver; @@ -13,6 +14,16 @@ z-index: 20; } +div#dl-measure-toolbar input { + font-size: 100%; + width: 8em; +} + +div#dl-measure-toolbar select { + font-size: 100%; + width: 12em; +} + span.dl-measure-label { padding: 0px 5px; } @@ -21,15 +32,14 @@ color: lightgreen; background-color: #606060; padding: 2px; - font-weight: bold; } -input#measure-val2, select#measure-shape, select#measure-unit1, select#measure-unit2 { +input#dl-measure-val2, select#dl-measure-shape, select#dl-measure-unit1, select#dl-measure-unit2 { color: lightgreen; background-color: #606060; } -select#measure-shape:focus { +select#dl-measure-shape:focus { color: black; background-color: white; }