Move internal css to one file

This commit is contained in:
delliott 2024-08-23 13:26:47 +02:00
parent 8356483967
commit 80504387ba
Signed by: delliott
SSH Key Fingerprint: SHA256:h5IC6Ec/o6ypmpM7ZdRqULGyG8dz4Jr5K192BAWAjoo
9 changed files with 48 additions and 84 deletions

View File

@ -6,18 +6,7 @@
<meta name="DC.Title" content="FSFE - business cards form" />
<meta name="DC.Creator" content="Rainer Kersten" />
<title>internal tools - business cards form</title>
<style>
.field-annotation {
background:#ddd;
padding:0.5em;
margin: 1.5em 0.5em 0.5em 0;
border:1px #bbb solid;
}
form label {
display:inline;
}
</style>
<link rel="stylesheet" href="internal.css"/>
</head>
<body>

View File

@ -5,6 +5,7 @@
<head>
<title>Expense Request</title>
<link rel="stylesheet" href="internal.css"/>
</head>
<body>

40
internal/internal.css Normal file
View File

@ -0,0 +1,40 @@
/* Css specific to internal pages */
.field-annotation {
background: #ddd;
padding: 0.5em;
margin: 1.5em 0.5em 0.5em 0;
border: 1px #bbb solid;
}
table td {
padding: 1px !important;
}
th {
text-align: center;
}
tr.descr {
font-style: italic;
font-size: small;
}
tr.descr td {
padding: 1px 4px !important;
}
tr.example {
font-style: italic;
}
table input.form-control,
table textarea.form-control {
font-size: 12px;
}
.form-control {
padding: 3px 6px !important;
}
input[type="file"] {
width: 180px;
}
#content input[type="radio"] {
margin: 0 5px 0 15px;
}
label {
font-weight: normal;
}

View File

@ -6,18 +6,7 @@
<meta name="DC.Title" content="FSFE - nametags form" />
<meta name="DC.Creator" content="Albert Dengg" />
<title>internal tools - name tags</title>
<style>
.field-annotation {
background:#ddd;
padding:0.5em;
margin: 1.5em 0.5em 0.5em 0;
border:1px #bbb solid;
}
form label {
display:inline;
}
</style>
<link rel="stylesheet" href="internal.css"/>
</head>
<body>

View File

@ -5,18 +5,7 @@
<head>
<title>Internal Tools - per diem calculator</title>
<style type="text/css">
tr.descr {
font-style: italic;
font-size: small;
}
#content input[type="radio"] {
margin: 0 5px 0 15px;
}
label {
font-weight: normal;
}
</style>
<link rel="stylesheet" href="internal.css"/>
</head>
<body>

View File

@ -4,15 +4,7 @@
<head>
<title>Per Diem / VKP statement</title>
<style type="text/css">
th {
text-align: center;
}
tr.descr {
font-style: italic;
font-size: small;
}
</style>
<link rel="stylesheet" href="internal.css"/>
</head>
<body>

View File

@ -6,18 +6,7 @@
<meta name="DC.Title" content="FSFE - pricetags form" />
<meta name="DC.Creator" content="Albert Dengg" />
<title>internal tools - name tags</title>
<style>
.field-annotation {
background:#ddd;
padding:0.5em;
margin: 1.5em 0.5em 0.5em 0;
border:1px #bbb solid;
}
form label {
display:inline;
}
</style>
<link rel="stylesheet" href="internal.css"/>
</head>
<body>

View File

@ -5,6 +5,7 @@
<head>
<title>Reimbursement Claim / Credit Card statement</title>
<link rel="stylesheet" href="internal.css"/>
</head>
<body>

View File

@ -4,34 +4,8 @@
<head>
<title>Reimbursement Claim / Credit Card statement</title>
<style type="text/css">
th {
text-align: center;
}
tr.descr {
font-size: small;
}
tr.example {
font-style: italic;
}
tr.descr td {
padding: 1px 4px !important;
}
table input.form-control,
table textarea.form-control {
font-size: 12px;
}
table td {
padding: 1px !important;
}
.form-control {
padding: 3px 6px !important;
}
input[type="file"] {
width: 180px;
}
</style>
<script src="/scripts/addrow.js"></script>
<link rel="stylesheet" href="internal.css"/>
</head>
<body class="full-width">