Changeset - 40871e0eb13a
[Not reviewed]
default
0 3 0
Mads Kiilerich - 10 years ago 2015-07-31 15:44:07
madski@unity3d.com
style: add trailing newline to files
2 files changed with 4 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/bootstrap.css
Show inline comments
 
@@ -5269,1537 +5269,1537 @@ a.thumbnail:focus {
 
  margin-right: 5px;
 
}
 

	
 
a.list-group-item {
 
  color: #555555;
 
}
 

	
 
a.list-group-item .list-group-item-heading {
 
  color: #333333;
 
}
 

	
 
a.list-group-item:hover,
 
a.list-group-item:focus {
 
  text-decoration: none;
 
  background-color: #f5f5f5;
 
}
 

	
 
.list-group-item.active,
 
.list-group-item.active:hover,
 
.list-group-item.active:focus {
 
  z-index: 2;
 
  color: #ffffff;
 
  background-color: #428bca;
 
  border-color: #428bca;
 
}
 

	
 
.list-group-item.active .list-group-item-heading,
 
.list-group-item.active:hover .list-group-item-heading,
 
.list-group-item.active:focus .list-group-item-heading {
 
  color: inherit;
 
}
 

	
 
.list-group-item.active .list-group-item-text,
 
.list-group-item.active:hover .list-group-item-text,
 
.list-group-item.active:focus .list-group-item-text {
 
  color: #e1edf7;
 
}
 

	
 
.list-group-item-heading {
 
  margin-top: 0;
 
  margin-bottom: 5px;
 
}
 

	
 
.list-group-item-text {
 
  margin-bottom: 0;
 
  line-height: 1.3;
 
}
 

	
 
.panel {
 
  margin-bottom: 20px;
 
  background-color: #ffffff;
 
  border: 1px solid transparent;
 
  border-radius: 4px;
 
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
 
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
 
}
 

	
 
.panel-body {
 
  padding: 15px;
 
}
 

	
 
.panel-body:before,
 
.panel-body:after {
 
  display: table;
 
  content: " ";
 
}
 

	
 
.panel-body:after {
 
  clear: both;
 
}
 

	
 
.panel-body:before,
 
.panel-body:after {
 
  display: table;
 
  content: " ";
 
}
 

	
 
.panel-body:after {
 
  clear: both;
 
}
 

	
 
.panel > .list-group {
 
  margin-bottom: 0;
 
}
 

	
 
.panel > .list-group .list-group-item {
 
  border-width: 1px 0;
 
}
 

	
 
.panel > .list-group .list-group-item:first-child {
 
  border-top-right-radius: 0;
 
  border-top-left-radius: 0;
 
}
 

	
 
.panel > .list-group .list-group-item:last-child {
 
  border-bottom: 0;
 
}
 

	
 
.panel-heading + .list-group .list-group-item:first-child {
 
  border-top-width: 0;
 
}
 

	
 
.panel > .table {
 
  margin-bottom: 0;
 
}
 

	
 
.panel > .panel-body + .table {
 
  border-top: 1px solid #dddddd;
 
}
 

	
 
.panel-heading {
 
  padding: 10px 15px;
 
  border-bottom: 1px solid transparent;
 
  border-top-right-radius: 3px;
 
  border-top-left-radius: 3px;
 
}
 

	
 
.panel-title {
 
  margin-top: 0;
 
  margin-bottom: 0;
 
  font-size: 16px;
 
}
 

	
 
.panel-title > a {
 
  color: inherit;
 
}
 

	
 
.panel-footer {
 
  padding: 10px 15px;
 
  background-color: #f5f5f5;
 
  border-top: 1px solid #dddddd;
 
  border-bottom-right-radius: 3px;
 
  border-bottom-left-radius: 3px;
 
}
 

	
 
.panel-group .panel {
 
  margin-bottom: 0;
 
  overflow: hidden;
 
  border-radius: 4px;
 
}
 

	
 
.panel-group .panel + .panel {
 
  margin-top: 5px;
 
}
 

	
 
.panel-group .panel-heading {
 
  border-bottom: 0;
 
}
 

	
 
.panel-group .panel-heading + .panel-collapse .panel-body {
 
  border-top: 1px solid #dddddd;
 
}
 

	
 
.panel-group .panel-footer {
 
  border-top: 0;
 
}
 

	
 
.panel-group .panel-footer + .panel-collapse .panel-body {
 
  border-bottom: 1px solid #dddddd;
 
}
 

	
 
.panel-default {
 
  border-color: #dddddd;
 
}
 

	
 
.panel-default > .panel-heading {
 
  color: #333333;
 
  background-color: #f5f5f5;
 
  border-color: #dddddd;
 
}
 

	
 
.panel-default > .panel-heading + .panel-collapse .panel-body {
 
  border-top-color: #dddddd;
 
}
 

	
 
.panel-default > .panel-footer + .panel-collapse .panel-body {
 
  border-bottom-color: #dddddd;
 
}
 

	
 
.panel-primary {
 
  border-color: #428bca;
 
}
 

	
 
.panel-primary > .panel-heading {
 
  color: #ffffff;
 
  background-color: #428bca;
 
  border-color: #428bca;
 
}
 

	
 
