mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Removed unused '.right form' styles (2.x CMS)
This commit is contained in:
parent
5b651e4593
commit
7c3e1a43e3
13
css/Form.css
13
css/Form.css
@ -26,19 +26,6 @@ form .indicator.block { display: inline; }
|
|||||||
/* Emulating link styling for actions requiring lesser attention, e.g. "cancel" FormActions */
|
/* Emulating link styling for actions requiring lesser attention, e.g. "cancel" FormActions */
|
||||||
form button.minorAction { background: none; padding: 0; border: 0; color: #0074C6; text-decoration: underline; }
|
form button.minorAction { background: none; padding: 0; border: 0; color: #0074C6; text-decoration: underline; }
|
||||||
|
|
||||||
/** Composite Fields - raw concatenation of fields for programmatic purposes. */
|
|
||||||
.right form div.CompositeField { margin-left: 7.5em; }
|
|
||||||
|
|
||||||
.right form div.CompositeField div.field { font-size: 1em; }
|
|
||||||
|
|
||||||
.right form div.CompositeField { clear: both; }
|
|
||||||
|
|
||||||
.right form div.CompositeField label.left { float: left; width: 10em; margin-left: -10em; }
|
|
||||||
|
|
||||||
.right form div.column2 { float: left; width: 45%; margin-right: 4%; }
|
|
||||||
|
|
||||||
.right form div.multicolumn { width: 100%; float: left; clear: left; }
|
|
||||||
|
|
||||||
/** Messages */
|
/** Messages */
|
||||||
form .message.notice { background-color: #FCFFDF; border-color: #FF9300; }
|
form .message.notice { background-color: #FCFFDF; border-color: #FF9300; }
|
||||||
|
|
||||||
|
@ -77,38 +77,6 @@ form button.minorAction {
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Composite Fields - raw concatenation of fields for programmatic purposes.
|
|
||||||
*/
|
|
||||||
.right form div.CompositeField {
|
|
||||||
margin-left: 7.5em;
|
|
||||||
}
|
|
||||||
.right form div.CompositeField div.field {
|
|
||||||
font-size: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.right form div.CompositeField {
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
.right form div.CompositeField label.left {
|
|
||||||
float: left;
|
|
||||||
width: 10em;
|
|
||||||
margin-left: -10em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.right form div.column2 {
|
|
||||||
float: left;
|
|
||||||
width: 45%;
|
|
||||||
margin-right: 4%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.right form div.multicolumn {
|
|
||||||
width: 100%;
|
|
||||||
float: left;
|
|
||||||
clear: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Messages
|
* Messages
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user