web/static/css/ldtform.css
changeset 91 9c83809fda01
parent 80 1e7732f40eee
child 92 84adc64c4873
--- a/web/static/css/ldtform.css	Tue Sep 28 18:24:14 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,116 +0,0 @@
-@charset "UTF-8";
-
-body {
-	min-width: 0;
-}
-
-#add_content, #add_contribution {
-	padding: 10px;	
-}
-
-
-#add_content input, #add_content textarea, #add_content select,
-#add_contribution input, #add_contribution textarea, #add_contribution select
-{
-	background: #ededed;
-	width: 250px;
-}
-
-#add_contribution input[type="checkbox"] {
-	width: auto;
-}
-
-
-#add_content textarea {
-	height : 125px;
-}
-
-#add_content li {
-	list-style: none;
-}
-
-
-label {
-	display: block;
-	margin-top: 0.5em;
-}
-
-#add_content .vDateField,#add_content .vTimeField {
-	width: 90px;
-	float: left;
-}
-
-.projectscontentstitle {
-	border-bottom: 1px solid black;
-}
-
-#submitcontent {
-	border-top: 1px solid black;
-	padding-top : 10px;
-	text-align: right;
-}
-
-#add_content input[type="submit"], #add_contribution input[type="submit"] {
-	background-color: #656565;
-	color: white;
-	width:auto;
-	font-weight: bold;
-	padding: 5px 10px;
-}
-
-.datetimeshortcuts {
-	float: left;
-}
-
-.ldtdatetime {
-	float: left;
-	width: 350px;
-}
-
-.ldtdate,.ldttime {
-	float: left;
-	width: 150px;
-}
-
-.ldtdatetitle,.ldttimetitle {
-	color: #666;
-}
-
-#contentformhidden {
-	display: none;
-}
-
-#contentformfields {
-	margin: 10px 0px;
-}
-
-.cellcheckbox {
-	text-align: center;
-	width: 70 px;
-}
-
-#contentslistheader {
-	padding: 1px 10px 1px 36px;	
-}
-
-#ldtcreatetablewrapperdiv {
-	height: 282px;
-}
-
-#ldtcreatecontentstablediv {
-	max-height: 280px;
-}
-
-#ldtcreatecontentslistcontainer {
-	padding: 5px 0px 20px 0px;
-	height: 300px;
-}
-
-#media_fields_div {
-	width : 338px;
-	height : 50px;
-	margin-top: 10px 0px;
-	padding-left: 10px;
-	border: 1px solid #DDD;
-}
-