.panel-primary > .panel-heading + .panel-collapse .panel-body {
 
  border-top-color: #428bca;
 
}
 

	
 
.panel-primary > .panel-footer + .panel-collapse .panel-body {
 
  border-bottom-color: #428bca;
 
}
 

	
 
.panel-success {
 
  border-color: #d6e9c6;
 
}
 

	
 
.panel-success > .panel-heading {
 
  color: #468847;
 
  background-color: #dff0d8;
 
  border-color: #d6e9c6;
 
}
 

	
 
.panel-success > .panel-heading + .panel-collapse .panel-body {
 
  border-top-color: #d6e9c6;
 
}
 

	
 
.panel-success > .panel-footer + .panel-collapse .panel-body {
 
  border-bottom-color: #d6e9c6;
 
}
 

	
 
.panel-warning {
 
  border-color: #fbeed5;
 
}
 

	
 
.panel-warning > .panel-heading {
 
  color: #c09853;
 
  background-color: #fcf8e3;
 
  border-color: #fbeed5;
 
}
 

	
 
.panel-warning > .panel-heading + .panel-collapse .panel-body {
 
  border-top-color: #fbeed5;
 
}
 

	
 
.panel-warning > .panel-footer + .panel-collapse .panel-body {
 
  border-bottom-color: #fbeed5;
 
}
 

	
 
.panel-danger {
 
  border-color: #eed3d7;
 
}
 

	
 
.panel-danger > .panel-heading {
 
  color: #b94a48;
 
  background-color: #f2dede;
 
  border-color: #eed3d7;
 
}
 

	
 
.panel-danger > .panel-heading + .panel-collapse .panel-body {
 
  border-top-color: #eed3d7;
 
}
 

	
 
.panel-danger > .panel-footer + .panel-collapse .panel-body {
 
  border-bottom-color: #eed3d7;
 
}
 

	
 
.panel-info {
 
  border-color: #bce8f1;
 
}
 

	
 
.panel-info > .panel-heading {
 
  color: #3a87ad;
 
  background-color: #d9edf7;
 
  border-color: #bce8f1;
 
}
 

	
 
.panel-info > .panel-heading + .panel-collapse .panel-body {
 
  border-top-color: #bce8f1;
 
}
 

	
 
.panel-info > .panel-footer + .panel-collapse .panel-body {
 
  border-bottom-color: #bce8f1;
 
}
 

	
 
.well {
 
  min-height: 20px;
 
  padding: 19px;
 
  margin-bottom: 20px;
 
  background-color: #f5f5f5;
 
  border: 1px solid #e3e3e3;
 
  border-radius: 4px;
 
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
 
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
 
}
 

	
 
.well blockquote {
 
  border-color: #ddd;
 
  border-color: rgba(0, 0, 0, 0.15);
 
}
 

	
 
.well-lg {
 
  padding: 24px;
 
  border-radius: 6px;
 
}
 

	
 
.well-sm {
 
  padding: 9px;
 
  border-radius: 3px;
 
}
 

	
 
.close {
 
  float: right;
 
  font-size: 21px;
 
  font-weight: bold;
 
  line-height: 1;
 
  color: #000000;
 
  text-shadow: 0 1px 0 #ffffff;
 
  opacity: 0.2;
 
  filter: alpha(opacity=20);
 
}
 

	
 
.close:hover,
 
.close:focus {
 
  color: #000000;
 
  text-decoration: none;
 
  cursor: pointer;
 
  opacity: 0.5;
 
  filter: alpha(opacity=50);
 
}
 

	
 
button.close {
 
  padding: 0;
 
  cursor: pointer;
 
  background: transparent;
 
  border: 0;
 
  -webkit-appearance: none;
 
}
 

	
 
.modal-open {
 
  overflow: hidden;
 
}
 

	
 
body.modal-open,
 
.modal-open .navbar-fixed-top,
 
.modal-open .navbar-fixed-bottom {
 
  margin-right: 15px;
 
}
 

	
 
.modal {
 
  position: fixed;
 
  top: 0;
 
  right: 0;
 
  bottom: 0;
 
  left: 0;
 
  z-index: 1040;
 
  display: none;
 
  overflow: auto;
 
  overflow-y: scroll;
 
}
 

	
 
.modal.fade .modal-dialog {
 
  -webkit-transform: translate(0, -25%);
 
      -ms-transform: translate(0, -25%);
 
          transform: translate(0, -25%);
 
  -webkit-transition: -webkit-transform 0.3s ease-out;
 
     -moz-transition: -moz-transform 0.3s ease-out;
 
       -o-transition: -o-transform 0.3s ease-out;
 
          transition: transform 0.3s ease-out;
 
}
 

	
 
.modal.in .modal-dialog {
 
  -webkit-transform: translate(0, 0);
 
      -ms-transform: translate(0, 0);
 
          transform: translate(0, 0);
 
}
 

	
 
.modal-dialog {
 
  z-index: 1050;
 
  width: auto;
 
  padding: 10px;
 
  margin-right: auto;
 
  margin-left: auto;
 
}
 

	
 
