Initial commit (a clone of the jsmachines project as of v1.15.3)
This commit is contained in:
commit
a5e3e6a59d
714 changed files with 130602 additions and 0 deletions
25
my_modules/ecpjs-client/templates/register.css
Normal file
25
my_modules/ecpjs-client/templates/register.css
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
.register {
|
||||
float: left;
|
||||
}
|
||||
.bitBucket {
|
||||
float: left;
|
||||
width: 19px;
|
||||
height: 38px;
|
||||
}
|
||||
.bitCell {
|
||||
float: left;
|
||||
width: 19px;
|
||||
height: 19px;
|
||||
margin-right: -1px;
|
||||
margin-bottom: -1px;
|
||||
border: 1px solid black;
|
||||
text-align: center;
|
||||
line-height: 19px; /* the equivalent of "vertical-align: middle" for single-line elements */
|
||||
}
|
||||
.bitCellLeft {
|
||||
border-left: 1px solid black;
|
||||
}
|
||||
.bitLabel {
|
||||
font-size: xx-small;
|
||||
text-align: center;
|
||||
}
|
||||
Loading…
Reference in a new issue