Added an Alert text style; Updated rich text editor to reorganize buttons and add text alignment options.
This commit is contained in:
23
lib/modules/apostrophe-assets/public/css/common.css
Normal file
23
lib/modules/apostrophe-assets/public/css/common.css
Normal file
@@ -0,0 +1,23 @@
|
||||
.clearfix {
|
||||
zoom: 1;
|
||||
}
|
||||
.clearfix:before {
|
||||
content: "";
|
||||
display: block;
|
||||
}
|
||||
.clearfix:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.noselect {
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=common.css.map */
|
||||
Reference in New Issue
Block a user