2014-09-29 12:43:32 -07:00
|
|
|
/*
|
2014-11-16 13:13:20 -07:00
|
|
|
// Copyright (C) 2014 The Syncthing Authors.
|
2014-09-29 12:43:32 -07:00
|
|
|
//
|
2015-03-07 13:36:35 -07:00
|
|
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
|
|
|
// You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
|
2014-09-29 12:43:32 -07:00
|
|
|
*/
|
|
|
|
|
2014-09-08 10:54:11 -07:00
|
|
|
body {
|
|
|
|
padding-bottom: 70px;
|
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
}
|
2014-09-03 23:53:28 -07:00
|
|
|
|
2014-09-08 10:54:11 -07:00
|
|
|
h1, h2, h3, h4, h5 {
|
|
|
|
font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
}
|
2014-09-03 23:53:28 -07:00
|
|
|
|
2014-09-08 10:54:11 -07:00
|
|
|
ul+h5 {
|
|
|
|
margin-top: 1.5em;
|
|
|
|
}
|
2014-09-03 23:53:28 -07:00
|
|
|
|
2014-12-05 10:44:38 -07:00
|
|
|
.panel-progress {
|
|
|
|
background: #3498db;
|
|
|
|
height: 3px;
|
|
|
|
left: 0;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-title {
|
|
|
|
position: relative;
|
2015-01-10 10:02:27 -07:00
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
2014-12-05 10:44:38 -07:00
|
|
|
}
|
|
|
|
|
2014-10-14 18:16:01 -07:00
|
|
|
identicon {
|
2014-11-28 08:16:32 -07:00
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
width: 1em;
|
|
|
|
height: 1em;
|
|
|
|
line-height: 1em;
|
|
|
|
overflow: visible;
|
|
|
|
}
|
|
|
|
|
|
|
|
.checkbox {
|
|
|
|
margin-top: 0px;
|
2014-10-14 18:16:01 -07:00
|
|
|
}
|
|
|
|
|
2015-01-07 02:27:17 -07:00
|
|
|
.checkbox input[type="checkbox"], .radio input[type="radio"] {
|
|
|
|
float: none; /* issue #1197 */
|
|
|
|
}
|
|
|
|
|
2014-11-30 14:47:21 -07:00
|
|
|
.popover {
|
|
|
|
max-width: none;
|
|
|
|
}
|
|
|
|
|
2014-10-14 18:16:01 -07:00
|
|
|
.identicon {
|
2014-12-05 10:44:38 -07:00
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
2014-10-14 18:16:01 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.panel-heading .identicon {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
2014-12-05 10:44:38 -07:00
|
|
|
top: 1px;
|
2014-10-14 18:16:01 -07:00
|
|
|
}
|
|
|
|
|
2015-01-08 03:04:27 -07:00
|
|
|
.panel-heading .glyphicon {
|
2015-05-27 12:54:00 -07:00
|
|
|
margin-right: 10px;
|
2015-01-08 03:04:27 -07:00
|
|
|
}
|
|
|
|
|
2014-10-14 18:16:01 -07:00
|
|
|
.panel-heading {
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2014-11-29 05:08:00 -07:00
|
|
|
.identicon rect {
|
|
|
|
fill: #666;
|
|
|
|
}
|
2014-10-14 18:16:01 -07:00
|
|
|
|
2014-09-08 10:54:11 -07:00
|
|
|
.text-monospace {
|
|
|
|
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
|
|
|
}
|
2014-09-03 23:53:28 -07:00
|
|
|
|
2014-09-08 10:54:11 -07:00
|
|
|
.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
|
|
|
|
border-top: none;
|
|
|
|
}
|
2014-09-03 23:53:28 -07:00
|
|
|
|
2014-09-08 10:54:11 -07:00
|
|
|
.logo {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
top: -5px;
|
|
|
|
position: relative;
|
|
|
|
}
|
2014-09-03 23:53:28 -07:00
|
|
|
|
2014-09-08 10:54:11 -07:00
|
|
|
.list-no-bullet {
|
|
|
|
list-style-type: none
|
|
|
|
}
|
2014-09-03 23:53:28 -07:00
|
|
|
|
2014-09-08 10:54:11 -07:00
|
|
|
.li-column {
|
|
|
|
display: inline-block;
|
|
|
|
min-width: 7em;
|
|
|
|
margin-right: 1em;
|
|
|
|
background-color: rgb(236, 240, 241);
|
|
|
|
border-radius: 3px;
|
|
|
|
padding: 1px 4px;
|
|
|
|
margin: 2px 2px;
|
|
|
|
}
|
|
|
|
.li-column span.data {
|
|
|
|
margin-left: 0.5em;
|
|
|
|
min-width: 10em;
|
|
|
|
text-align: right;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2014-09-03 23:53:28 -07:00
|
|
|
|
2014-09-08 10:54:11 -07:00
|
|
|
.ng-cloak {
|
|
|
|
display: none !important;
|
|
|
|
}
|
2014-09-03 23:53:28 -07:00
|
|
|
|
2014-09-08 10:54:11 -07:00
|
|
|
.table th {
|
|
|
|
white-space: nowrap;
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
2014-09-03 23:53:28 -07:00
|
|
|
|
2014-09-08 10:54:11 -07:00
|
|
|
.table td {
|
|
|
|
padding-left: 20px !important;
|
|
|
|
}
|
2014-09-03 23:53:28 -07:00
|
|
|
|
2014-09-08 10:54:11 -07:00
|
|
|
.table td.small-data {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2014-09-03 23:53:28 -07:00
|
|
|
|
2014-09-08 10:54:11 -07:00
|
|
|
table.table-condensed {
|
|
|
|
table-layout: fixed;
|
|
|
|
}
|
|
|
|
table.table-condensed td {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
@media (max-width:767px) {
|
2014-09-03 23:53:28 -07:00
|
|
|
table.table-condensed td {
|
|
|
|
/* for mobile phones to allow linebreaks in long repro folder/shared with
|
2014-09-08 10:54:11 -07:00
|
|
|
* columns. */
|
2014-09-03 23:53:28 -07:00
|
|
|
white-space: normal;
|
|
|
|
}
|
2014-09-08 10:54:11 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-right {
|
|
|
|
/* to align with panel */
|
|
|
|
padding-right: 15px;
|
|
|
|
}
|
2014-09-10 02:27:21 -07:00
|
|
|
|
2015-04-02 05:48:59 -07:00
|
|
|
/**
|
|
|
|
* Menu for select language
|
|
|
|
*/
|
|
|
|
|
2015-06-02 07:48:31 -07:00
|
|
|
@media (min-width:480px) and (max-width:649px) {
|
|
|
|
*[language-select] > .dropdown-menu {
|
|
|
|
width: 230px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width:650px) {
|
2015-04-02 05:48:59 -07:00
|
|
|
*[language-select] > .dropdown-menu > li {
|
|
|
|
width: 50%;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
*[language-select] > .dropdown-menu {
|
2015-06-02 07:48:31 -07:00
|
|
|
width: 440px;
|
2015-04-02 05:48:59 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-06-02 07:48:31 -07:00
|
|
|
|
2015-04-02 05:48:59 -07:00
|
|
|
@media (max-width:479px) {
|
|
|
|
.dropdown-menu {
|
|
|
|
padding-top: 55px;
|
|
|
|
}
|
|
|
|
|
2015-06-02 07:48:31 -07:00
|
|
|
nav .dropdown-toggle {
|
2015-04-02 05:48:59 -07:00
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-toggle {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-brand {
|
|
|
|
padding-left: 0;
|
|
|
|
padding-top: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-nav .open .dropdown-menu > li > a {
|
|
|
|
padding: 12px 15px 12px 25px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2014-09-10 02:27:21 -07:00
|
|
|
.panel-body .table-condensed {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2014-09-22 05:04:20 -07:00
|
|
|
|
|
|
|
.dl-horizontal.dl-narrow dt {
|
|
|
|
width: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dl-horizontal.dl-narrow dd {
|
|
|
|
margin-left: 60px;
|
|
|
|
}
|
2014-11-16 16:18:59 -07:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Progress bars with centered text
|
|
|
|
*/
|
|
|
|
|
|
|
|
.progress {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.progress span.frontal {
|
|
|
|
text-align: center;
|
|
|
|
position: absolute;
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2014-11-30 12:49:49 -07:00
|
|
|
|
|
|
|
.three-columns {
|
|
|
|
-webkit-column-count: 3;
|
|
|
|
-moz-column-count: 3;
|
|
|
|
column-count: 3;
|
|
|
|
}
|
|
|
|
|
|
|
|
.two-columns {
|
|
|
|
-webkit-column-count: 2;
|
|
|
|
-moz-column-count: 2;
|
|
|
|
column-count: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.three-columns li, ul.two-columns li {
|
|
|
|
padding-left: 0.5em;
|
|
|
|
text-indent: -0.5em;
|
|
|
|
}
|
2015-01-10 10:02:27 -07:00
|
|
|
|
|
|
|
/** Footer nav on small devices **/
|
|
|
|
|
2015-07-02 08:15:07 -07:00
|
|
|
@media (max-width: 991px) {
|
2015-01-10 10:02:27 -07:00
|
|
|
body {
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-fixed-bottom {
|
|
|
|
position: static;
|
|
|
|
}
|
2015-03-07 13:36:35 -07:00
|
|
|
}
|