33 lines
578 B
CSS
33 lines
578 B
CSS
/** \file html\css\content_ff.css
|
|
* \brief ZKL webinterface content stylesheet (firefox)
|
|
* \author Rob Schalken, Core|Vision
|
|
* \version 1.0
|
|
* \date 17-10-2008
|
|
*
|
|
* This file contains the content stylesheet definitions.
|
|
*/
|
|
|
|
/*
|
|
* General
|
|
*/
|
|
table {
|
|
margin : 0px 0px 0px -3px;
|
|
}
|
|
|
|
.form_table textarea {
|
|
width : 300px;
|
|
}
|
|
|
|
.form_table #table_select {
|
|
width : 304px;
|
|
}
|
|
|
|
.form_table #table_input {
|
|
width : 303px;
|
|
}
|
|
|
|
table.jacs,
|
|
table.jacsStatic {
|
|
padding-left : 4px;
|
|
}
|