-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathojs.css
More file actions
42 lines (33 loc) · 1.24 KB
/
ojs.css
File metadata and controls
42 lines (33 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/**
* ojs.css
*
* Copyright (c) 2000-2011 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* With contributions from:
* - 2014 Instituto Nacional de Investigacion y Tecnologia Agraria y Alimentaria
*
* Temporary file based on omp.css for early introduction of
* AJAX components to OJS.
*
* FIXME: Must be consolidated with other OJS-wide style sheets.
*/
/* @group Imports */
/* Includes CSS files necessary for OJS to use new interface components such as Grids */
/* OOCSS - http://github.com/stubbornella/oocss */
@import url("../lib/pkp/styles/oocss/grids.css");
/* Theme */
@import url("../lib/pkp/styles/themes/default/theme.css");
/* FIXME: This is a partial extract from OMP's content.css to support grids in OJS. Needs to be consolidated when migrating OMP->OJS. */
@import url("content.css");
/* FIXME: temporary workaround for #5137 - size attribute for smarty form tags does not work */
input.large, select.large, textarea.textarea{
width:99%;
}
/* fix for conflict - sidebars and modal (modal title bar taking on the height of the side bar) */
.ui-dialog {clear:both;}
/* override the global setting for row actions icon */
a.settings:hover {
background-color:transparent;
}
/* @end */