lila/public/stylesheets/translation.css

94 lines
1.4 KiB
CSS
Raw Normal View History

h2 {
margin-top: 1em;
font-size: 1.5em;
}
table.translations {
margin-top: 1em;
width: 100%;
}
table.translations th {
font-weight: bold;
}
table.translations td, table.translations th {
padding: 5px 5px 5px 5px;
}
table.translations tbody tr:nth-child(odd) {
background: #f4f4f4;
}
table.translations td.progress {
white-space: nowrap;
}
table.translations div.progressbar {
width: 200px;
}
2012-05-13 06:02:28 -06:00
div.locale_menu {
margin-top: 2em;
2012-05-13 06:02:28 -06:00
}
.error {
color: red;
}
2012-06-16 10:12:24 -06:00
.notice {
margin: 1em;
padding: 1em;
text-align: center;
font-size: 1.2em;
border: 1px solid #DADADA;
color: #000;
background: #AAFFAA;
2012-05-13 06:02:28 -06:00
}
2012-06-16 05:44:41 -06:00
2012-05-13 06:02:28 -06:00
div.messages {
margin-bottom:1em;
padding-bottom: 1em;
2012-06-16 10:12:24 -06:00
max-height: 500px;
overflow: auto;
border: 1px solid #dadada;
2012-05-13 06:02:28 -06:00
}
div.message {
2012-06-16 05:44:41 -06:00
padding:1em;
font-size: 1.2em;
2012-06-16 05:44:41 -06:00
position: relative;
}
div.message:nth-child(odd) {
background: #f4f4f4;
2012-05-13 06:02:28 -06:00
}
div.message label {
display: block;
color: #444;
margin-left: 9%;
2012-05-13 06:02:28 -06:00
}
div.message .context {
margin-left: 9%;
font-size: 0.9em;
margin-top: 5px;
}
2012-05-13 06:02:28 -06:00
div.message input {
width: 90%;
margin-left: 9%;
2012-06-16 05:44:41 -06:00
margin-top: 3px;
2012-06-19 16:06:55 -06:00
padding: 3px 5px;
border: 1px solid #dadada;
2012-05-13 06:02:28 -06:00
}
div.message .number {
2012-06-16 05:44:41 -06:00
position: absolute;
top: 25px;
left: 10px;
}
div.optional {
margin-bottom: 1em;
}
div.optional input {
2012-06-19 16:06:55 -06:00
padding: 3px 5px;
border: 1px solid #dadada;
2012-06-16 10:12:24 -06:00
}
input.submit {
padding: 5px 10px;
font-size: 1.3em;
2012-05-13 06:02:28 -06:00
}