mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +03:00
20 lines
235 B
CSS
20 lines
235 B
CSS
body {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
.demo-loading {
|
|
visibility: hidden;
|
|
}
|
|
|
|
table {
|
|
font-size: 1em;
|
|
}
|
|
|
|
.demo-description {
|
|
clear: both;
|
|
padding: 12px;
|
|
}
|
|
|
|
.ui-draggable, .ui-droppable {
|
|
background-position: top;
|
|
}
|