.modal-content {
 
  position: relative;
 
  background-color: #ffffff;
 
  border: 1px solid #999999;
 
  border: 1px solid rgba(0, 0, 0, 0.2);
 
  border-radius: 6px;
 
  outline: none;
 
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
 
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
 
  background-clip: padding-box;
 
}
 

	
 
.modal-backdrop {
 
  position: fixed;
 
  top: 0;
 
  right: 0;
 
  bottom: 0;
 
  left: 0;
 
  z-index: 1030;
 
  background-color: #000000;
 
}
 

	
 
.modal-backdrop.fade {
 
  opacity: 0;
 
  filter: alpha(opacity=0);
 
}
 

	
 
.modal-backdrop.in {
 
  opacity: 0.5;
 
  filter: alpha(opacity=50);
 
}
 

	
 
.modal-header {
 
  min-height: 16.428571429px;
 
  padding: 15px;
 
  border-bottom: 1px solid #e5e5e5;
 
}
 

	
 
.modal-header .close {
 
  margin-top: -2px;
 
}
 

	
 
.modal-title {
 
  margin: 0;
 
  line-height: 1.428571429;
 
}
 

	
 
.modal-body {
 
  position: relative;
 
  padding: 20px;
 
}
 

	
 
.modal-footer {
 
  padding: 19px 20px 20px;
 
  margin-top: 15px;
 
  text-align: right;
 
  border-top: 1px solid #e5e5e5;
 
}
 

	
 
.modal-footer:before,
 
.modal-footer:after {
 
  display: table;
 
  content: " ";
 
}
 

	
 
.modal-footer:after {
 
  clear: both;
 
}
 

	
 
.modal-footer:before,
 
.modal-footer:after {
 
  display: table;
 
  content: " ";
 
}
 

	
 
.modal-footer:after {
 
  clear: both;
 
}
 

	
 
.modal-footer .btn + .btn {
 
  margin-bottom: 0;
 
  margin-left: 5px;
 
}
 

	
 
.modal-footer .btn-group .btn + .btn {
 
  margin-left: -1px;
 
}
 

	
 
.modal-footer .btn-block + .btn-block {
 
  margin-left: 0;
 
}
 

	
 
@media screen and (min-width: 768px) {
 
  .modal-dialog {
 
    right: auto;
 
    left: 50%;
 
    width: 600px;
 
    padding-top: 30px;
 
    padding-bottom: 30px;
 
  }
 
  .modal-content {
 
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
 
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
 
  }
 
}
 

	
 
.tooltip {
 
  position: absolute;
 
  z-index: 1030;
 
  display: block;
 
  font-size: 12px;
 
  line-height: 1.4;
 
  opacity: 0;
 
  filter: alpha(opacity=0);
 
  visibility: visible;
 
}
 

	
 
.tooltip.in {
 
  opacity: 0.9;
 
  filter: alpha(opacity=90);
 
}
 

	
 
.tooltip.top {
 
  padding: 5px 0;
 
  margin-top: -3px;
 
}
 

	
 
.tooltip.right {
 
  padding: 0 5px;
 
  margin-left: 3px;
 
}
 

	
 
.tooltip.bottom {
 
  padding: 5px 0;
 
  margin-top: 3px;
 
}
 

	
 
.tooltip.left {
 
  padding: 0 5px;
 
  margin-left: -3px;
 
}
 

	
 
.tooltip-inner {
 
  max-width: 200px;
 
  padding: 3px 8px;
 
  color: #ffffff;
 
  text-align: center;
 
  text-decoration: none;
 
  background-color: #000000;
 
  border-radius: 4px;
 
}
 

	
 
.tooltip-arrow {
 
  position: absolute;
 
  width: 0;
 
  height: 0;
 
  border-color: transparent;
 
  border-style: solid;
 
}
 

	
 
.tooltip.top .tooltip-arrow {
 
  bottom: 0;
 
  left: 50%;
 
  margin-left: -5px;
 
  border-top-color: #000000;
 
  border-width: 5px 5px 0;
 
}
 

	
 
.tooltip.top-left .tooltip-arrow {
 
  bottom: 0;
 
  left: 5px;
 
  border-top-color: #000000;
 
  border-width: 5px 5px 0;
 
}
 

	
 
.tooltip.top-right .tooltip-arrow {
 
  right: 5px;
 
  bottom: 0;
 
  border-top-color: #000000;
 
  border-width: 5px 5px 0;
 
}
 

	
 
.tooltip.right .tooltip-arrow {
 
  top: 50%;
 
  left: 0;
 
  margin-top: -5px;
 
  border-right-color: #000000;
 
  border-width: 5px 5px 5px 0;
 
}
 

	
 
.tooltip.left .tooltip-arrow {
 
  top: 50%;
 
  right: 0;
 
  margin-top: -5px;
 
  border-left-color: #000000;
 
  border-width: 5px 0 5px 5px;
 
}
 

	
 
.tooltip.bottom .tooltip-arrow {
 
  top: 0;
 
  left: 50%;
 
  margin-left: -5px;
 
  border-bottom-color: #000000;
 
  border-width: 0 5px 5px;
 
}
 

	
 
.tooltip.bottom-left .tooltip-arrow {
 
  top: 0;
 
  left: 5px;
 
  border-bottom-color: #000000;
 
  border-width: 0 5px 5px;
 
}
 

	
 
