mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2025-12-26 16:07:57 +01:00
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@18 08aca716-68be-ccc6-4d58-36f5abd142ac
23 lines
286 B
CSS
23 lines
286 B
CSS
#inputarea {
|
|
height: 500px;
|
|
overflow: auto;
|
|
}
|
|
.rowdiv {
|
|
|
|
}
|
|
.selectimage {
|
|
width: 32px;
|
|
height: 32px;
|
|
}
|
|
#invisible {
|
|
display: none;
|
|
}
|
|
#datatable td {
|
|
padding: 2px 10px 2px 10px;
|
|
border-bottom: 1px black solid;
|
|
background-color: #dddddd;
|
|
}
|
|
.editorbutton {
|
|
margin-right: 20px;
|
|
}
|