style/example.inc.php
author rejo
Mon, 31 Mar 2008 21:10:19 +0000
changeset 120 982f722376b4
parent 82 c255196bc447
permissions -rw-r--r--
[feladat @ 223] Bugfix. No domain id was provided when entering 'edit record' page from a search query. Changed code so 'edit record' does not rely on domain id provided by user but determines it from the record id that is about to be changed. This closes ticket:31.


/* RZ TODO: cleanup code */

body {
        padding-left: 		5%;
        padding-right: 		5%;
	font-family: 		Verdana, Arial, Helvetica;
	font-size:		85%;
	text-align: 		left;
	vertical-align: 	top;
	background:		#f4f4f4;
}

h1, h2, table, .menu, .footer	{
	border:			1px solid #000000;
	padding:		3px;
	background:		#ddeeff;
}

p       {
        padding:                3px;
}

table	{
	width:			100%;
	font-family: 		Verdana, Arial, Helvetica;
	font-size:		90%;
	text-align: 		left;
	vertical-align: 	top;
}

img	{
	border:			0px;
}
img .edit-assign-to-user	{
	margin-left:		47px;
}

#meta {
        width:                  100%;
	clear:			both;
}

#meta .button	{
	margin			0px 5px 0px 0px;
}

#meta-left {
        float:                  left;
        width:                  49%;
}

#meta-right {
        float:                  right;
        width:                  49%;
}

td	{
        padding:                0px 2px 0px 2px;
	vertical-align: 	top;
}

td.y	{
	background:		#ffffff;
	border:			1px solid #000000;
}

.menu 	{
	font-size:		80%;
}

.error	{
	background:		#ff0000;
	color:			#ffffff;
	padding:		3px;
	font-size:		90%;
	
}

.success	{
	background:		#00cc33;
	padding:		3px;
	font-size:		90%;
}

.showmax	{
	font-size:		80%;
	margin:			5px 0px 5px 0px;
	text-align:		center;
}

.lettertaken	{
	color:			#000000;
	font-weight: 		bold;
}

.letternotavailable	{
	color:			#999999;
}

a:link 		{ 
	color: 			#000000;
}

a:visited 	{ 
	color: 			#000000;
}

a:active 	{ 
	color: 			#000000;
}

a:hover 	{
	text-decoration:	none;
}

.footer	{
	font-size:		70%;
	margin-top:		5px;
}




.sbutton {
        border: 		#999999 1px solid;
}

.button {
        border:			#999999 1px solid;
}
.input {
        border:			#999999 1px solid;
}
.sinput {
        border: 		#999999 1px solid;
}



textarea {
	width: 			100%;
}
input.wide {
	width: 			100%;
}


<?php
include_once("../inc/config.inc.php");
?>