.tooltip.bottom-right .tooltip-arrow {
 
  top: 0;
 
  right: 5px;
 
  border-bottom-color: #000000;
 
  border-width: 0 5px 5px;
 
}
 

	
 
.popover {
 
  position: absolute;
 
  top: 0;
 
  left: 0;
 
  z-index: 1010;
 
  display: none;
 
  max-width: 276px;
 
  padding: 1px;
 
  text-align: left;
 
  white-space: normal;
 
  background-color: #ffffff;
 
  border: 1px solid #cccccc;
 
  border: 1px solid rgba(0, 0, 0, 0.2);
 
  border-radius: 6px;
 
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 
  background-clip: padding-box;
 
}
 

	
 
.popover.top {
 
  margin-top: -10px;
 
}
 

	
 
.popover.right {
 
  margin-left: 10px;
 
}
 

	
 
.popover.bottom {
 
  margin-top: 10px;
 
}
 

	
 
.popover.left {
 
  margin-left: -10px;
 
}
 

	
 
.popover-title {
 
  padding: 8px 14px;
 
  margin: 0;
 
  font-size: 14px;
 
  font-weight: normal;
 
  line-height: 18px;
 
  background-color: #f7f7f7;
 
  border-bottom: 1px solid #ebebeb;
 
  border-radius: 5px 5px 0 0;
 
}
 

	
 
.popover-content {
 
  padding: 9px 14px;
 
}
 

	
 
.popover .arrow,
 
.popover .arrow:after {
 
  position: absolute;
 
  display: block;
 
  width: 0;
 
  height: 0;
 
  border-color: transparent;
 
  border-style: solid;
 
}
 

	
 
.popover .arrow {
 
  border-width: 11px;
 
}
 

	
 
.popover .arrow:after {
 
  border-width: 10px;
 
  content: "";
 
}
 

	
 
.popover.top .arrow {
 
  bottom: -11px;
 
  left: 50%;
 
  margin-left: -11px;
 
  border-top-color: #999999;
 
  border-top-color: rgba(0, 0, 0, 0.25);
 
  border-bottom-width: 0;
 
}
 

	
 
.popover.top .arrow:after {
 
  bottom: 1px;
 
  margin-left: -10px;
 
  border-top-color: #ffffff;
 
  border-bottom-width: 0;
 
  content: " ";
 
}
 

	
 
.popover.right .arrow {
 
  top: 50%;
 
  left: -11px;
 
  margin-top: -11px;
 
  border-right-color: #999999;
 
  border-right-color: rgba(0, 0, 0, 0.25);
 
  border-left-width: 0;
 
}
 

	
 
.popover.right .arrow:after {
 
  bottom: -10px;
 
  left: 1px;
 
  border-right-color: #ffffff;
 
  border-left-width: 0;
 
  content: " ";
 
}
 

	
 
.popover.bottom .arrow {
 
  top: -11px;
 
  left: 50%;
 
  margin-left: -11px;
 
  border-bottom-color: #999999;
 
  border-bottom-color: rgba(0, 0, 0, 0.25);
 
  border-top-width: 0;
 
}
 

	
 
.popover.bottom .arrow:after {
 
  top: 1px;
 
  margin-left: -10px;
 
  border-bottom-color: #ffffff;
 
  border-top-width: 0;
 
  content: " ";
 
}
 

	
 
.popover.left .arrow {
 
  top: 50%;
 
  right: -11px;
 
  margin-top: -11px;
 
  border-left-color: #999999;
 
  border-left-color: rgba(0, 0, 0, 0.25);
 
  border-right-width: 0;
 
}
 

	
 
.popover.left .arrow:after {
 
  right: 1px;
 
  bottom: -10px;
 
  border-left-color: #ffffff;
 
  border-right-width: 0;
 
  content: " ";
 
}
 

	
 
.carousel {
 
  position: relative;
 
}
 

	
 
.carousel-inner {
 
  position: relative;
 
  width: 100%;
 
  overflow: hidden;
 
}
 

	
 
.carousel-inner > .item {
 
  position: relative;
 
  display: none;
 
  -webkit-transition: 0.6s ease-in-out left;
 
          transition: 0.6s ease-in-out left;
 
}
 

	
 
.carousel-inner > .item > img,
 
.carousel-inner > .item > a > img {
 
  display: block;
 
  height: auto;
 
  max-width: 100%;
 
  line-height: 1;
 
}
 

	
 
.carousel-inner > .active,
 
.carousel-inner > .next,
 
.carousel-inner > .prev {
 
  display: block;
 
}
 

	
 
.carousel-inner > .active {
 
  left: 0;
 
}
 

	
 
.carousel-inner > .next,
 
.carousel-inner > .prev {
 
  position: absolute;
 
  top: 0;
 
  width: 100%;
 
}
 

	
 
.carousel-inner > .next {
 
  left: 100%;
 
}
 

	
 
.carousel-inner > .prev {
 
  left: -100%;
 
}
 

	
 
.carousel-inner > .next.left,
 
.carousel-inner > .prev.right {
 
  left: 0;
 
}
 

	
 
.carousel-inner > .active.left {
 
  left: -100%;
 
}
 

	
 
