
- fixed vertical alignment of BBCode toolbar in write panel - Fixes a problem in the admin area when rendering font-sizes in Safari, Chrome and Firefox (iPhone/iPad) - Lucida Console [code] ... [/code]is now correct as a font in the CSS file - in the admin area, the configuration panel has been revised - the menu bar is now centered if the screen width is less than 768px
59 lines
909 B
CSS
Executable File
59 lines
909 B
CSS
Executable File
/*
|
|
===================
|
|
Leggero CSS Styles
|
|
===================
|
|
Ispired by: http://pluxml.org theme default
|
|
-------------------
|
|
|
|
Name: Leggero
|
|
Author: NoWhereMan & drudo
|
|
Version: 0.1
|
|
Module: globals.css
|
|
*/
|
|
|
|
|
|
.alignleft { float: left }
|
|
|
|
.alignright { float: right }
|
|
|
|
/* ===== NOTIFICATION ===== */
|
|
#main ul.msgs, ul.msgs {
|
|
margin: 0;
|
|
padding: 1em 2em;
|
|
list-style-type: none;
|
|
}
|
|
|
|
.errors {
|
|
color: #901d1d;
|
|
border-top: 1px solid;
|
|
border-bottom: 1px solid;
|
|
border-color: #ffbbbb;
|
|
background: #ffdddd
|
|
}
|
|
|
|
.errors a {
|
|
color: #901d1d;
|
|
text-decoration: underline;
|
|
font-weight: normal
|
|
}
|
|
|
|
.notifications,.enabled {
|
|
color : #1d901d;
|
|
border-top: 1px solid #bbffbb;
|
|
border-bottom: 1px solid #bbffbb;
|
|
background: #ddffdd
|
|
}
|
|
|
|
.warnings {
|
|
color : #8a7802;
|
|
border-top: 1px solid;
|
|
border-bottom: 1px solid;
|
|
border-color: #f8e674;
|
|
background: #fffdd5
|
|
}
|
|
|
|
.field-error {
|
|
border: red 1px solid;
|
|
background: #fdd
|
|
}
|