[483] | 1 | .dojoxCalcLayout span.dijitButtonNode, |
---|
| 2 | .dojoxCalcLayout span.dijitButtonContents{ |
---|
| 3 | display:block; |
---|
| 4 | } |
---|
| 5 | .dojoxCalc .dojoxCalcLayout .dojoxCalcTextAreaContainer { |
---|
| 6 | padding-left: 0.2em; |
---|
| 7 | padding-right: 0.2em; |
---|
| 8 | #border-right: .3em; |
---|
| 9 | } |
---|
| 10 | .dojoxCalcLayout .dojoxCalcInputContainer .dijitTextBox { |
---|
| 11 | /* IE bug workaround where the input caret is not visible (extends into the table border) */ |
---|
| 12 | position: relative; |
---|
| 13 | border-left: 0 none; |
---|
| 14 | border-right: 0 none; |
---|
| 15 | width:100%; |
---|
| 16 | } |
---|
| 17 | .dojoxCalcLayout .dojoxCalcInputContainer, |
---|
| 18 | .dojoxCalcLayout .dojoxCalcInputContainer .dijitInputField { |
---|
| 19 | padding-left: 0; |
---|
| 20 | padding-right: 0; |
---|
| 21 | } |
---|
| 22 | .dojoxCalcLayout .dojoxCalcInputContainer .dijitInputContainer { |
---|
| 23 | padding-left: 0; |
---|
| 24 | #padding-left: 0.5em; |
---|
| 25 | padding-right: 0.3em; |
---|
| 26 | #padding-right: 0; |
---|
| 27 | } |
---|
| 28 | .dojoxCalcLayout .dojoxCalcInputContainer .dijitInputInner { |
---|
| 29 | text-align: left; |
---|
| 30 | padding-left: 0.2em !important; |
---|
| 31 | padding-right: 0 !important; |
---|
| 32 | #padding-right: 0.3em !important; /* IE workaround to make sure the input caret is visible */ |
---|
| 33 | overflow: hidden; |
---|
| 34 | } |
---|
| 35 | .dojoxCalcMinusButtonContainer { |
---|
| 36 | width: 4em; |
---|
| 37 | min-width: 4em; |
---|
| 38 | padding: 0; |
---|
| 39 | } |
---|
| 40 | .dojoxCalcMinusButtonContainer .dijitButton { |
---|
| 41 | margin: 0.1em; |
---|
| 42 | width: 3.8em; |
---|
| 43 | } |
---|
| 44 | .dojoxCalcMinusButtonContainer .dijitArrowButtonInner { |
---|
| 45 | width:1.3em; |
---|
| 46 | } |
---|
| 47 | .dojoxCalcMinusButtonContainer .dijitButtonNode .dijitButtonContents { |
---|
| 48 | width: 2.1em; |
---|
| 49 | min-width: 2.1em; |
---|
| 50 | } |
---|
| 51 | .dojoxCalcLayout .dojoxCalcMinusButtonContainer .dijitButtonText, |
---|
| 52 | .dojoxCalcLayout .dojoxCalcMinusButtonContainer .dijitButtonNode { |
---|
| 53 | padding-left: 0px; |
---|
| 54 | padding-right: 0px; |
---|
| 55 | } |
---|
| 56 | |
---|
| 57 | .dojoxCalcButtonContainer { |
---|
| 58 | width: 4em; |
---|
| 59 | min-width: 4em; |
---|
| 60 | padding: 0; |
---|
| 61 | } |
---|
| 62 | .dojoxCalcButtonContainer .dijitButton { |
---|
| 63 | margin: 0.1em; |
---|
| 64 | width: 3.8em; |
---|
| 65 | } |
---|
| 66 | |
---|
| 67 | .dojoxCalcLayout .dojoxCalcButtonContainer .dijitButtonText, |
---|
| 68 | .dojoxCalcLayout .dojoxCalcButtonContainer .dijitButtonNode { |
---|
| 69 | padding-left: 0px; |
---|
| 70 | padding-right: 0px; |
---|
| 71 | } |
---|
| 72 | .dojoxCalcLayout { |
---|
| 73 | table-layout:fixed; |
---|
| 74 | border-width: 0; |
---|
| 75 | border-style: none; |
---|
| 76 | width:16.0em; |
---|
| 77 | font:monospace; |
---|
| 78 | } |
---|
| 79 | .dojoxCalc { |
---|
| 80 | border: 0.4em ridge #909090; |
---|
| 81 | } |
---|
| 82 | |
---|
| 83 | .dojoxCalcGrapherLayout span.dijitButtonNode, |
---|
| 84 | .dojoxCalcGrapherLayout span.dijitButtonContents{ |
---|
| 85 | display:block; |
---|
| 86 | } |
---|
| 87 | .dojoxCalcGrapherButtonContainer { |
---|
| 88 | width: 10em; |
---|
| 89 | min-width: 10em; |
---|
| 90 | padding: 0; |
---|
| 91 | } |
---|
| 92 | .dojoxCalcGrapherButton { |
---|
| 93 | display:block; |
---|
| 94 | } |
---|
| 95 | .dojoxCalcGrapherLayout { |
---|
| 96 | table-layout:fixed; |
---|
| 97 | border-width: 0; |
---|
| 98 | border-style: none; |
---|
| 99 | width:20.0em; |
---|
| 100 | font:monospace; |
---|
| 101 | } |
---|
| 102 | .dojoxCalcExpressionBox { |
---|
| 103 | width:15em; |
---|
| 104 | } |
---|
| 105 | .dojoxCalcChartHolder { |
---|
| 106 | position:absolute; |
---|
| 107 | left:36em; |
---|
| 108 | top:5em; |
---|
| 109 | } |
---|
| 110 | .dojoxCalcGraphOptionTable { |
---|
| 111 | width:25em; |
---|
| 112 | } |
---|
| 113 | .dojoxCalcGraphWidth { |
---|
| 114 | width:5em; |
---|
| 115 | } |
---|
| 116 | .dojoxCalcGraphHeight { |
---|
| 117 | width:5em; |
---|
| 118 | } |
---|
| 119 | .dojoxCalcGraphMinX { |
---|
| 120 | width:5em; |
---|
| 121 | } |
---|
| 122 | .dojoxCalcGraphMaxX { |
---|
| 123 | width:5em; |
---|
| 124 | } |
---|
| 125 | .dojoxCalcGraphMinY { |
---|
| 126 | width:5em; |
---|
| 127 | } |
---|
| 128 | .dojoxCalcGraphMaxY { |
---|
| 129 | width:5em; |
---|
| 130 | } |
---|
| 131 | .dojoxCalcGrapherFuncOuterDiv { |
---|
| 132 | width:35em; |
---|
| 133 | height:15em; |
---|
| 134 | overflow-y:scroll; |
---|
| 135 | } |
---|
| 136 | .dojoxCalcGrapherModeTable { |
---|
| 137 | width:10em; |
---|
| 138 | } |
---|
| 139 | .dojoxCalcFunctionModeSelector { |
---|
| 140 | width:5em; |
---|
| 141 | } |
---|
| 142 | .dojoxCalcStatusBox { |
---|
| 143 | border:1px solid; |
---|
| 144 | padding:1px; |
---|
| 145 | display:inline; |
---|
| 146 | } |
---|