.carousel-inner > .active.right {
 
  left: 100%;
 
}
 

	
 
.carousel-control {
 
  position: absolute;
 
  top: 0;
 
  bottom: 0;
 
  left: 0;
 
  width: 15%;
 
  font-size: 20px;
 
  color: #ffffff;
 
  text-align: center;
 
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
 
  opacity: 0.5;
 
  filter: alpha(opacity=50);
 
}
 

	
 
.carousel-control.left {
 
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
 
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
 
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
 
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
 
  background-repeat: repeat-x;
 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
 
}
 

	
 
.carousel-control.right {
 
  right: 0;
 
  left: auto;
 
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
 
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
 
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
 
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
 
  background-repeat: repeat-x;
 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
 
}
 

	
 
.carousel-control:hover,
 
.carousel-control:focus {
 
  color: #ffffff;
 
  text-decoration: none;
 
  opacity: 0.9;
 
  filter: alpha(opacity=90);
 
}
 

	
 
.carousel-control .icon-prev,
 
.carousel-control .icon-next,
 
.carousel-control .glyphicon-chevron-left,
 
.carousel-control .glyphicon-chevron-right {
 
  position: absolute;
 
  top: 50%;
 
  left: 50%;
 
  z-index: 5;
 
  display: inline-block;
 
}
 

	
 
.carousel-control .icon-prev,
 
.carousel-control .icon-next {
 
  width: 20px;
 
  height: 20px;
 
  margin-top: -10px;
 
  margin-left: -10px;
 
  font-family: serif;
 
}
 

	
 
.carousel-control .icon-prev:before {
 
  content: '\2039';
 
}
 

	
 
.carousel-control .icon-next:before {
 
  content: '\203a';
 
}
 

	
 
.carousel-indicators {
 
  position: absolute;
 
  bottom: 10px;
 
  left: 50%;
 
  z-index: 15;
 
  width: 60%;
 
  padding-left: 0;
 
  margin-left: -30%;
 
  text-align: center;
 
  list-style: none;
 
}
 

	
 
.carousel-indicators li {
 
  display: inline-block;
 
  width: 10px;
 
  height: 10px;
 
  margin: 1px;
 
  text-indent: -999px;
 
  cursor: pointer;
 
  border: 1px solid #ffffff;
 
  border-radius: 10px;
 
}
 

	
 
.carousel-indicators .active {
 
  width: 12px;
 
  height: 12px;
 
  margin: 0;
 
  background-color: #ffffff;
 
}
 

	
 
.carousel-caption {
 
  position: absolute;
 
  right: 15%;
 
  bottom: 20px;
 
  left: 15%;
 
  z-index: 10;
 
  padding-top: 20px;
 
  padding-bottom: 20px;
 
  color: #ffffff;
 
  text-align: center;
 
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
 
}
 

	
 
.carousel-caption .btn {
 
  text-shadow: none;
 
}
 

	
 
@media screen and (min-width: 768px) {
 
  .carousel-control .icon-prev,
 
  .carousel-control .icon-next {
 
    width: 30px;
 
    height: 30px;
 
    margin-top: -15px;
 
    margin-left: -15px;
 
    font-size: 30px;
 
  }
 
  .carousel-caption {
 
    right: 20%;
 
    left: 20%;
 
    padding-bottom: 30px;
 
  }
 
  .carousel-indicators {
 
    bottom: 20px;
 
  }
 
}
 

	
 
.clearfix:before,
 
.clearfix:after {
 
  display: table;
 
  content: " ";
 
}
 

	
 
.clearfix:after {
 
  clear: both;
 
}
 

	
 
.pull-right {
 
  float: right !important;
 
}
 

	
 
.pull-left {
 
  float: left !important;
 
}
 

	
 
.hide {
 
  display: none !important;
 
}
 

	
 
.show {
 
  display: block !important;
 
}
 

	
 
.invisible {
 
  visibility: hidden;
 
}
 

	
 
.text-hide {
 
  font: 0/0 a;
 
  color: transparent;
 
  text-shadow: none;
 
  background-color: transparent;
 
  border: 0;
 
}
 

	
 
.affix {
 
  position: fixed;
 
}
 

	
 
@-ms-viewport {
 
  width: device-width;
 
}
 

	
 
@media screen and (max-width: 400px) {
 
  @-ms-viewport {
 
    width: 320px;
 
  }
 
}
 

	
 
.hidden {
 
  display: none !important;
 
  visibility: hidden !important;
 
}
 

	
 
.visible-xs {
 
  display: none !important;
 
}
 

	
 
tr.visible-xs {
 
  display: none !important;
 
}
 

	
 
th.visible-xs,
 
td.visible-xs {
 
  display: none !important;
 
}
 

	
 
@media (max-width: 767px) {
 
  .visible-xs {
 
    display: block !important;
 
  }
 
  tr.visible-xs {
 
    display: table-row !important;
 
  }
 
  th.visible-xs,
 
  td.visible-xs {
 
    display: table-cell !important;
 
  }
 
}
 

	
 
