diff --git a/src/static/css/pad.css b/src/static/css/pad.css index 6edd08d48..624da6162 100644 --- a/src/static/css/pad.css +++ b/src/static/css/pad.css @@ -70,3 +70,10 @@ input { @media (max-width: 800px) { .hide-for-mobile { display: none; } } + +.etherpadBrand{ + width:20%; + max-width:100px; + margin-left:auto; + margin-right:auto; +} diff --git a/src/static/css/pad/icons.css b/src/static/css/pad/icons.css index 0a3427704..c89d359e0 100644 --- a/src/static/css/pad/icons.css +++ b/src/static/css/pad/icons.css @@ -130,7 +130,6 @@ .buttonicon-microphone-alt-slash:before { content: '\e83e'; } /* '' */ .buttonicon-compress:before { content: '\e83f'; } /* '' */ .buttonicon-expand:before { content: '\e840'; } /* '' */ -.buttonicon-spin5:before { content: '\e841'; } /* '' */ .buttonicon-eye-slash:before { content: '\e843'; } /* '' */ .buttonicon-list-ol:before { content: '\e844'; } /* '' */ .buttonicon-bold:before { content: '\e845'; } /* '' */ @@ -190,4 +189,4 @@ -webkit-transform: rotate(359deg); transform: rotate(359deg); } -} \ No newline at end of file +} diff --git a/src/static/img/brand.svg b/src/static/img/brand.svg new file mode 100755 index 000000000..df6fff34b --- /dev/null +++ b/src/static/img/brand.svg @@ -0,0 +1,65 @@ + + + Group 10 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/templates/pad.html b/src/templates/pad.html index ca410154c..0f96734e6 100644 --- a/src/templates/pad.html +++ b/src/templates/pad.html @@ -100,6 +100,7 @@ <% e.end_block(); %> <% e.begin_block("loading"); %>

+
Loading...

<% e.end_block(); %> @@ -237,7 +238,9 @@

- + +
+