Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 365 → Rev 366

/trunk/oidplus_base.css
15,20 → 15,20
* limitations under the License.
*/
 
 
/*************************************************************************************
** ATTENTION: **
*************************************************************************************
** Please do NOT edit this file, since a software update might override **
** Please do NOT edit this file, since a software update will override **
** your changes. **
** To create an individual theme, please clone this file to oidplus_base.local.css **
** When the file oidplus_base.local.css is present, OIDplus will use **
** this file instead of oidplus_base.css **
** Note: **
** To do changes to the design, you have following possibilities: **
** - If you just want to change colors, then the color plugin in the admin area **
** could an option for you. **
** - Please regularly check if oidplus_base.css gets changed or extended **
** during software updates, and apply the changes to your oidplus_base.local.css **
** - Create userdata/styles/oidplus_add.css (it will be placed after this file), **
** and use the "!important" statements to override style definitions. **
** - You can completely REPLACE oidplus_base.css by **
** creating userdata/styles/oidplus_base.css . This is very dangerous, because **
** you need to regularly check if the official oidplus_base.css gets changed or **
** extended, and you need to apply the changes according to the master file. **
*************************************************************************************/
 
@media print {
278,7 → 278,7
margin:0;
padding:0;
height:100%;
font-family:Helvetica;
font-family:"Helvetica";
}
body {
margin:0px;
286,7 → 286,7
font-size:0.85em;
height:100%;
/* Bootstrap adds "Helvetica Neue",Helvetica at the beginning which causes bold font in IE11+Win10 */
font-family:Arial,sans-serif !important;
font-family:"Arial","sans-serif" !important;
}
 
@media only screen and (min-width: 801px) {
334,8 → 334,7
background: #f4f4ff;
}
.hand, input[type=button], input[type=submit], input[type=reset] {
/* www.drweb.de/magazin/browser-cursor-hand */
cursor: hand; cursor: pointer;
cursor: pointer;
}
 
/**
372,7 → 371,9
border-bottom: 1px solid #BBB;
}
.ui-layout-toggler .content { /* toggler-text */
font: 14px bold Verdana, Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
font-weight: bold;
}
.ui-layout-toggler:hover { /* mouse-over */
background: #DCA;
467,7 → 468,7
width:40px;
}
 
/* Logbook severities (shared between plugins ra099, ra200, admin600)
/* Logbook severities (shared between plugins ra099, ra200, admin600) */
 
.severity_0 {
/* Undefined */