v1 of enago

This commit is contained in:
Henry Oswald 2015-08-04 10:45:19 +01:00
parent 417fd4f5f5
commit 53dc0b63c8
4 changed files with 19 additions and 0 deletions

View file

@ -48,6 +48,11 @@ aside#left-menu.full-size(
h4() #{translate("sync")}
!= moduleIncludes("editorLeftMenu:sync", locals)
span(ng-show="!anonymous")
h4 #{translate("services")}
!= moduleIncludes("editorLeftMenu:editing_services", locals)
h4(ng-show="!anonymous") #{translate("settings")}
form.settings(ng-controller="SettingsController", ng-show="!anonymous")
.containter-fluid

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

View file

@ -3,6 +3,7 @@
@import "./editor/toolbar.less";
@import "./editor/left-menu.less";
@import "./editor/pdf.less";
@import "./editor/enago.less";
@import "./editor/share.less";
@import "./editor/chat.less";
@import "./editor/binary-file.less";

View file

@ -0,0 +1,13 @@
.services {
h1, h2, h3, p {
text-shadow: 0 -1px 1px white;
}
h1, h2, h3, h4 {
color: @red;
}
hr.small {
margin:0px;
}
}