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