mirror of https://github.com/apache/activemq.git
Fixed up styles a little. Added lic headers.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@516150 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c9bb1c97b2
commit
c785ff7738
|
@ -21,9 +21,9 @@
|
|||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<title><decorator:title default="ActiveMQ Console" /></title>
|
||||
<style type="text/css" media="screen">
|
||||
@import url(<c:url value="/styles/site.css"/>);
|
||||
@import url(<c:url value="/styles/type-settings.css.css"/>);
|
||||
@import url(<c:url value="/styles/sorttable.css"/>);
|
||||
@import url(<c:url value="/styles/type-settings.css"/>);
|
||||
@import url(<c:url value="/styles/site.css"/>);
|
||||
</style>
|
||||
<c:if test="${!disableJavaScript}">
|
||||
<script type='text/javascript' src='<c:url value="/js/common.js"/>'/>
|
||||
|
@ -85,9 +85,8 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td valign="top" width="100%" style="overflow:hidden;">
|
||||
<div class="wiki-content">
|
||||
<div class="body-content">
|
||||
<decorator:body/>
|
||||
|
||||
</div>
|
||||
</td>
|
||||
<td valign="top">
|
||||
|
|
|
@ -1,3 +1,21 @@
|
|||
/**
|
||||
*
|
||||
* 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.
|
||||
*/
|
||||
|
||||
body {
|
||||
padding: 20px;
|
||||
}
|
||||
|
|
|
@ -19,29 +19,26 @@
|
|||
table.sortable {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border-collapse: collapse;
|
||||
border-bottom: 1px solid #aaa;
|
||||
border-right: 1px solid #aaa;
|
||||
margin-bottom: 1em;
|
||||
|
||||
margin: 1em auto;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
th {
|
||||
padding: 0.5em;
|
||||
padding: 2px;
|
||||
padding-left: 10px;
|
||||
text-align: left;
|
||||
border: 1px solid black;
|
||||
background-color: #cccccc;
|
||||
background-color: #ccc;
|
||||
}
|
||||
|
||||
tfoot {
|
||||
border-top: 1px solid black;
|
||||
/* border-top: 1px solid black; */
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 0.5em;
|
||||
border: 1px solid black; /** border-top: 1px solid black; */
|
||||
/* border: 1px solid black; */
|
||||
/** border-top: 1px solid black; */
|
||||
}
|
||||
|
||||
tr {
|
||||
|
@ -61,7 +58,7 @@ td.numeric,
|
|||
td.label {
|
||||
background-color: #f3f3f3;
|
||||
}
|
||||
|
||||
/*
|
||||
table.layout {
|
||||
border-bottom: solid white;
|
||||
border-right: solid white;
|
||||
|
@ -71,3 +68,4 @@ td.layout {
|
|||
border-top: 1px solid black;
|
||||
border: solid white;
|
||||
}
|
||||
*/
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue