| Revision 468,
415 bytes
checked in by jdalbey, 7 years ago
(diff) |
|
einotebook - multifile commit. Redesign to fix timing problem on some machines as well as improve file naming. Fixed #176.
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | @CHARSET "UTF-8"; |
|---|
| 2 | |
|---|
| 3 | body { |
|---|
| 4 | font-family: Verdana, sans-serif; |
|---|
| 5 | } |
|---|
| 6 | |
|---|
| 7 | /*=============================== Button Panel ======================*/ |
|---|
| 8 | |
|---|
| 9 | button.expandButton { |
|---|
| 10 | width:100px; |
|---|
| 11 | } |
|---|
| 12 | |
|---|
| 13 | button.collapseButton { |
|---|
| 14 | width:100px; |
|---|
| 15 | } |
|---|
| 16 | |
|---|
| 17 | input.timeText { |
|---|
| 18 | padding-left:0px; |
|---|
| 19 | padding-right:0px; |
|---|
| 20 | margin-left:0px; |
|---|
| 21 | margin-right:0px; |
|---|
| 22 | width:1.5em; |
|---|
| 23 | } |
|---|
| 24 | |
|---|
| 25 | td.buttonPanel { |
|---|
| 26 | padding:1px; |
|---|
| 27 | } |
|---|
| 28 | |
|---|
| 29 | table.buttonTable |
|---|
| 30 | { |
|---|
| 31 | margin:0px; |
|---|
| 32 | padding:0px; |
|---|
| 33 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.