301 lines
5.5 KiB
Plaintext
Raw Normal View History

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";
@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;
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;
@red: #FF0000;
2011-10-11 14:43:03 -03:00
@base-border-size: 1px;
@base-color: #111;
@base-margin: 10px;
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-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;
float: left;
}
2014-02-02 02:22:58 -03:00
.labelIcon {
float: left;
2014-01-28 01:17:49 -03:00
}
2014-02-02 02:22:58 -03:00
2014-01-28 01:17:49 -03:00
.labelName {
display: inline-block;
position: relative;
left: 7px;
2014-02-01 23:32:55 -03:00
top: -1px;
2014-01-28 01:17:49 -03:00
}
.labelNameList {
max-width: 120px;
word-wrap: break-word;
}
2014-01-28 01:17:49 -03:00
.labelTag {
display: inline-block;
font-size: 11px;
line-height: 1;
2014-02-02 01:26:56 -03:00
padding: 2px 0px 0px 2px;
2014-01-29 02:52:37 -03:00
position: relative;
2014-01-30 04:34:08 -03:00
margin-right: 3px;
float: right;
}
.closeLabel {
font-size: 13px;
2014-02-02 01:26:56 -03:00
position: relative;
top: -1px;
2014-01-28 01:17:49 -03:00
}
2014-02-01 16:25:09 -03:00
.listSeparator {
height: 1px;
background-color: #d5d3d4;
}
2014-02-02 03:02:01 -03:00
.closeTag {
cursor: pointer;
}
2014-02-01 23:32:55 -03:00
.tableTag {
padding:0px;
margin-bottom: 0px;
margin-right: 5px;
float: right;
}
table.tableTag td {
border-radius: 1px;
2014-02-02 01:26:56 -03:00
padding-left: 4px;
padding-right: 3px;
padding-top :0px;
2014-02-01 23:32:55 -03:00
padding-bottom: 0px;
color: #ffffff;
2014-02-02 01:26:56 -03:00
line-height: 15px;
2014-02-01 23:32:55 -03:00
}
2014-02-02 03:02:01 -03:00
.closeTag:hover {
background-color: #ffffff !important;
color: #000000;
2014-02-01 23:32:55 -03:00
}
2014-02-02 02:22:58 -03:00
/* ---------------------------- Scrollbar for list filter --------------------------------- */
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-track {
border-radius: 10px;
background-color: #eaeaea;
border-left: 1px solid #ccc;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: #c6c6c6;
}
::-webkit-scrollbar-thumb:hover {
background-color: #08c;
}
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 {
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 {
background: url('../images/star-off-hover.png') no-repeat center left;
}
2012-06-30 02:26:21 -03:00
span.starredOn {
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 {
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-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;
}