- error correction on login template
- slight redesign of login template
- put the page and header title in translation
@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;
}
#submitcontent-buttons {
text-align: right;
}
#submitcontent-loader {
text-align: left;
}
.submitcontent-loader-content {
display: none;
}
#submitcontent-loader-msg {
padding-left: 6px;
}
#submitcontent-buttons input[type="submit"], #submitcontent-buttons button {
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;
}
.error_message {
padding: 3em 2em;
font-size: larger;
font-weight: bold;
}