Login   Register  
PHP Classes
elePHPant
Icontem

File: Form.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Alberto Campagnari  >  Simple PHP Form Builder Class  >  Form.css  >  Download  
File: Form.css
Role: Auxiliary data
Content type: text/plain
Description: css style file
Class: Simple PHP Form Builder Class
Generate HTML for Web forms
Author: By
Last change:
Date: 2013-09-07 08:01
Size: 516 bytes
 

Contents

Class file image Download
@CHARSET "UTF-8";
body {
  background-color: #9FB8C4;
}

h1{
  padding-left: 5px;
}

form {
  padding-left: 5px;
}

input, select, textarea{
	float:right;
}

em{
	float:left;
}

div#container {
  background-color: #CDDEE7;
  width: 500px;
  border: solid 1px #CCCCCC;
  margin-left:auto;
  margin-right:auto;
  height: 300px;
}

div#data {
  float: left;
  width: 100%;
}

/*from PHPClassForm.php*/
.submitButton{
	float:left;
	margin:20px 0px 10px 5px;
}

.resetButton{
	float:right;
	margin:20px 5px 10px 0px; 
}