mirror of
https://github.com/Prominence/grails-translations-plugin.git
synced 2026-07-03 02:36:46 +03:00
Implemented export functionality. Minor layout fixes.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user