comparison client/digitallibrary/jquery/svg/jquery.digilibSVG.css @ 781:d5f47dfaf0ce jquery

status line for SVG measuring tool
author hertzhaft
date Sun, 13 Feb 2011 17:36:31 +0100
parents f8235c42f4a0
children 7703ff1f2173
comparison
equal deleted inserted replaced
780:a34686e7c151 781:d5f47dfaf0ce
7 background: silver; 7 background: silver;
8 font-family: Tahoma, Helvetica, Arial; 8 font-family: Tahoma, Helvetica, Arial;
9 } 9 }
10 10
11 div#svg-toolbar { 11 div#svg-toolbar {
12 border: 1px solid black; 12 color: grey;
13 color: black;
14 background-color: grey; 13 background-color: grey;
15 position: fixed; 14 position: fixed;
16 left: 10px; 15 left: 8px;
17 bottom: 10px; 16 bottom: 8px;
17 border: 1px solid black;
18 }
19
20 span.svg-label {
21 font-size: 12px;
22 padding: 0px 3px;
23 color: silver;
24 background-color: grey;
25 }
26
27 span.svg-number {
28 font-size: 12px;
29 padding: 0px 3px;
30 display: inline-block;
31 width: 50px;
32 background-color: grey;
33 color: white;
18 } 34 }
19 35
20 select { 36 select {
21 border: none; 37 font-size: 12px;
38 padding: 0px 3px;
39 margin: 0px;
40 display: inline-block;
22 background-color: grey; 41 background-color: grey;
23 color: lightgreen; 42 color: lightgreen;
24 font-size: 12px; 43 border: none;
25 } 44 }
26 45
27 span { 46 input.svg-input {
47 width: 50px;
28 font-size: 12px; 48 font-size: 12px;
49 padding: 0px 3px;
50 margin: 0px;
51 display: inline-block;
52 background-color: grey;
53 color: lightgreen;
54 border: none;
29 } 55 }
30 56
31 span#svg-pixel, span#svg-pixelfactor { 57 select:hover, select:active, select:focus,
32 width: 50px; 58 input.svg-input:hover, input.svg-input:active, input.svg-input:focus {
33 background-color: silver; 59 background-color: white;
34 color: white; 60 color: black;
35 } 61 }
36
37 62
38 div.digilib { 63 div.digilib {
39 margin: 0px; 64 margin: 0px;
40 } 65 }
41 66