mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
15619: cmis:PathName implementation 15740: Switch off javascript debugger 15752: Cater for case where requestURI is redirected to web script URI (unusual case in tomcat)15759: Updated CMIS front page 15760: Form adjustments 15761: Forms update 15765: CMIS Front page updates 15767: Reduced CMIS logo file size. 15769: Updated CMIS front page text. 15771: CMIS Front Page text updates. 15772: CMIS Front Page text updates - for TCK form. 15799: Update message re: TCK and contribution to Apache Chemistry git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@17234 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
41 lines
1.2 KiB
CSS
41 lines
1.2 KiB
CSS
/* --------------------------------------------------------------
|
|
|
|
Boilerplate forms.css
|
|
* Sets up some default styling for forms
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
/*label { font-weight: bold; }*/
|
|
|
|
/* Fieldsets */
|
|
fieldset { padding-left: 0.5em; padding-top: 0.5em; margin: 0 0 0.5em 0; border: 1px solid #ddd; }
|
|
legend { padding: 0 .4em; font-size: 1.2em; }
|
|
|
|
/* Textareas */
|
|
textarea { margin: 0.5em 0.5em 0 0; }
|
|
textarea { padding: .4em; }
|
|
|
|
|
|
/* hForm
|
|
-------------------------------------------------------------- */
|
|
form.hform p { margin: 0 0 .5em; }
|
|
form.hform p label { float: left; width: 150px; }
|
|
|
|
form.hform p input { width: 250px; }
|
|
form.hform p select { width: 250px; }
|
|
|
|
form.hform p input.button { width: auto; float: right; font-weight: bold; }
|
|
/*
|
|
form.hform p input.checkbox { width: auto; }
|
|
form.hform p input.radio { width: auto; }
|
|
*/
|
|
form.hform p.checkbox { margin-left: 0px; }
|
|
form.hform p.checkbox input { width: auto; }
|
|
|
|
|
|
/* vForm
|
|
-------------------------------------------------------------- */
|
|
form.vform p { margin: 0 0 .5em; }
|
|
form.vform p label { display: block; }
|
|
|
|
form.vform p.checkbox label { display: inline; } |