17 lines
189 B
CSS
17 lines
189 B
CSS
/**
|
|
* @file
|
|
* Addons styles
|
|
*/
|
|
|
|
.webform-addons-summary {
|
|
float: left;
|
|
margin: 0 0 0.5em 0;
|
|
}
|
|
|
|
/**
|
|
* Projects.
|
|
*/
|
|
.webform-addons-projects details {
|
|
background-color: #f8f8f8;
|
|
}
|