Login   Register  
PHP Classes
elePHPant
Icontem

File: editinplace.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Er. Rochak Chauhan  >  AJAX Edit In Place  >  editinplace.css  >  Download  
File: editinplace.css
Role: Auxiliary data
Content type: text/plain
Description: Stylesheet file
Class: AJAX Edit In Place
Edit and save a paragraph of text in an HTML page
Author: By
Last change:
Date: 2006-01-01 06:02
Size: 413 bytes
 

Contents

Class file image Download
body{
	font-family: arial, helvetica, sans-serif;
	font-size: small;
}

.editable, textarea{
	background-color: #DEB887;
	font-family:verdana;
	font-size:12px;
	width:500px;
	text-margin:5px;
	align:center;
}

textarea{
	width: 95%;
	font-size: 100%;
}

img.progress{
	vertical-align: middle;
	padding: 0 10px;
}

.showText {
	font-family:verdana;
	font-size:12px;
	width:500px;
	text-margin:5px;
	align:center;
}