@media (min-width: 768px) and (max-width: 991px) {
 
  .visible-xs.visible-sm {
 
    display: block !important;
 
  }
 
  tr.visible-xs.visible-sm {
 
    display: table-row !important;
 
  }
 
  th.visible-xs.visible-sm,
 
  td.visible-xs.visible-sm {
 
    display: table-cell !important;
 
  }
 
}
 

	
 
@media (min-width: 992px) and (max-width: 1199px) {
 
  .visible-xs.visible-md {
 
    display: block !important;
 
  }
 
  tr.visible-xs.visible-md {
 
    display: table-row !important;
 
  }
 
  th.visible-xs.visible-md,
 
  td.visible-xs.visible-md {
 
    display: table-cell !important;
 
  }
 
}
 

	
 
@media (min-width: 1200px) {
 
  .visible-xs.visible-lg {
 
    display: block !important;
 
  }
 
  tr.visible-xs.visible-lg {
 
    display: table-row !important;
 
  }
 
  th.visible-xs.visible-lg,
 
  td.visible-xs.visible-lg {
 
    display: table-cell !important;
 
  }
 
}
 

	
 
.visible-sm {
 
  display: none !important;
 
}
 

	
 
tr.visible-sm {
 
  display: none !important;
 
}
 

	
 
th.visible-sm,
 
td.visible-sm {
 
  display: none !important;
 
}
 

	
 
@media (max-width: 767px) {
 
  .visible-sm.visible-xs {
 
    display: block !important;
 
  }
 
  tr.visible-sm.visible-xs {
 
    display: table-row !important;
 
  }
 
  th.visible-sm.visible-xs,
 
  td.visible-sm.visible-xs {
 
    display: table-cell !important;
 
  }
 
}
 

	
 
@media (min-width: 768px) and (max-width: 991px) {
 
  .visible-sm {
 
    display: block !important;
 
  }
 
  tr.visible-sm {
 
    display: table-row !important;
 
  }
 
  th.visible-sm,
 
  td.visible-sm {
 
    display: table-cell !important;
 
  }
 
}
 

	
 
@media (min-width: 992px) and (max-width: 1199px) {
 
  .visible-sm.visible-md {
 
    display: block !important;
 
  }
 
  tr.visible-sm.visible-md {
 
    display: table-row !important;
 
  }
 
  th.visible-sm.visible-md,
 
  td.visible-sm.visible-md {
 
    display: table-cell !important;
 
  }
 
}
 

	
 
@media (min-width: 1200px) {
 
  .visible-sm.visible-lg {
 
    display: block !important;
 
  }
 
  tr.visible-sm.visible-lg {
 
    display: table-row !important;
 
  }
 
  th.visible-sm.visible-lg,
 
  td.visible-sm.visible-lg {
 
    display: table-cell !important;
 
  }
 
}
 

	
 
.visible-md {
 
  display: none !important;
 
}
 

	
 
tr.visible-md {
 
  display: none !important;
 
}
 

	
 
th.visible-md,
 
td.visible-md {
 
  display: none !important;
 
}
 

	
 
@media (max-width: 767px) {
 
  .visible-md.visible-xs {
 
    display: block !important;
 
  }
 
  tr.visible-md.visible-xs {
 
    display: table-row !important;
 
  }
 
  th.visible-md.visible-xs,
 
  td.visible-md.visible-xs {
 
    display: table-cell !important;
 
  }
 
}
 

	
 
@media (min-width: 768px) and (max-width: 991px) {
 
  .visible-md.visible-sm {
 
    display: block !important;
 
  }
 
  tr.visible-md.visible-sm {
 
    display: table-row !important;
 
  }
 
  th.visible-md.visible-sm,
 
  td.visible-md.visible-sm {
 
    display: table-cell !important;
 
  }
 
}
 

	
 
@media (min-width: 992px) and (max-width: 1199px) {
 
  .visible-md {
 
    display: block !important;
 
  }
 
  tr.visible-md {
 
    display: table-row !important;
 
  }
 
  th.visible-md,
 
  td.visible-md {
 
    display: table-cell !important;
 
  }
 
}
 

	
 
@media (min-width: 1200px) {
 
  .visible-md.visible-lg {
 
    display: block !important;
 
  }
 
  tr.visible-md.visible-lg {
 
    display: table-row !important;
 
  }
 
  th.visible-md.visible-lg,
 
  td.visible-md.visible-lg {
 
    display: table-cell !important;
 
  }
 
}
 

	
 
.visible-lg {
 
  display: none !important;
 
}
 

	
 
tr.visible-lg {
 
  display: none !important;
 
}
 

	
 
th.visible-lg,
 
td.visible-lg {
 
  display: none !important;
 
}
 

	
 
@media (max-width: 767px) {
 
  .visible-lg.visible-xs {
 
    display: block !important;
 
  }
 
  tr.visible-lg.visible-xs {
 
    display: table-row !important;
 
  }
 
  th.visible-lg.visible-xs,
 
  td.visible-lg.visible-xs {
 
    display: table-cell !important;
 
  }
 
}
 

	
 
@media (min-width: 768px) and (max-width: 991px) {
 
  .visible-lg.visible-sm {
 
    display: block !important;
 
  }
 
  tr.visible-lg.visible-sm {
 
    display: table-row !important;
 
  }
 
  th.visible-lg.visible-sm,
 
  td.visible-lg.visible-sm {
 
    display: table-cell !important;
 
  }
 
}
 

	
 
