67 lines
1.5 KiB
CSS
67 lines
1.5 KiB
CSS
/*
|
|
Redmine plugin for Document Management System "Features"
|
|
|
|
Vit Jonas <vit.jonas@gmail.com>, Karel Pičman <karel.picman@kontron.com>
|
|
|
|
This file is part of Redmine DMSF plugin.
|
|
|
|
Redmine DMSF plugin is free software: you can redistribute it and/or modify it under the terms of the GNU General
|
|
Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
|
|
later version.
|
|
|
|
Redmine DMSF plugin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
|
|
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
more details.
|
|
|
|
You should have received a copy of the GNU General Public License along with Redmine DMSF plugin. If not, see
|
|
<https://www.gnu.org/licenses/>.
|
|
*/
|
|
|
|
div#contents {
|
|
background-color: #F2F2F2;
|
|
}
|
|
|
|
div.box {
|
|
border: solid 1px #FDBF3B;
|
|
background-color: #FFEBC1;
|
|
padding-left: 12px;
|
|
padding-right: 12px;
|
|
margin-bottom: 12px;
|
|
max-width: 90%;
|
|
}
|
|
|
|
img {
|
|
max-width: 85%;
|
|
}
|
|
|
|
p {
|
|
text-align: justify;
|
|
text-justify: inter-word;
|
|
}
|
|
|
|
table {
|
|
border: 1px solid #58585A;
|
|
border-collapse:collapse;
|
|
}
|
|
|
|
table th {
|
|
background-color: #A1BBD0;
|
|
font-weight: bold;
|
|
border: 1px solid #58585A;
|
|
border-collapse:collapse;
|
|
}
|
|
|
|
table td {
|
|
background-color: #F2F2F2;
|
|
border: 1px solid #58585A;
|
|
border-collapse:collapse;
|
|
padding: 4px;
|
|
}
|
|
|
|
table td.table-nowrap-column {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
ul.no-bullets {
|
|
list-style-type:none;
|
|
} |