Owen Leonard
6381d1853d
The staff client CSS is not language-specific, so it can be moved out of the en/ directory and thus not be duplicated for every translation. In order to be able to have a generic path to the YUI CSS files, the YUI directory is moved by this patch to the staff client's lib/ directory. To test, apply the patch and visit various pages in the staff client. Look in particular at pages which include more than the standard CSS. For example: - The staff client login page. - The staff client home page. - Patron -> Set permissions. - The advanced cataloging editor. - Acquisitions -> Vendor -> Basket groups. - Tools -> News -> Edit news. - Administration -> System preferences. Revised: I intended for this to be built on top of Bug 15883. Now it is. Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> On top of 15883 Works as described, all pages on test plan No Errors Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
78 lines
1.4 KiB
HTML
78 lines
1.4 KiB
HTML
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
|
|
<style type="text/css" media="screen">
|
|
|
|
[% IF ( login ) %]
|
|
@import url([% interface %]/[% theme %]/css/login.css);
|
|
[% END %]
|
|
|
|
html { background: #eee; }
|
|
|
|
body {
|
|
background: #fff;
|
|
color: #000;
|
|
font-family: Georgia, "Times New Roman", Times, serif;
|
|
margin-left: 20%;
|
|
margin-right: 20%;
|
|
padding: .2em 2em;
|
|
}
|
|
|
|
h1 {
|
|
color: #006;
|
|
font-size: 2em;
|
|
font-weight: normal;
|
|
vertical-align:middle;
|
|
}
|
|
|
|
h2 { font-size: 1.75em; }
|
|
|
|
h3 {
|
|
color: #006;
|
|
font-size: 1.5em;
|
|
font-weight: lighter;
|
|
}
|
|
|
|
p, li, dt {
|
|
line-height: 140%;
|
|
padding-bottom: 2px;
|
|
}
|
|
|
|
ul, ol { padding: 5px 5px 5px 20px; }
|
|
|
|
#logo { margin-bottom: 2em; }
|
|
|
|
.step a, .step input { font-size: 2em; }
|
|
|
|
td input { font-size: 1.5em; }
|
|
|
|
.step, th { text-align: right; }
|
|
|
|
#bloc25, .bloc25 {
|
|
float:left;
|
|
border:1px solid #000000;
|
|
margin:0px;
|
|
padding:0px;
|
|
|
|
}
|
|
|
|
#footer {
|
|
text-align: center;
|
|
border-top: 1px solid #ccc;
|
|
padding-top: 1em;
|
|
font-style: italic;
|
|
}
|
|
|
|
.update_error {
|
|
color: red;
|
|
font-weight: bold;
|
|
}
|
|
|
|
</style>
|
|
|
|
<script type="text/javascript">
|
|
//<![CDATA[
|
|
function _(s) { return s } // dummy function for gettext
|
|
//]]>
|
|
</script>
|
|
</head>
|
|
<body id="installer" class="installer">
|