Implemented export functionality. Minor layout fixes.

This commit is contained in:
Prominence
2016-08-20 23:50:06 +03:00
parent 34048f9525
commit 98dfa730ce
8 changed files with 99 additions and 43 deletions
+13 -8
View File
@@ -12,8 +12,9 @@ table {
width: 100%;
}
.main-container {
margin-top: 10%;
.translations-container {
margin-top: 5%;
margin-bottom: 5%;
border: #000 solid 1px;
background-color: #707070;
padding: 10px;
@@ -21,16 +22,20 @@ table {
font-size: 1.2em;
}
.total {
.translations-total-label {
margin: 10px;
font-size: 1.5em;
}
.action-buttons {
padding-top: 1px;
padding-bottom: 1px;
}
.table-hover tbody tr:hover {
color: #111;
}
input {
color: #000;
}
.translations-main-block {
margin-left: 25px;
margin-right: 25px;
}