web/static/ldt/css/ldtform.css
author wakimd
Wed, 22 Dec 2010 12:01:05 +0100
changeset 25 c8dfd7ea87e5
parent 9 22ab430e9b64
permissions -rw-r--r--
Corrections on merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     1
@charset "UTF-8";
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     2
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     3
body {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     4
	min-width: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     5
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     6
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     7
#add_content, #add_contribution {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     8
	padding: 10px;	
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     9
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    10
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    11
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    12
#add_content input, #add_content textarea, #add_content select,
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    13
#add_contribution input, #add_contribution textarea, #add_contribution select
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    14
{
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    15
	background: #ededed;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    16
	width: 250px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    17
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    18
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    19
#add_contribution input[type="checkbox"] {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    20
	width: auto;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    21
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    22
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    23
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    24
#add_content textarea {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    25
	height : 125px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    26
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    27
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    28
#add_content li {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    29
	list-style: none;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    30
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    31
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    32
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    33
label {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    34
	display: block;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    35
	margin-top: 0.5em;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    36
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    37
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    38
#add_content .vDateField,#add_content .vTimeField {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    39
	width: 90px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    40
	float: left;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    41
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    42
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    43
.projectscontentstitle {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    44
	border-bottom: 1px solid black;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    45
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    46
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    47
#submitcontent {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    48
	border-top: 1px solid black;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    49
	padding-top : 10px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    50
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    51
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    52
#submitcontent-buttons {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    53
	text-align: right;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    54
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    55
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    56
#submitcontent-loader {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    57
	text-align: left;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    58
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    59
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    60
.submitcontent-loader-content {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    61
	display: none;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    62
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    63
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    64
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    65
#submitcontent-loader-msg {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    66
	padding-left: 6px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    67
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    68
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    69
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    70
#submitcontent-buttons input[type="submit"], #submitcontent-buttons button  {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    71
	background-color: #656565;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    72
	color: white;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    73
	width:auto;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    74
	font-weight: bold;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    75
	padding: 5px 10px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    76
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    77
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    78
.datetimeshortcuts {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    79
	float: left;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    80
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    81
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    82
.ldtdatetime {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    83
	float: left;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    84
	width: 350px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    85
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    86
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    87
.ldtdate,.ldttime {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    88
	float: left;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    89
	width: 150px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    90
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    91
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    92
.ldtdatetitle,.ldttimetitle {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    93
	color: #666;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    94
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    95
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    96
#contentformhidden {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    97
	display: none;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    98
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    99
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   100
#contentformfields {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   101
	margin: 10px 0px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   102
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   103
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   104
.cellcheckbox {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   105
	text-align: center;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   106
	width: 70 px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   107
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   108
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   109
#contentslistheader {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   110
	padding: 1px 10px 1px 36px;	
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   111
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   112
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   113
#ldtcreatetablewrapperdiv {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   114
	height: 282px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   115
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   116
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   117
#ldtcreatecontentstablediv {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   118
	max-height: 280px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   119
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   120
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   121
#ldtcreatecontentslistcontainer {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   122
	padding: 5px 0px 20px 0px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   123
	height: 300px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   124
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   125
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   126
#media_fields_div {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   127
	width : 338px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   128
	height : 50px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   129
	margin-top: 10px 0px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   130
	padding-left: 10px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   131
	border: 1px solid #DDD;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   132
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   133
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   134
.error_message {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   135
	padding: 3em 2em;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   136
	font-size: larger;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   137
	font-weight: bold;   
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   138
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   139
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   140