wisemapping-open-source/wise-webapp/src/main/webapp/css/mymaps.less

177 lines
3.1 KiB
Plaintext
Raw Normal View History

2012-05-19 04:43:22 +02:00
@import "bootstrap/css/bootstrap.min.css";
@import "bootstrap/css/bootstrap-responsive.min.css";
@import "css/pageHeaders.css";
2012-04-06 22:05:42 +02:00
@html-background: #dedede repeat-x scroll;
@body-width: 956px;
@font-family: "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
@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;
}
.rounded-corners (@radius: 5px) {
border-radius: @radius;
-webkit-border-radius: @radius;
-moz-border-radius: @radius;
}
/* ------------------------------ Table --------------------------------- */
@table-gap: 2%;
2012-05-20 17:28:10 +02:00
@table-width: 100%;
2012-04-06 22:05:42 +02:00
#map-table {
width: 100% !important;
display: inline-block;
2012-05-24 02:54:03 +02:00
float:right;
border-top: 1px solid black
2012-04-06 22:05:42 +02:00
}
input#selectAll {
position: relative;
left: 4px;
}
2011-10-11 01:25:49 +02:00
@even-color: #FFFFFF;
@sorting-even-color: #EAEBFF;
@odd-color: #E2E4FF;
@sorting-odd-color: #D3D6FF;
@red: #FF0000;
2011-10-11 19:43:03 +02:00
@base-border-size: 1px;
@base-color: #111;
@base-margin: 10px;
2011-10-11 20:15:30 +02:00
@th-background-color: #FFFFFF;
.rounded-corners (@radius: 5px) {
border-radius: @radius;
-webkit-border-radius: @radius;
-moz-border-radius: @radius;
}
2011-10-11 01:25:49 +02:00
.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;
}
.dataTables_filter {
2012-05-20 17:28:10 +02:00
float:right;
2011-10-11 01:25:49 +02:00
}
2012-05-24 02:54:03 +02:00
#mindmapListTable th {
padding: 4px;
}
2012-05-20 17:28:10 +02:00
/* Pagination Styles */
#paginateContainer {
height:40px;
width:100%;
2011-10-11 01:25:49 +02:00
}
2012-05-20 17:28:10 +02:00
.dataTables_length {
2011-10-11 01:25:49 +02:00
float: right;
}
2012-05-20 17:28:10 +02:00
.dataTables_paginate {
display: none;
2011-10-11 01:25:49 +02:00
}
/* ---------------------------- Sorting --------------------------------- */
.sorting_asc {
2011-10-11 20:15:30 +02:00
background: @th-background-color url('../images/sort_asc.png') no-repeat center right;
2011-10-11 01:25:49 +02:00
}
.sorting_desc {
2011-10-11 20:15:30 +02:00
background: @th-background-color url('../images/sort_desc.png') no-repeat center right;
2011-10-11 01:25:49 +02:00
}
.sorting {
2011-10-11 20:15:30 +02:00
background: @th-background-color url('../images/sort_both.png') no-repeat center right;
}
.sorting_disabled {
background: @th-background-color;
2011-10-11 01:25:49 +02:00
}
.sorting_asc_disabled {
2011-10-11 20:15:30 +02:00
background: @th-background-color url('../images/sort_asc_disabled.png') no-repeat center right;
2011-10-11 01:25:49 +02:00
}
.sorting_desc_disabled {
2011-10-11 20:15:30 +02:00
background: @th-background-color url('../images/sort_desc_disabled.png') no-repeat center right;
2011-10-11 01:25:49 +02:00
}
/* ----------------------------- Misc ----------------------------------- */
.dataTables_empty {
text-align: center;
}
2012-05-20 17:28:10 +02:00
/* New styles */
.row-selected {
background-color: #f5f5f5;
2011-10-11 01:25:49 +02:00
}
2012-05-20 17:28:10 +02:00
#buttonsToolbar {
margin: 30px 0px 10px 0px
2011-10-11 01:25:49 +02:00
}
2012-05-20 17:28:10 +02:00
#tableActions {
float: right;
2012-05-24 02:54:03 +02:00
width: 350px;
2012-05-20 17:28:10 +02:00
white-space:nowrap;
2011-10-11 01:25:49 +02:00
}
2012-05-20 17:28:10 +02:00
#tableActions > div {
float: right;
margin-left:5px;
2011-10-11 01:25:49 +02:00
}
2012-05-20 17:28:10 +02:00
#pageInfo {
padding-top:5px;
padding-left:8px;
font-weight: bold;
2011-10-11 01:25:49 +02:00
}
2012-05-20 17:28:10 +02:00
#tableFooter {
width:100%;
height:50px;
white-space:nowrap;
2012-05-20 07:25:54 +02:00
}
2012-05-24 02:54:03 +02:00
#foldersContainer {
width: 15%;
float: left;
margin-right: 2%;
margin-top: 80px
}