@media (min-width: 992px) and (max-width: 1199px) {
 
  .visible-lg.visible-md {
 
    display: block !important;
 
  }
 
  tr.visible-lg.visible-md {
 
    display: table-row !important;
 
  }
 
  th.visible-lg.visible-md,
 
  td.visible-lg.visible-md {
 
    display: table-cell !important;
 
  }
 
}
 

	
 
@media (min-width: 1200px) {
 
  .visible-lg {
 
    display: block !important;
 
  }
 
  tr.visible-lg {
 
    display: table-row !important;
 
  }
 
  th.visible-lg,
 
  td.visible-lg {
 
    display: table-cell !important;
 
  }
 
}
 

	
 
.hidden-xs {
 
  display: block !important;
 
}
 

	
 
tr.hidden-xs {
 
  display: table-row !important;
 
}
 

	
 
th.hidden-xs,
 
td.hidden-xs {
 
  display: table-cell !important;
 
}
 

	
 
@media (max-width: 767px) {
 
  .hidden-xs {
 
    display: none !important;
 
  }
 
  tr.hidden-xs {
 
    display: none !important;
 
  }
 
  th.hidden-xs,
 
  td.hidden-xs {
 
    display: none !important;
 
  }
 
}
 

	
 
@media (min-width: 768px) and (max-width: 991px) {
 
  .hidden-xs.hidden-sm {
 
    display: none !important;
 
  }
 
  tr.hidden-xs.hidden-sm {
 
    display: none !important;
 
  }
 
  th.hidden-xs.hidden-sm,
 
  td.hidden-xs.hidden-sm {
 
    display: none !important;
 
  }
 
}
 

	
 
@media (min-width: 992px) and (max-width: 1199px) {
 
  .hidden-xs.hidden-md {
 
    display: none !important;
 
  }
 
  tr.hidden-xs.hidden-md {
 
    display: none !important;
 
  }
 
  th.hidden-xs.hidden-md,
 
  td.hidden-xs.hidden-md {
 
    display: none !important;
 
  }
 
}
 

	
 
@media (min-width: 1200px) {
 
  .hidden-xs.hidden-lg {
 
    display: none !important;
 
  }
 
  tr.hidden-xs.hidden-lg {
 
    display: none !important;
 
  }
 
  th.hidden-xs.hidden-lg,
 
  td.hidden-xs.hidden-lg {
 
    display: none !important;
 
  }
 
}
 

	
 
.hidden-sm {
 
  display: block !important;
 
}
 

	
 
tr.hidden-sm {
 
  display: table-row !important;
 
}
 

	
 
th.hidden-sm,
 
td.hidden-sm {
 
  display: table-cell !important;
 
}
 

	
 
@media (max-width: 767px) {
 
  .hidden-sm.hidden-xs {
 
    display: none !important;
 
  }
 
  tr.hidden-sm.hidden-xs {
 
    display: none !important;
 
  }
 
  th.hidden-sm.hidden-xs,
 
  td.hidden-sm.hidden-xs {
 
    display: none !important;
 
  }
 
}
 

	
 
@media (min-width: 768px) and (max-width: 991px) {
 
  .hidden-sm {
 
    display: none !important;
 
  }
 
  tr.hidden-sm {
 
    display: none !important;
 
  }
 
  th.hidden-sm,
 
  td.hidden-sm {
 
    display: none !important;
 
  }
 
}
 

	
 
@media (min-width: 992px) and (max-width: 1199px) {
 
  .hidden-sm.hidden-md {
 
    display: none !important;
 
  }
 
  tr.hidden-sm.hidden-md {
 
    display: none !important;
 
  }
 
  th.hidden-sm.hidden-md,
 
  td.hidden-sm.hidden-md {
 
    display: none !important;
 
  }
 
}
 

	
 
@media (min-width: 1200px) {
 
  .hidden-sm.hidden-lg {
 
    display: none !important;
 
  }
 
  tr.hidden-sm.hidden-lg {
 
    display: none !important;
 
  }
 
  th.hidden-sm.hidden-lg,
 
  td.hidden-sm.hidden-lg {
 
    display: none !important;
 
  }
 
}
 

	
 
.hidden-md {
 
  display: block !important;
 
}
 

	
 
tr.hidden-md {
 
  display: table-row !important;
 
}
 

	
 
th.hidden-md,
 
td.hidden-md {
 
  display: table-cell !important;
 
}
 

	
 
@media (max-width: 767px) {
 
  .hidden-md.hidden-xs {
 
    display: none !important;
 
  }
 
  tr.hidden-md.hidden-xs {
 
    display: none !important;
 
  }
 
  th.hidden-md.hidden-xs,
 
  td.hidden-md.hidden-xs {
 
    display: none !important;
 
  }
 
}
 

	
 
@media (min-width: 768px) and (max-width: 991px) {
 
  .hidden-md.hidden-sm {
 
    display: none !important;
 
  }
 
  tr.hidden-md.hidden-sm {
 
    display: none !important;
 
  }
 
  th.hidden-md.hidden-sm,
 
  td.hidden-md.hidden-sm {
 
    display: none !important;
 
  }
 
}
 

	
 
