Partial support for locale in spanish.
This commit is contained in:
@@ -2,11 +2,20 @@
|
||||
@import "bootstrap/css/bootstrap-responsive.min.css";
|
||||
@import "css/pageHeaders.css";
|
||||
|
||||
@html-background: #dedederepeat-x scroll
|
||||
|
||||
@html-background: #dedede repeat-x scroll;
|
||||
;
|
||||
@body-width: 956px;
|
||||
|
||||
@font-family: "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
|
||||
@font-family: "Lucida Grande",
|
||||
"Arial"
|
||||
,
|
||||
"Helvetica"
|
||||
,
|
||||
"Verdana"
|
||||
,
|
||||
"sans-serif"
|
||||
;
|
||||
@base-font-size: 11px;
|
||||
|
||||
@base-margin: 10px;
|
||||
@@ -23,22 +32,21 @@
|
||||
padding: @base-padding;
|
||||
}
|
||||
|
||||
.rounded-corners (@radius: 5px) {
|
||||
border-radius: @radius;
|
||||
-webkit-border-radius: @radius;
|
||||
-moz-border-radius: @radius;
|
||||
.rounded-corners(@radius: 5px){
|
||||
border-radius: @radius;
|
||||
-webkit-border-radius: @radius;
|
||||
-moz-border-radius: @radius;
|
||||
}
|
||||
|
||||
|
||||
/* ------------------------------ Table --------------------------------- */
|
||||
|
||||
@table-gap: 2%;
|
||||
@table-width: 100%;
|
||||
|
||||
#map-table {
|
||||
width: 100% !important;
|
||||
width: 100% !important;
|
||||
display: inline-block;
|
||||
float:right;
|
||||
float: right;
|
||||
border-top: 1px solid black
|
||||
}
|
||||
|
||||
@@ -59,31 +67,30 @@ input#selectAll {
|
||||
|
||||
@th-background-color: #FFFFFF;
|
||||
|
||||
.rounded-corners (@radius: 5px) {
|
||||
border-radius: @radius;
|
||||
-webkit-border-radius: @radius;
|
||||
-moz-border-radius: @radius;
|
||||
.rounded-corners(@radius: 5px){
|
||||
border-radius: @radius;
|
||||
-webkit-border-radius: @radius;
|
||||
-moz-border-radius: @radius;
|
||||
}
|
||||
|
||||
.dataTables_processing {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
width: 250px;
|
||||
height: 30px;
|
||||
margin-left: -125px;
|
||||
margin-top: -15px;
|
||||
padding: 14px 0 2px 0;
|
||||
border: 1px solid #ddd;
|
||||
text-align: center;
|
||||
color: #999;
|
||||
font-size: 14px;
|
||||
background-color: white;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
width: 250px;
|
||||
height: 30px;
|
||||
margin-left: -125px;
|
||||
margin-top: -15px;
|
||||
padding: 14px 0 2px 0;
|
||||
border: 1px solid #ddd;
|
||||
text-align: center;
|
||||
color: #999;
|
||||
font-size: 14px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
|
||||
.dataTables_filter {
|
||||
float:right;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#mindmapListTable th {
|
||||
@@ -92,12 +99,12 @@ input#selectAll {
|
||||
|
||||
/* Pagination Styles */
|
||||
#paginateContainer {
|
||||
height:40px;
|
||||
width:100%;
|
||||
height: 40px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.dataTables_length {
|
||||
float: right;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.dataTables_paginate {
|
||||
@@ -107,27 +114,27 @@ input#selectAll {
|
||||
/* ---------------------------- Sorting --------------------------------- */
|
||||
|
||||
.sorting_asc {
|
||||
background: @th-background-color url('../images/sort_asc.png') no-repeat center right;
|
||||
background: @th-background-color url('../images/sort_asc.png') no-repeat center right;
|
||||
}
|
||||
|
||||
.sorting_desc {
|
||||
background: @th-background-color url('../images/sort_desc.png') no-repeat center right;
|
||||
background: @th-background-color url('../images/sort_desc.png') no-repeat center right;
|
||||
}
|
||||
|
||||
.sorting {
|
||||
background: @th-background-color url('../images/sort_both.png') no-repeat center right;
|
||||
background: @th-background-color url('../images/sort_both.png') no-repeat center right;
|
||||
}
|
||||
|
||||
.sorting_disabled {
|
||||
background: @th-background-color;
|
||||
background: @th-background-color;
|
||||
}
|
||||
|
||||
.sorting_asc_disabled {
|
||||
background: @th-background-color url('../images/sort_asc_disabled.png') no-repeat center right;
|
||||
background: @th-background-color url('../images/sort_asc_disabled.png') no-repeat center right;
|
||||
}
|
||||
|
||||
.sorting_desc_disabled {
|
||||
background: @th-background-color url('../images/sort_desc_disabled.png') no-repeat center right;
|
||||
background: @th-background-color url('../images/sort_desc_disabled.png') no-repeat center right;
|
||||
}
|
||||
|
||||
/* ----------------------------- Misc ----------------------------------- */
|
||||
@@ -137,10 +144,10 @@ input#selectAll {
|
||||
}
|
||||
|
||||
.dataTables_empty {
|
||||
text-align: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.row-selected {
|
||||
.row-selected {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
@@ -151,24 +158,24 @@ input#selectAll {
|
||||
#tableActions {
|
||||
float: right;
|
||||
width: 350px;
|
||||
white-space:nowrap;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#tableActions > div {
|
||||
float: right;
|
||||
margin-left:5px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
#pageInfo {
|
||||
padding-top:5px;
|
||||
padding-left:8px;
|
||||
padding-top: 5px;
|
||||
padding-left: 8px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#tableFooter {
|
||||
width:100%;
|
||||
height:50px;
|
||||
white-space:nowrap;
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#foldersContainer {
|
||||
@@ -178,26 +185,26 @@ input#selectAll {
|
||||
margin-top: 80px
|
||||
}
|
||||
|
||||
span.starredOff{
|
||||
span.starredOff {
|
||||
background: url('../images/star-off.png') no-repeat center left;
|
||||
padding: 10px;
|
||||
margin: 0 0px 0 15px;
|
||||
}
|
||||
|
||||
span.starredOff:hover{
|
||||
span.starredOff:hover {
|
||||
background: url('../images/star-off-hover.png') no-repeat center left;
|
||||
}
|
||||
|
||||
span.starredOn{
|
||||
span.starredOn {
|
||||
background: url('../images/star-on.png') no-repeat center left;
|
||||
padding: 10px;
|
||||
margin: 0 0px 0 15px;
|
||||
}
|
||||
|
||||
span.starredOn:hover{
|
||||
span.starredOn:hover {
|
||||
background: url('../images/star-on-hover.png') no-repeat center left;
|
||||
}
|
||||
|
||||
abbr[title] {
|
||||
cursor:default;
|
||||
cursor: default;
|
||||
}
|
Reference in New Issue
Block a user