21 lines
591 B
CSS
21 lines
591 B
CSS
/** \file html\css\framework_tablet.css
|
|
* \brief ZKL webinterface framework stylesheet
|
|
* \author Rob Schalken, Core|Vision
|
|
* \version $Revision: 26218 $
|
|
* \date $Date: 2016-02-29 08:35:43 +0100 (Mon, 29 Feb 2016) $
|
|
*
|
|
* This file contains the stylesheet extensions for tablet version.
|
|
*/
|
|
|
|
.form_table div.tiny_button {
|
|
margin-bottom : 4px;
|
|
}
|
|
|
|
button.tiny_button {
|
|
font-family : 'ITCOfficinaSansStdBold', Arial, Helvetica, sans-serif;
|
|
font-size : 16px;
|
|
padding : 4px;
|
|
width : 100%;
|
|
min-height : 32px;
|
|
}
|