update translations

This commit is contained in:
Luke Pulverenti 2015-09-07 11:54:57 -04:00
parent 69e9dbcc51
commit 7ee6317dae
92 changed files with 907 additions and 901 deletions

View file

@ -120,6 +120,7 @@
outline: none;
vertical-align: middle;
width: 85%!important;
display: inline-block!important;
}
.searchInputIcon {

View file

@ -548,14 +548,14 @@ a[data-role='button'], button:not([data-role='none']):not(.clearButton) {
box-shadow: 0 0 12px #3388cc /*{a-active-background-color}*/;
}
button:not([data-role='none']):not([data-inline='true']):not(.clearButton) {
width: 100%;
}
button:not([data-role='none']):not([data-inline='true']):not(.clearButton) {
width: 100%;
}
a[data-role='button'][data-theme='b'], button[data-theme='b']:not([data-role='none']):not(.clearButton) {
background: #4285f4 !important;
color: #fff !important;
}
a[data-role='button'][data-theme='b'], button[data-theme='b']:not([data-role='none']):not(.clearButton) {
background: #4285f4 !important;
color: #fff !important;
}
div[data-role="controlgroup"] a[data-role='button'] {
display: inline-block !important;
@ -674,6 +674,25 @@ div[data-role="controlgroup"] a.ui-btn-active {
left: 270px !important;
}
.checkboxContainer {
white-space: nowrap;
}
.checkboxContainer input {
width: 20px;
height: 20px;
vertical-align: middle;
display: inline-block;
margin: 0;
padding: 0;
}
.checkboxContainer label {
vertical-align: middle;
display: inline-block;
padding: .7em .5em;
}
@media all and (min-width: 340px) {
.largePanel {