2012-05-18 23:43:22 -03:00
|
|
|
@import "bootstrap/css/bootstrap.min.css";
|
2014-01-27 23:48:11 -03:00
|
|
|
@import "bootstrap/css/bootstrap-colorpicker.min.css";
|
2012-05-18 23:43:22 -03:00
|
|
|
@import "bootstrap/css/bootstrap-responsive.min.css";
|
|
|
|
@import "css/pageHeaders.css";
|
|
|
|
|
2012-07-01 17:56:31 -03:00
|
|
|
@html-background: #dedederepeat-xscroll;
|
|
|
|
@body-width: 1050px;
|
2012-04-06 17:05:42 -03:00
|
|
|
|
2012-09-16 02:26:56 -03:00
|
|
|
@font-family: "Lucida Grande","Arial","Helvetica","Verdana","sans-serif";
|
2012-04-06 17:05:42 -03:00
|
|
|
@base-font-size: 11px;
|
|
|
|
|
|
|
|
@base-margin: 10px;
|
|
|
|
@base-padding: @base-margin;
|
|
|
|
@base-border-size: 1px;
|
|
|
|
@base-color: #111;
|
|
|
|
|
|
|
|
/* ----------------------------- General -------------------------------- */
|
|
|
|
|
|
|
|
#mindmapListContainer {
|
|
|
|
background: #FFFFFF;
|
|
|
|
margin: 0 auto;
|
|
|
|
width: @body-width;
|
|
|
|
padding: @base-padding;
|
|
|
|
}
|
|
|
|
|
2012-06-30 02:26:21 -03:00
|
|
|
.rounded-corners(@radius: 5px){
|
|
|
|
border-radius: @radius;
|
|
|
|
-webkit-border-radius: @radius;
|
|
|
|
-moz-border-radius: @radius;
|
2012-04-06 17:05:42 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
/* ------------------------------ Table --------------------------------- */
|
|
|
|
|
|
|
|
@table-gap: 2%;
|
2012-05-20 12:28:10 -03:00
|
|
|
@table-width: 100%;
|
2012-04-06 17:05:42 -03:00
|
|
|
|
|
|
|
#map-table {
|
2012-06-30 02:26:21 -03:00
|
|
|
width: 100% !important;
|
2012-09-12 23:29:57 -03:00
|
|
|
border-top: 1px solid black;
|
|
|
|
overflow-y: auto;
|
|
|
|
height: 480px;
|
2012-04-06 17:05:42 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
input#selectAll {
|
|
|
|
position: relative;
|
|
|
|
left: 4px;
|
|
|
|
}
|
|
|
|
|
2011-10-10 20:25:49 -03:00
|
|
|
@even-color: #FFFFFF;
|
|
|
|
@sorting-even-color: #EAEBFF;
|
|
|
|
@odd-color: #E2E4FF;
|
|
|
|
@sorting-odd-color: #D3D6FF;
|
|
|
|
|
2011-10-11 11:56:27 -03:00
|
|
|
@red: #FF0000;
|
2011-10-11 14:43:03 -03:00
|
|
|
@base-border-size: 1px;
|
|
|
|
@base-color: #111;
|
2011-10-11 16:55:13 -03:00
|
|
|
@base-margin: 10px;
|
2011-10-11 11:56:27 -03:00
|
|
|
|
2011-10-11 15:15:30 -03:00
|
|
|
@th-background-color: #FFFFFF;
|
|
|
|
|
2012-06-30 02:26:21 -03:00
|
|
|
.rounded-corners(@radius: 5px){
|
|
|
|
border-radius: @radius;
|
|
|
|
-webkit-border-radius: @radius;
|
|
|
|
-moz-border-radius: @radius;
|
2011-10-11 11:56:27 -03:00
|
|
|
}
|
|
|
|
|
2011-10-10 20:25:49 -03:00
|
|
|
.dataTables_processing {
|
2012-06-30 02:26:21 -03:00
|
|
|
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;
|
2011-10-10 20:25:49 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
.dataTables_filter {
|
2012-06-30 02:26:21 -03:00
|
|
|
float: right;
|
2011-10-10 20:25:49 -03:00
|
|
|
}
|
2012-05-23 21:54:03 -03:00
|
|
|
|
|
|
|
#mindmapListTable th {
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
|
2012-05-20 12:28:10 -03:00
|
|
|
/* Pagination Styles */
|
|
|
|
#paginateContainer {
|
2012-06-30 02:26:21 -03:00
|
|
|
height: 40px;
|
|
|
|
width: 100%;
|
2011-10-10 20:25:49 -03:00
|
|
|
}
|
|
|
|
|
2012-05-20 12:28:10 -03:00
|
|
|
.dataTables_length {
|
2012-06-30 02:26:21 -03:00
|
|
|
float: right;
|
2011-10-10 20:25:49 -03:00
|
|
|
}
|
|
|
|
|
2012-05-20 12:28:10 -03:00
|
|
|
.dataTables_paginate {
|
|
|
|
display: none;
|
2011-10-10 20:25:49 -03:00
|
|
|
}
|
|
|
|
|
2014-01-28 01:17:49 -03:00
|
|
|
/* ---------------------------- Label --------------------------------- */
|
|
|
|
|
|
|
|
.labelColor {
|
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
left: 2px;
|
|
|
|
top: 1px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2014-01-29 02:52:37 -03:00
|
|
|
background-color: black;
|
2014-02-01 18:54:37 -03:00
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.labelIcon {
|
|
|
|
float: left;
|
2014-01-28 01:17:49 -03:00
|
|
|
}
|
|
|
|
.labelName {
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
left: 7px;
|
|
|
|
}
|
|
|
|
|
2014-02-01 18:54:37 -03:00
|
|
|
.labelNameList {
|
|
|
|
max-width: 120px;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
2014-01-28 01:17:49 -03:00
|
|
|
.labelTag {
|
|
|
|
border: 1px solid;
|
2014-01-30 04:34:08 -03:00
|
|
|
border-radius: 4px;
|
2014-01-28 01:17:49 -03:00
|
|
|
color: white;
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 11px;
|
|
|
|
line-height: 1;
|
2014-01-29 02:52:37 -03:00
|
|
|
padding: 2px 5px 2px 5px;
|
|
|
|
background-color: black;
|
|
|
|
position: relative;
|
2014-01-30 04:34:08 -03:00
|
|
|
margin-right: 3px;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.closeLabel {
|
|
|
|
font-size: 13px;
|
2014-01-28 01:17:49 -03:00
|
|
|
}
|
|
|
|
|
2014-02-01 16:25:09 -03:00
|
|
|
.listSeparator {
|
|
|
|
height: 1px;
|
|
|
|
background-color: #d5d3d4;
|
|
|
|
}
|
|
|
|
|
2011-10-10 20:25:49 -03:00
|
|
|
/* ---------------------------- Sorting --------------------------------- */
|
|
|
|
|
|
|
|
.sorting_asc {
|
2012-06-30 02:26:21 -03:00
|
|
|
background: @th-background-color url('../images/sort_asc.png') no-repeat center right;
|
2011-10-10 20:25:49 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
.sorting_desc {
|
2012-06-30 02:26:21 -03:00
|
|
|
background: @th-background-color url('../images/sort_desc.png') no-repeat center right;
|
2011-10-10 20:25:49 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
.sorting {
|
2012-06-30 02:26:21 -03:00
|
|
|
background: @th-background-color url('../images/sort_both.png') no-repeat center right;
|
2011-10-11 15:15:30 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
.sorting_disabled {
|
2012-06-30 02:26:21 -03:00
|
|
|
background: @th-background-color;
|
2011-10-10 20:25:49 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
.sorting_asc_disabled {
|
2012-06-30 02:26:21 -03:00
|
|
|
background: @th-background-color url('../images/sort_asc_disabled.png') no-repeat center right;
|
2011-10-10 20:25:49 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
.sorting_desc_disabled {
|
2012-06-30 02:26:21 -03:00
|
|
|
background: @th-background-color url('../images/sort_desc_disabled.png') no-repeat center right;
|
2011-10-10 20:25:49 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
/* ----------------------------- Misc ----------------------------------- */
|
|
|
|
|
|
|
|
.dataTables_empty {
|
2012-06-30 02:26:21 -03:00
|
|
|
text-align: center;
|
2011-10-10 20:25:49 -03:00
|
|
|
}
|
|
|
|
|
2012-06-30 02:26:21 -03:00
|
|
|
.row-selected {
|
2012-05-20 12:28:10 -03:00
|
|
|
background-color: #f5f5f5;
|
2011-10-10 20:25:49 -03:00
|
|
|
}
|
|
|
|
|
2012-09-10 23:51:53 -03:00
|
|
|
.buttonsToolbar {
|
|
|
|
margin: 40px 0px 10px 0px
|
2011-10-10 20:25:49 -03:00
|
|
|
}
|
|
|
|
|
2012-05-20 12:28:10 -03:00
|
|
|
#tableActions {
|
|
|
|
float: right;
|
2012-09-10 23:51:53 -03:00
|
|
|
padding-bottom: 10px;
|
2012-06-30 02:26:21 -03:00
|
|
|
white-space: nowrap;
|
2011-10-10 20:25:49 -03:00
|
|
|
}
|
|
|
|
|
2012-05-20 12:28:10 -03:00
|
|
|
#tableActions > div {
|
|
|
|
float: right;
|
2012-06-30 02:26:21 -03:00
|
|
|
margin-left: 5px;
|
2011-10-10 20:25:49 -03:00
|
|
|
}
|
|
|
|
|
2012-05-20 12:28:10 -03:00
|
|
|
#pageInfo {
|
2012-06-30 02:26:21 -03:00
|
|
|
padding-top: 5px;
|
|
|
|
padding-left: 8px;
|
2012-05-20 12:28:10 -03:00
|
|
|
font-weight: bold;
|
2011-10-10 20:25:49 -03:00
|
|
|
}
|
|
|
|
|
2012-05-20 12:28:10 -03:00
|
|
|
#tableFooter {
|
2012-06-30 02:26:21 -03:00
|
|
|
height: 50px;
|
|
|
|
white-space: nowrap;
|
2012-05-20 02:25:54 -03:00
|
|
|
}
|
2012-05-23 21:54:03 -03:00
|
|
|
|
2012-06-30 02:26:21 -03:00
|
|
|
span.starredOff {
|
2012-05-29 22:36:32 -03:00
|
|
|
background: url('../images/star-off.png') no-repeat center left;
|
|
|
|
padding: 10px;
|
|
|
|
margin: 0 0px 0 15px;
|
|
|
|
}
|
|
|
|
|
2012-06-30 02:26:21 -03:00
|
|
|
span.starredOff:hover {
|
2012-05-29 22:36:32 -03:00
|
|
|
background: url('../images/star-off-hover.png') no-repeat center left;
|
|
|
|
}
|
|
|
|
|
2012-06-30 02:26:21 -03:00
|
|
|
span.starredOn {
|
2012-05-29 22:36:32 -03:00
|
|
|
background: url('../images/star-on.png') no-repeat center left;
|
|
|
|
padding: 10px;
|
|
|
|
margin: 0 0px 0 15px;
|
|
|
|
}
|
|
|
|
|
2012-06-30 02:26:21 -03:00
|
|
|
span.starredOn:hover {
|
2012-05-29 22:36:32 -03:00
|
|
|
background: url('../images/star-on-hover.png') no-repeat center left;
|
2012-05-29 22:56:14 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
abbr[title] {
|
2012-06-30 02:26:21 -03:00
|
|
|
cursor: default;
|
2012-09-12 23:29:57 -03:00
|
|
|
}
|
2012-09-16 02:26:56 -03:00
|
|
|
|
|
|
|
|
|
|
|
#footerContainer {
|
|
|
|
padding-top: 10px;
|
|
|
|
border-top: 1px black solid;
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 65px; /* Height of the footer */
|
|
|
|
background: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#foldersContainer {
|
|
|
|
padding-top: 60px;
|
|
|
|
}
|