@media (min-width: 992px) and (max-width: 1199px) {
 
  .hidden-md {
 
    display: none !important;
 
  }
 
  tr.hidden-md {
 
    display: none !important;
 
  }
 
  th.hidden-md,
 
  td.hidden-md {
 
    display: none !important;
 
  }
 
}
 

	
 
@media (min-width: 1200px) {
 
  .hidden-md.hidden-lg {
 
    display: none !important;
 
  }
 
  tr.hidden-md.hidden-lg {
 
    display: none !important;
 
  }
 
  th.hidden-md.hidden-lg,
 
  td.hidden-md.hidden-lg {
 
    display: none !important;
 
  }
 
}
 

	
 
.hidden-lg {
 
  display: block !important;
 
}
 

	
 
tr.hidden-lg {
 
  display: table-row !important;
 
}
 

	
 
th.hidden-lg,
 
td.hidden-lg {
 
  display: table-cell !important;
 
}
 

	
 
@media (max-width: 767px) {
 
  .hidden-lg.hidden-xs {
 
    display: none !important;
 
  }
 
  tr.hidden-lg.hidden-xs {
 
    display: none !important;
 
  }
 
  th.hidden-lg.hidden-xs,
 
  td.hidden-lg.hidden-xs {
 
    display: none !important;
 
  }
 
}
 

	
 
@media (min-width: 768px) and (max-width: 991px) {
 
  .hidden-lg.hidden-sm {
 
    display: none !important;
 
  }
 
  tr.hidden-lg.hidden-sm {
 
    display: none !important;
 
  }
 
  th.hidden-lg.hidden-sm,
 
  td.hidden-lg.hidden-sm {
 
    display: none !important;
 
  }
 
}
 

	
 
@media (min-width: 992px) and (max-width: 1199px) {
 
  .hidden-lg.hidden-md {
 
    display: none !important;
 
  }
 
  tr.hidden-lg.hidden-md {
 
    display: none !important;
 
  }
 
  th.hidden-lg.hidden-md,
 
  td.hidden-lg.hidden-md {
 
    display: none !important;
 
  }
 
}
 

	
 
@media (min-width: 1200px) {
 
  .hidden-lg {
 
    display: none !important;
 
  }
 
  tr.hidden-lg {
 
    display: none !important;
 
  }
 
  th.hidden-lg,
 
  td.hidden-lg {
 
    display: none !important;
 
  }
 
}
 

	
 
.visible-print {
 
  display: none !important;
 
}
 

	
 
tr.visible-print {
 
  display: none !important;
 
}
 

	
 
th.visible-print,
 
td.visible-print {
 
  display: none !important;
 
}
 

	
 
@media print {
 
  .visible-print {
 
    display: block !important;
 
  }
 
  tr.visible-print {
 
    display: table-row !important;
 
  }
 
  th.visible-print,
 
  td.visible-print {
 
    display: table-cell !important;
 
  }
 
  .hidden-print {
 
    display: none !important;
 
  }
 
  tr.hidden-print {
 
    display: none !important;
 
  }
 
  th.hidden-print,
 
  td.hidden-print {
 
    display: none !important;
 
  }
 
}
 
\ No newline at end of file
 
}
whitespacecleanup.sh
Show inline comments
 
#!/bin/bash -x
 

	
 
# Enforce some consistency in whitespace - just to avoid spurious whitespaces changes
 

	
 
files=`hg loc '*.py' '*.html' '*.css' '*.rst' '*.txt' '*.js' | egrep -v '/lockfiles.py|LICENSE-MERGELY.html|/codemirror/|/fontello/|(graph|mergely|native.history|select2/select2|yui.flot)\.js$'`
 
files=`hg loc '*.py' '*.html' '*.css' '*.rst' '*.txt' '*.js' | egrep -v '/lockfiles.py|LICENSE-MERGELY.html|/codemirror/|/fontello/|(graph|mergely|native.history|select2/select2|yui.flot|yui.2.9)\.js$'`
 
sed -i "s,`printf '\t'`,    ,g" $files
 
sed -i "s,  *$,,g" $files
 
# add trailing newline if missing:
 
sed -i '$a\' $files
 

	
 
sed -i 's,\([^ /]\){,\1 {,g' `hg loc '*.css'`
 
sed -i 's|^\([^ /].*,\)\([^ ]\)|\1 \2|g' `hg loc '*.css'`
 

	
 
sed -i 's/^\(    [^: ]*\) *: *\([^/]\)/\1: \2/g' kallithea/public/css/{style,contextbar}.css
 
sed -i '1s|, |,|g' kallithea/public/css/{style,contextbar}.css
 
sed -i 's/^\([^ ,/]\+ [^,]*[^ ,]\) *, *\(.\)/\1,\n\2/g' kallithea/public/css/{style,contextbar}.css
 
sed -i 's/^\([^ ,/].*\)   */\1 /g' kallithea/public/css/{style,contextbar}.css
 
sed -i 's,^--$,-- ,g' kallithea/templates/email_templates/main.txt
 

	
 
hg diff
0 comments (0 inline, 0 general)