2013-03-15 00:01:01 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor UserInterface Layout styles.
|
|
|
|
*
|
|
|
|
* @copyright 2011-2013 VisualEditor Team and others; see AUTHORS.txt
|
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* ve.ui.GridLayout */
|
2013-06-19 21:59:50 +00:00
|
|
|
/* ve.ui.PanelLayout */
|
2013-03-15 00:01:01 +00:00
|
|
|
|
2013-06-19 21:59:50 +00:00
|
|
|
.ve-ui-gridLayout,
|
|
|
|
.ve-ui-panelLayout {
|
2013-03-15 00:01:01 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
}
|
|
|
|
|
2013-05-03 22:17:35 +00:00
|
|
|
/* ve.ui.FieldsetLayout */
|
2013-03-26 20:37:55 +00:00
|
|
|
|
2013-05-03 22:17:35 +00:00
|
|
|
.ve-ui-fieldsetLayout {
|
|
|
|
border: none;
|
|
|
|
margin: 0 0 2em 0;
|
|
|
|
padding: 0;
|
2013-03-26 20:37:55 +00:00
|
|
|
}
|
|
|
|
|
2013-05-03 22:17:35 +00:00
|
|
|
.ve-ui-fieldsetLayout > legend.ve-ui-labeledElement-label {
|
2013-03-26 20:37:55 +00:00
|
|
|
font-size: 1.5em;
|
|
|
|
margin-bottom: 1em;
|
2013-06-12 23:23:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ui-fieldsetLayout-decorated > legend.ve-ui-labeledElement-label {
|
|
|
|
padding-left: 1.75em;
|
2013-03-26 20:37:55 +00:00
|
|
|
background-position: left center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|