mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-11 20:12:16 +00:00
0bc0a09bf4
- application/extensions file system permission now is 775 - application/logs file system permission now is 775 - Added extensions directory in application/: config, controllers, helpers, hooks, libraries, models, views and widgets - Added view views/extensions/manage.php - Added controller controllers/system/extensions/Manager.php - Added library ExtensionsLib to manage extensions - Added model models/system/Extensions_model.php - Moved code related to print out info from MigrationLib to EPrintfLib
37 lines
503 B
CSS
37 lines
503 B
CSS
.box-inherit {
|
|
-moz-box-orient: inherit;
|
|
-moz-box-pack: inherit;
|
|
-moz-box-align: inherit;
|
|
-moz-box-direction: inherit;
|
|
}
|
|
|
|
/* Text shape */
|
|
|
|
.svg-shape-text {
|
|
font-weight: inherit;
|
|
font-style: inherit;
|
|
font-size: inherit;
|
|
font-family: inherit;
|
|
dominant-baseline: middle;
|
|
text-anchor: middle;
|
|
}
|
|
|
|
/* Rect shape */
|
|
|
|
.svg-shape-rect {
|
|
stroke-width: inherit;
|
|
}
|
|
|
|
/* Circle shape */
|
|
|
|
.svg-shape-circle {
|
|
stroke-width: inherit;
|
|
}
|
|
|
|
/* Ellipse shape */
|
|
|
|
.svg-shape-ellipse {
|
|
stroke-width: inherit;
|
|
}
|
|
|