source: tmcsimulator/trunk/webapps/einotebook/roles/roles.css @ 540

Revision 540, 415 bytes checked in by jdalbey, 6 years ago (diff)

Add roles page to EINotebook, version 1. Modified index.html, Event.js, LoadEvents?.js, notebook.js

  • Property svn:executable set to *
Line 
1@CHARSET "UTF-8";
2
3body {
4        font-family: Verdana, sans-serif;       
5}
6
7/*=============================== Button Panel ======================*/
8
9button.expandButton {
10        width:100px;
11}
12
13button.collapseButton {
14        width:100px;
15}
16
17input.timeText {
18        padding-left:0px; 
19        padding-right:0px; 
20        margin-left:0px; 
21        margin-right:0px; 
22        width:1.5em;
23}
24
25td.buttonPanel {
26        padding:1px;
27}
28
29table.buttonTable
30{
31        margin:0px;
32        padding:0px;
33}
Note: See TracBrowser for help on using the repository browser.