View | Details | Raw Unified | Return to bug 20268
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/css/mainpage.css (-1 / +1 lines)
Lines 180-186 ul.biglinks-list li a:hover.icon_course_reserves {background-position:5px -1146p Link Here
180
}
180
}
181
/* ==== USERBLOCK - End ==== */
181
/* ==== USERBLOCK - End ==== */
182
182
183
.main .row {
183
.intranet-main .row {
184
    margin-left: 0;
184
    margin-left: 0;
185
    margin-right: 0;
185
    margin-right: 0;
186
}
186
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt (-1 / +1 lines)
Lines 12-18 Link Here
12
</title>
12
</title>
13
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
14
</head>
14
</head>
15
<body id="main_auth" class="main">
15
<body id="main_auth">
16
16
17
<div id="doc" class="yui-t7">
17
<div id="doc" class="yui-t7">
18
   <div id="bd">
18
   <div id="bd">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt (-2 / +1 lines)
Lines 5-11 Link Here
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/mainpage_[% KOHA_VERSION %].css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/mainpage_[% KOHA_VERSION %].css" />
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
</head>
7
</head>
8
<body id="main_intranet-main" class="main">
8
<body id="main_intranet-main" class="intranet-main">
9
[% INCLUDE 'header.inc' %]
9
[% INCLUDE 'header.inc' %]
10
[% INCLUDE 'home-search.inc' %]
10
[% INCLUDE 'home-search.inc' %]
11
11
12
- 

Return to bug 20268