Author: kishore
Date: Thu Mar 23 21:02:24 2017
New Revision: 1788322
URL: http://svn.apache.org/viewvc?rev=1788322&view=rev
Log:
Updated less files
Modified:
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/css/style.css
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/boxes.less
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/buttons.less
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/core.less
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/dropdown.less
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/header.less
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/navs.less
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/sidebar.less
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/style.less
Modified:
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/css/style.css
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/css/style.css?rev=1788322&r1=1788321&r2=1788322&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/css/style.css
(original)
+++
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/css/style.css
Thu Mar 23 21:02:24 2017
@@ -15,6 +15,22 @@
* limitations under the License.
*/
/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+/*
* Core: Genral Layout Style
* -------------------------
*/
@@ -29,7 +45,7 @@ body {
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
- font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial,
sans-serif;
+ font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 400;
overflow-x: hidden;
overflow-y: auto;
@@ -142,7 +158,7 @@ h6,
.h4,
.h5,
.h6 {
- font-family: 'Source Sans Pro', sans-serif;
+ font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/* General Links */
a {
@@ -156,6 +172,54 @@ a:focus {
color: #299bfd;
}
/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+/*
* Component: Main Header
* ----------------------
*/
@@ -237,9 +301,7 @@ a:focus {
.main-header .sidebar-toggle .icon-bar {
display: none;
}
-.main-header .navbar .nav > li.user > a > .fa,
-.main-header .navbar .nav > li.user > a > .glyphicon,
-.main-header .navbar .nav > li.user > a > .ion {
+.main-header .navbar .nav > li.user > a > .fa {
margin-right: 5px;
}
.main-header .navbar .nav > li > a > .label {
@@ -341,6 +403,22 @@ a:focus {
}
}
/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+/*
* Component: Sidebar
* ------------------
*/
@@ -398,9 +476,7 @@ a:focus {
padding: 12px 5px 12px 15px;
display: block;
}
-.sidebar-menu > li > a > .fa,
-.sidebar-menu > li > a > .glyphicon,
-.sidebar-menu > li > a > .ion {
+.sidebar-menu > li > a > .fa {
width: 20px;
}
.sidebar-menu > li .label,
@@ -446,9 +522,7 @@ a:focus {
display: block;
font-size: 14px;
}
-.sidebar-menu .treeview-menu > li > a > .fa,
-.sidebar-menu .treeview-menu > li > a > .glyphicon,
-.sidebar-menu .treeview-menu > li > a > .ion {
+.sidebar-menu .treeview-menu > li > a > .fa {
width: 20px;
}
.sidebar-menu .treeview-menu > li > a > .fa-angle-left,
@@ -456,6 +530,22 @@ a:focus {
width: auto;
}
/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+/*
* Component: Sidebar Mini
*/
@media (min-width: 768px) {
@@ -548,6 +638,22 @@ a:focus {
margin-top: -7px;
}
/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+/*
* Component: Dropdown menus
* -------------------------
*/
@@ -559,9 +665,7 @@ a:focus {
.dropdown-menu > li > a {
color: #777;
}
-.dropdown-menu > li > a > .glyphicon,
-.dropdown-menu > li > a > .fa,
-.dropdown-menu > li > a > .ion {
+.dropdown-menu > li > a > .fa {
margin-right: 10px;
}
.dropdown-menu > li > a:hover {
@@ -656,9 +760,7 @@ a:focus {
white-space: nowrap;
padding: 10px;
}
-.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a >
.glyphicon,
-.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
-.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
+.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa {
width: 20px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
@@ -884,6 +986,22 @@ a:focus {
width: 170px;
}
/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+/*
* Component: Form
* ---------------
*/
@@ -984,136 +1102,21 @@ a:focus {
padding-left: 0;
}
/*
- * Component: Progress Bar
- * -----------------------
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
-.progress,
-.progress > .progress-bar {
- -webkit-box-shadow: none;
- box-shadow: none;
-}
-.progress,
-.progress > .progress-bar,
-.progress .progress-bar,
-.progress > .progress-bar .progress-bar {
- border-radius: 1px;
-}
-/* size variation */
-.progress.sm,
-.progress-sm {
- height: 10px;
-}
-.progress.sm,
-.progress-sm,
-.progress.sm .progress-bar,
-.progress-sm .progress-bar {
- border-radius: 1px;
-}
-.progress.xs,
-.progress-xs {
- height: 7px;
-}
-.progress.xs,
-.progress-xs,
-.progress.xs .progress-bar,
-.progress-xs .progress-bar {
- border-radius: 1px;
-}
-.progress.xxs,
-.progress-xxs {
- height: 3px;
-}
-.progress.xxs,
-.progress-xxs,
-.progress.xxs .progress-bar,
-.progress-xxs .progress-bar {
- border-radius: 1px;
-}
-/* Vertical bars */
-.progress.vertical {
- position: relative;
- width: 30px;
- height: 200px;
- display: inline-block;
- margin-right: 10px;
-}
-.progress.vertical > .progress-bar {
- width: 100%!important;
- position: absolute;
- bottom: 0;
-}
-.progress.vertical.sm,
-.progress.vertical.progress-sm {
- width: 20px;
-}
-.progress.vertical.xs,
-.progress.vertical.progress-xs {
- width: 10px;
-}
-.progress.vertical.xxs,
-.progress.vertical.progress-xxs {
- width: 3px;
-}
-.progress-group .progress-text {
- font-weight: 600;
-}
-.progress-group .progress-number {
- float: right;
-}
-/* Remove margins from progress bars when put in a table */
-.table tr > td .progress {
- margin: 0;
-}
-.progress-bar-light-blue,
-.progress-bar-primary {
- background-color: #0275d8;
-}
-.progress-striped .progress-bar-light-blue,
-.progress-striped .progress-bar-primary {
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255,
255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255,
255, 0.15) 75%, transparent 75%, transparent);
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255,
255, 0.15) 75%, transparent 75%, transparent);
-}
-.progress-bar-green,
-.progress-bar-success {
- background-color: #00a65a;
-}
-.progress-striped .progress-bar-green,
-.progress-striped .progress-bar-success {
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255,
255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255,
255, 0.15) 75%, transparent 75%, transparent);
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255,
255, 0.15) 75%, transparent 75%, transparent);
-}
-.progress-bar-aqua,
-.progress-bar-info {
- background-color: #00c0ef;
-}
-.progress-striped .progress-bar-aqua,
-.progress-striped .progress-bar-info {
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255,
255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255,
255, 0.15) 75%, transparent 75%, transparent);
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255,
255, 0.15) 75%, transparent 75%, transparent);
-}
-.progress-bar-yellow,
-.progress-bar-warning {
- background-color: #f39c12;
-}
-.progress-striped .progress-bar-yellow,
-.progress-striped .progress-bar-warning {
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255,
255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255,
255, 0.15) 75%, transparent 75%, transparent);
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255,
255, 0.15) 75%, transparent 75%, transparent);
-}
-.progress-bar-red,
-.progress-bar-danger {
- background-color: #d9534f;
-}
-.progress-striped .progress-bar-red,
-.progress-striped .progress-bar-danger {
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255,
255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255,
255, 0.15) 75%, transparent 75%, transparent);
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255,
255, 0.15) 75%, transparent 75%, transparent);
-}
/*
* Component: Box
* --------------
@@ -1285,17 +1288,13 @@ a:focus {
border-bottom: none;
}
.box-header > .fa,
-.box-header > .glyphicon,
-.box-header > .ion,
.box-header .box-title {
display: inline-block;
font-size: 18px;
margin: 0;
line-height: 1;
}
-.box-header > .fa,
-.box-header > .glyphicon,
-.box-header > .ion {
+.box-header > .fa {
margin-right: 5px;
}
.box-header > .box-tools {
@@ -1352,69 +1351,21 @@ a:focus {
max-width: 200px;
}
/*
- * Component: Info Box
- * -------------------
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
-.info-box {
- display: block;
- min-height: 90px;
- background: #fff;
- width: 100%;
- box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 2px 0 rgba(0, 0, 0, 0.12);
- border-radius: 2px;
- margin-bottom: 15px;
-}
-.info-box small {
- font-size: 14px;
-}
-.info-box .progress {
- background: rgba(0, 0, 0, 0.2);
- margin: 5px -10px 5px -10px;
- height: 2px;
-}
-.info-box .progress,
-.info-box .progress .progress-bar {
- border-radius: 0;
-}
-.info-box .progress .progress-bar {
- background: #fff;
-}
-.info-box-icon {
- display: block;
- float: left;
- height: 90px;
- width: 90px;
- text-align: center;
- font-size: 45px;
- line-height: 90px;
- background: rgba(0, 0, 0, 0.2);
-}
-.info-box-content {
- padding: 5px 10px;
- margin-left: 90px;
-}
-.info-box-number {
- display: block;
- font-weight: bold;
- font-size: 18px;
-}
-.progress-description,
-.info-box-text {
- display: block;
- font-size: 14px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
-}
-.info-box-text {
- text-transform: uppercase;
-}
-.info-box-more {
- display: block;
-}
-.progress-description {
- margin: 0;
-}
/*
* Component: Button
* -----------------
@@ -1788,9 +1739,7 @@ fieldset[disabled] .btn-warning.focus {
background-color: #f4f4f4;
font-size: 12px;
}
-.btn-app > .fa,
-.btn-app > .glyphicon,
-.btn-app > .ion {
+.btn-app > .fa {
font-size: 20px;
display: block;
}
@@ -1813,6 +1762,22 @@ fieldset[disabled] .btn-warning.focus {
font-weight: 400;
}
/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+/*
* Component: Callout
* ------------------
*/
@@ -1856,6 +1821,22 @@ fieldset[disabled] .btn-warning.focus {
margin-top: 10px;
}
/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+/*
* Component: alert
* ----------------
*/
@@ -1895,6 +1876,22 @@ fieldset[disabled] .btn-warning.focus {
border-color: #00acd6;
}
/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+/*
* Component: Nav
* --------------
*/
@@ -1954,9 +1951,7 @@ fieldset[disabled] .btn-warning.focus {
font-size: 20px;
color: #444;
}
-.nav-tabs > li.header > .fa,
-.nav-tabs > li.header > .glyphicon,
-.nav-tabs > li.header > .ion {
+.nav-tabs > li.header > .fa {
margin-right: 5px;
}
.tab-content {
@@ -2012,6 +2007,22 @@ fieldset[disabled] .btn-warning.focus {
border-radius: 0;
}
/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+/*
* Component: Table
* ----------------
*/
@@ -2071,6 +2082,22 @@ table.text-center th {
text-align: right;
}
/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+/*
* Component: Label
* ----------------
*/
@@ -2079,6 +2106,22 @@ table.text-center th {
color: #444;
}
/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+/*
* Component: modal
* ----------------
*/
@@ -2123,6 +2166,22 @@ table.text-center th {
.modal-danger .modal-footer {
border-color: #c9302c;
}
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
.spinner > div {
width: 18px;
height: 18px;
@@ -2178,6 +2237,22 @@ table.text-center th {
/*deafult display to none*/
}
/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+/*
* Page: Login & Register
* ----------------------
*/
@@ -2219,6 +2294,22 @@ table.text-center th {
padding: 0 20px 20px 20px;
}
/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+/*
* General: Miscellaneous
* ----------------------
*/
@@ -2657,14 +2748,26 @@ table.text-center th {
top: 50%;
text-align: center;
}
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
.displaytable,
.formtable {
border: 1px solid #f4f4f4;
}
-.displaytable tr > td .progress,
-.formtable tr > td .progress {
- margin: 0;
-}
.displaytable > thead > tr > th,
.formtable > thead > tr > th,
.displaytable > tbody > tr > th,
@@ -3041,6 +3144,22 @@ fieldset[disabled] .formtable td input[t
background-color: #ffffff;
}
/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+/*
* Skin: Black
* -----------
*/
@@ -3127,52 +3246,3 @@ fieldset[disabled] .formtable td input[t
.skin-black .treeview-menu > li > a:hover {
color: #ffffff;
}
-@font-face {
- font-family: 'Source Sans Pro';
- font-style: normal;
- font-weight: 300;
- src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
url(../fonts/SourceSansPro/SourceSansPro-Light.woff2) format('woff2');
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
-}
-@font-face {
- font-family: 'Source Sans Pro';
- font-style: normal;
- font-weight: 400;
- src: local('Source Sans Pro'), local('SourceSansPro-Regular'),
url(../fonts/SourceSansPro/SourceSansPro-Regular.woff2) format('woff2');
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
-}
-@font-face {
- font-family: 'Source Sans Pro';
- font-style: normal;
- font-weight: 600;
- src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'),
url(../fonts/SourceSansPro/SourceSansPro-Semibold.woff2) format('woff2');
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
-}
-@font-face {
- font-family: 'Source Sans Pro';
- font-style: normal;
- font-weight: 700;
- src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
url(../fonts/SourceSansPro/SourceSansPro-Bold.woff2) format('woff2');
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
-}
-@font-face {
- font-family: 'Source Sans Pro';
- font-style: italic;
- font-weight: 300;
- src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightIt'),
url(../fonts/SourceSansPro/SourceSansPro-LightIt.woff2) format('woff2');
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
-}
-@font-face {
- font-family: 'Source Sans Pro';
- font-style: italic;
- font-weight: 400;
- src: local('Source Sans Pro Italic'), local('SourceSansPro-It'),
url(../fonts/SourceSansPro/SourceSansPro-It.woff2) format('woff2');
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
-}
-@font-face {
- font-family: 'Source Sans Pro';
- font-style: italic;
- font-weight: 600;
- src: local('Source Sans Pro Semibold Italic'),
local('SourceSansPro-SemiboldIt'),
url(../fonts/SourceSansPro/SourceSansPro-SemiboldIt.woff2) format('woff2');
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
-}
Modified:
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/boxes.less
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/boxes.less?rev=1788322&r1=1788321&r2=1788322&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/boxes.less
(original)
+++
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/boxes.less
Thu Mar 23 21:02:24 2017
@@ -165,17 +165,13 @@
//Icons and box title
> .fa,
- > .glyphicon,
- > .ion,
.box-title {
display: inline-block;
font-size: 18px;
margin: 0;
line-height: 1;
}
- > .fa,
- > .glyphicon,
- > .ion {
+ > .fa {
margin-right: 5px;
}
> .box-tools {
Modified:
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/buttons.less
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/buttons.less?rev=1788322&r1=1788321&r2=1788322&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/buttons.less
(original)
+++
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/buttons.less
Thu Mar 23 21:02:24 2017
@@ -125,7 +125,7 @@
background-color: #f4f4f4;
font-size: 12px;
//Icons within the btn
- > .fa, > .glyphicon, > .ion {
+ > .fa {
font-size: 20px;
display: block;
}
Modified:
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/core.less
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/core.less?rev=1788322&r1=1788321&r2=1788322&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/core.less
(original)
+++
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/core.less
Thu Mar 23 21:02:24 2017
@@ -30,7 +30,7 @@ body {
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
- font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial,
sans-serif;
+ font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 400;
overflow-x: hidden;
overflow-y: auto;
@@ -136,7 +136,7 @@ h6,
.h4,
.h5,
.h6 {
- font-family: 'Source Sans Pro', sans-serif;
+ font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/* General Links */
a {
@@ -148,4 +148,4 @@ a:focus {
outline: none;
text-decoration: none;
color: @link-hover-color;
-}
\ No newline at end of file
+}
Modified:
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/dropdown.less
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/dropdown.less?rev=1788322&r1=1788321&r2=1788322&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/dropdown.less
(original)
+++
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/dropdown.less
Thu Mar 23 21:02:24 2017
@@ -27,9 +27,7 @@
> li > a {
color: #777;
}
- > li > a > .glyphicon,
- > li > a > .fa,
- > li > a > .ion{
+ > li > a > .fa {
margin-right: 10px;
}
> li > a:hover {
@@ -123,9 +121,7 @@
white-space: nowrap;
padding: 10px;
// Icons inside the menu
- > .glyphicon,
- > .fa,
- > .ion {
+ > .fa {
width: 20px;
}
}
Modified:
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/header.less
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/header.less?rev=1788322&r1=1788321&r2=1788322&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/header.less
(original)
+++
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/header.less
Thu Mar 23 21:02:24 2017
@@ -99,9 +99,7 @@
}
//Navbar User Menu
.navbar .nav > li.user > a {
- > .fa,
- > .glyphicon,
- > .ion {
+ > .fa {
margin-right: 5px;
}
}
@@ -219,4 +217,4 @@
right: 40px;
}
}
-}
\ No newline at end of file
+}
Modified:
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/navs.less
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/navs.less?rev=1788322&r1=1788321&r2=1788322&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/navs.less
(original)
+++
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/navs.less
Thu Mar 23 21:02:24 2017
@@ -85,9 +85,7 @@
padding: 0 10px;
font-size: 20px;
color: #444;
- > .fa,
- > .glyphicon,
- > .ion {
+ > .fa {
margin-right: 5px;
}
}
Modified:
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/sidebar.less
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/sidebar.less?rev=1788322&r1=1788321&r2=1788322&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/sidebar.less
(original)
+++
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/sidebar.less
Thu Mar 23 21:02:24 2017
@@ -64,9 +64,7 @@
> a {
padding: 12px 5px 12px 15px;
display: block;
- > .fa,
- > .glyphicon,
- > .ion {
+ > .fa {
width: 20px;
}
}
@@ -112,9 +110,7 @@
padding: 5px 5px 5px 15px;
display: block;
font-size: 14px;
- > .fa,
- > .glyphicon,
- > .ion {
+ > .fa {
width: 20px;
}
> .fa-angle-left,
@@ -124,4 +120,4 @@
}
}
}
-}
\ No newline at end of file
+}
Modified:
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/style.less
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/style.less?rev=1788322&r1=1788321&r2=1788322&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/style.less
(original)
+++
manifoldcf/branches/CONNECTORS-1196-3/framework/crawler-ui/src/main/webapp/less/style.less
Thu Mar 23 21:02:24 2017
@@ -34,9 +34,7 @@
@import "sidebar-mini.less";
@import "dropdown.less";
@import "forms.less";
-@import "progress-bars.less";
@import "boxes.less";
-@import "info-box.less";
@import "buttons.less";
@import "callout.less";
@import "alerts.less";
@@ -57,6 +55,3 @@
//THEME
@import "skin-black.less";
-
-//google fonts
-@import "sourcesanspro-fonts.less";